SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for php7-imagick-3.4.3-5.7.i586.rpm :

* Thu Feb 02 2017 munix9AATTgooglemail.com- update to version 3.4.3 - Fixes:
* Avoid internal segfault.
* Tue Jan 24 2017 munix9AATTgooglemail.com- update to version 3.4.3RC3 - Fixes:
* Correct file permissions in built package.
* Tue Jan 17 2017 munix9AATTgooglemail.com- update to version 3.4.3RC2 - Fixes:
* Imagick::getRegistry() now throws an exception if the key does not exist, rather than terminating the program.
* Prevent attempts to resize image to zero width or height, which is not supported by ImageMagick.
* Fix compiling on Windows issue. - Added:
* function Imagick::setImageAlpha() which replaces Imagick::setOpacity()
* Thu Jun 30 2016 munix9AATTgooglemail.com- update to version 3.4.3RC1 - Fixes:
* Imagick::transformImage and Imagick::orderedPosterizeImage now correctly excluded from
* Bug 72311 - compiling against PHP 7.1.
* Bug 72226 - regression for Imagick Exception classes being final on 7.x
* Corrected reference of constants. Imagick::METRIC_MEANERRORPERPIXELMETRIC from MeanErrorPerPixelMetric to MeanErrorPerPixelErrorMetric. Imagick::METRIC_PEAKSIGNALTONOISERATIO from PeakSignalToNoiseRatioMetric to PeakSignalToNoiseRatioErrorMetric - Added:
* function Imagick::identifyImageType() : int returns one of the Imagick::IMGTYPE_
* constants
* Imagick::INTERPOLATE_NEAREST_PIXEL for ImageMagick >= 7
* In ImageMagick, the names of two filter constants were corrected to the standard spelling. Support for the new spelling has been added. The old constants are left in place for legacy support. Legacy: FILTER_HANNING, new name: FILTER_HANN Legacy: FILTER_WELSH, new name: FILTER_WELCH
* The Imagick::IMGTYPE_
*MATTE
* constants are deprecated for ImageMagick 7. Instead an appropriate Imagick::IMGTYPE_
*MATTE
* should be used. IMGTYPE_GRAYSCALEMATTE => IMGTYPE_GRAYSCALEALPHA IMGTYPE_PALETTEMATTE => IMGTYPE_PALETTEALPHA IMGTYPE_TRUECOLORALPHA => IMGTYPE_TRUECOLORMATTE IMGTYPE_COLORSEPARATIONALPHA => IMGTYPE_COLORSEPARATIONMATTE IMGTYPE_PALETTEBILEVELALPHA => IMGTYPE_PALETTEBILEVELMATTE
* Several ALPHACHANNEL_
* constants are only available in ImageMagick < 7 IMAGICK_REGISTER_CONST_LONG(\"ALPHACHANNEL_RESET\", ResetAlphaChannel); IMAGICK_REGISTER_CONST_LONG(\"ALPHACHANNEL_COPY\", CopyAlphaChannel); IMAGICK_REGISTER_CONST_LONG(\"ALPHACHANNEL_OPAQUE\", OpaqueAlphaChannel);
* Several ALPHACHANNEL_
* constants are only available in ImageMagick >= 7. These constants re-use the values of the constants removed. IMAGICK_REGISTER_CONST_LONG(\"ALPHACHANNEL_ON\", OnAlphaChannel); IMAGICK_REGISTER_CONST_LONG(\"ALPHACHANNEL_OFF\", OffAlphaChannel); IMAGICK_REGISTER_CONST_LONG(\"ALPHACHANNEL_DISCRETE\", DiscreteAlphaChannel);
* Mon Apr 25 2016 munix9AATTgooglemail.com- update to version 3.4.2 - Fixes:
* Bug: IM143 Correct ifdef around setOpacity and localContrastImage.
* Bug: IM147 Imagick was Borging PHP\'s error handler.
* Thu Mar 10 2016 munix9AATTgooglemail.com- initial package for version 3.4.1
 
ICM