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

Release notes
-------------
- Added support:
  * PHP 7
  * ImageMagick 7. Imagick can be compiled against either ImageMagick 6 or 
ImageMagick 7
    However it must be run with the exact same version it was compiled against. 
Trying
    to run Imagick with a different version of ImageMagick than it was compiled 
against 
    is not supported. Please see 
http://nextgen.imagemagick.org/script/porting.php for
    more information about ImageMagick 7.
- Minimum versions supported are now PHP >= 5.4.0 and ImageMagick >= 6.5.3-10.
    Earlier versions may continue to work, but they are no longer supported.
- Added methods:
  * Imagick::getConfigureOptions
  * Imagick::getFeatures
  * Imagick::getHDRIEnabled
  * Imagick::setImageChannelMask (IM7 only)
- Added IM7 constants:
  * Imagick::CHANNEL_READ_MASK
  * Imagick::CHANNEL_WRITE_MASK
  * Imagick::CHANNEL_META
- Fixes:
  * ImagickPixel::getColorQuantum, ImagickPixel::getColorValueQuantum and 
    ImagickPixel::setColorValueQuantum now correctly use floats when Imagick 
    was compiled against a HDRI version of ImageMagick
  * Imagick::exportImagePixels works for all storage types
  * Version number in extension header

Package Info
-------------
Imagick is a native php extension to create and modify images using the 
ImageMagick API.
This extension requires ImageMagick version 6.5.4+ 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.0RC2.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