Changelog for
php5-imagick-3.4.1-1.1.i586.rpm :
Mon Jun 6 14:00:00 2016 jweberhoferAATTweberhofer.at
- Minimum required versions are now PHP 5.4 and
ImageMagick 6.5.3.10
- Update to version 3.4.1
* Bug 71742 - arrays that contain data that is held by reference gives error.
* Imagick::autoGammaImage([int channel = CHANNEL_ALL])
* Imagick::autoOrient()
* Imagick::compositeImageGravity(Imagick $image, int COMPOSITE_CONSTANT, int GRAVITY_CONSTANT)
* Imagick::localContrastImage(float radius, float strength)
* Imagick::DIRECTION_LEFT_TO_RIGHT
* Imagick::DIRECTION_RIGHT_TO_LEFT
* Imagick::SPARSECOLORMETHOD_MANHATTAN
* ImagickDraw::getOpacity() : float
* ImagickDraw::setOpacity(float opacity) :bool
* ImagickDraw::getFontResolution() : array
* ImagickDraw::setFontResolution(float x, float y) : bool
* ImagickDraw::getTextDirection() : bool
* ImagickDraw::setTextDirection(int direction) : bool
* ImagickDraw::getBorderColor() : ImagickPixel
* ImagickDraw::setBorderColor(ImagickPixel color) : bool
* ImagickDraw::getDensity() : string|null
* ImagickDraw::setDensity(string density_string) : bool
* ImagickPixel::setColorFromPixel(ImagickPixel $srcPixel) : bool
- Version 3.4.0
- 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::evaluateImages(int EVALUATE_CONSTANT) : Imagick
* Imagick::subImageMatch() added parameters. The signature is now:
Imagick::subimagematch(Imagick subimage[, array &$bestMatch[, float &similarity[,
float $similarity_threshold = 0[, int $metric = ]]]])
These parameters are only used when compiled against ImageMagick 7.
* Imagick::similarityImage() which is an alias to Imagick::subImageMatch()
* 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:
* Imagick::setImageWhitePoint, Imagick::setImageRedPrimary, Imagick::setImageGreenPrimary,
Imagick::setImageBluePrimary now take 3 params when compiled against IM7.
* Imagick::getImageWhitePoint, Imagick::getImageRedPrimary, Imagick::getImageGreenPrimary,
Imagick::getImageBluePrimary now return 3 values when compiled against IM7.
* wrong type for zend_parse_parameters.
* Remove duplicated definitions of class constants.
* 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
* 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
Fri Jan 29 13:00:00 2016 pgajdosAATTsuse.com
- provides php-imagick symbol
Tue Jan 12 13:00:00 2016 pgajdosAATTsuse.com
- update to 3.3.0
Tue Jan 7 13:00:00 2014 jweberhoferAATTweberhofer.at
- Update to 3.1.2
* Fix ZTS build
* Fix small memory leak in identifyImage
* Added LICENSE
* Added mimetype to identify image as per PECL bug 65037
* Fixed type conversion error in newpseudoimage
* Reworked identifyImage method
* Fixed building against latest ImageMagick versions (#GH-2)
* Fixed thumbnail resize bug (#GH-1)
* Fixed building against latest PHP versions
- Fixed building on openSUSE 13.1+
- Cleaned up spec file
- Added seperate image file
- Cleaned up Changelog
- Splited off devel files to a seperate package
Fri Aug 10 14:00:00 2012 crrodriguezAATTopensuse.org
- Update to RC2, fix build
Tue Jun 7 14:00:00 2011 crrodriguezAATTopensuse.org
- fix build
Mon Mar 21 13:00:00 2011 crrodriguezAATTopensuse.org
- Update to version 3.1.0b1
- php5-imagick does not distribute a LICENSE [bnc#681129]
Wed Feb 4 13:00:00 2009 crrodriguezAATTsuse.de
- update to 2.2.2RC4
Mon Jan 12 13:00:00 2009 crrodriguezAATTsuse.de
- update to version 2.2.2RC2
- Added Imagick::setImageProgressmonitor and Imagick::orderedPosterizeImage
- Fixes http://imagemagick.org/discourse-server/viewtopic.php?f=18&t=12828
- Fixes error with empty exception messages
- Fixes PECL Bug #15332
- Fixed a possible memory leak in Imagick::convolveImage
Mon Oct 27 13:00:00 2008 crrodriguezAATTsuse.de
- update to 2.2.1 final, cosmetic version bump