The new PECL package imagick-3.4.0RC3 (beta) has been released at 
http://pecl.php.net/.

Release notes
-------------
- Fixes:
  * Imagick::adaptiveResizeImage, Imagick::cropThumbnailImage 
Imagick::resizeImage, 
    Imagick::scaleImage, and Imagick::thumbnailImage have all had a rounding 
bug fixed. 
    An additional parameter has been added to each of them, 'bool $legacy'. If 
legacy 
    is true, the calculations are done with the small rounding bug that existed 
in
    Imagick before 3.4.0. If false, the calculations should produce the same 
results as 
    ImageMagick CLI does.
  * Imagick::colorizeImage() and Imagick::tintImage were using the wrong 
behaviour. 
    It is now fixed and the legacy behaviour can still be used by passing a 3rd 
    parameter of `true` to the function to indicate that the legacy behaviour 
is 
    desired.
  * Imagick::importImagePixels regression fixed.
  * Imagick::subImageMatch use correct error metric in IM7
- Added methods:
  * Imagick::similarityImage() which is an alias to Imagick::subImageMatch()

Package Info
-------------
Imagick is a native php extension to create and modify images using the 
ImageMagick API.
This extension requires ImageMagick version 6.5.3-10+ and PHP 5.4.0+.

Related Links
-------------
Package home: http://pecl.php.net/package/imagick
   Changelog: http://pecl.php.net/package-changelog.php?package=imagick
    Download: http://pecl.php.net/get/imagick-3.4.0RC3.tgz

Authors
-------------
Mikko Koppanen <[email protected]> (lead)
Scott MacVicar <[email protected]> (lead)
Dan Ackroyd (lead)


-- 
PECL development discussion Mailing List (http://pecl.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to