Notes:
Changes: v1.7.2 - June 22, 2006 ¤ [#1256693] Added $this->exif_raw_data which is returned data from exif_read_data() on source image. Requires PHP v4.2.0+ (thanks tebiØusers*sourceforge*net) ¤ Added $this->outputImageData and RenderOutput() to allow easy outputting of thumbnail data to a database or such. Call RenderOutput() instead of RenderToFile() and then access raw data in $this->outputImageData (thanks r*cremerØswitch*nl) ¤ Added 'crop' filter, which is applied after resizing (as opposed to sx,sy,sw,sh which are before resizing) (thanks scottØscottjehl*com) * Enable creating new images with PATH_INFO style call (thanks edenØinstyleit*com*au) * Added warning message to encourage users not to use full HTTP paths for "src" parameter * Added fallback 'preg_quote' to phpthumb.functions.php in case your PHP installation does not have preg_* functions (thanks mortenØemeskay*dk) * Added fallback 'imagesavealpha' if GD < v2.0.1 (thanks oliver*heegerØweb*de) * Added fallback 'imagealphablending' if GD < v2.0.1 (thanks oliver*heegerØweb*de) * Added 'nocache' parameter that suppresses writing to cache file, but only if high_security_enabled is set (thanks federicoØdonelleschi*com) * Attempt to detect supported ImageMagick features (thanks simonØjapancentre*com) * Added temp dir detection to phpThumb.demo.check.php * Added ImageMagick dir to phpThumb.demo.check.php * Added ImageMagick features to phpThumb.demo.check.php * Default (config_allow_src_above_docroot = true) when PHP running in "cli" mode (thanks flobeeØgmail*com) * Bugfix: [#1470791] 'iar' not working properly with ImageMagick (thanks w1xØusers*sourceforge*net) * Bugfix: [#1498564] illegal characters in cache filenames (thanks carl-evertØusers*sourceforge*net) * Bugfix: 'sx','sy','sw','sh','zc' cache parameters broken (thanks federicoØdonelleschi*com) * Bugfix: 'config_max_source_pixels' incorrectly handled (thanks oliver*heegerØweb*de) * Bugfix: 'aoe' not working properly (thanks w1xØusers*sourceforge*net) * Bugfix: setParameter() was broken for arrays * Bugfix: setSourceFilename() wasn't setting 'src' * Bugfix: suppress stat()-related file permission notices (thanks lanceØmainecoastdesign*com) * Bugfix: image format now initialized during ErrorImage() * Bugfix: domain matching now case-insensitive * Bugfix: some versions of ImageMagick not detected (thanks arvidØfys*ku*dk) * Bugfix: sometimes no image returned in safe_mode (thanks bkainersØgmail*com) * Bugfix: 'far' not always handled correctly (thanks matthew*newtonØrealworldweb*com) * Bugfix: PATH_INFO method not working if no filters specified (thanks jjimenezØpracticaldata*com) * Bugfix: first (internal) call to ImageMagickVersion() failed under Windows * Bugfix: Images source-cropped AND resized with ImageMagick were wrong size (cropped size, not resized size) (thanks joao*saleiroØwebfuel*pt) * Bugfix: stat() warnings in CleanUpCacheDirectory() (thanks christianØhss-haage*de) * Bugfix: $PHPTHUMB_DEFAULTS not working when no other processing parameters specified (thanks tbittnersØcox*net)
Copyright © 2009 Geeknet, Inc. All rights reserved. Terms of Use