Changelog for
php5-imagick-3.1.0-1.24.x86_64.rpm :
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
Mon Sep 8 14:00:00 2008 crrodriguezAATTsuse.de
- update to version 2.2.1RC2
- Fixes a small memory leak when casting a string to ImagickPixel object
- Added new constants
- Added getImageChannelRange method
- Some cleaning up on the syntax
Thu Jul 10 14:00:00 2008 crrodriguezAATTsuse.de
- update to version 2.2.0
* Major refactoring of the file structure
* Fixes bugs related to the refactoring
Fri Jun 13 14:00:00 2008 crrodriguezAATTsuse.de
- update to version 2.2.0RC1
Sun Mar 9 13:00:00 2008 crrodriguezAATTsuse.de
- version 2.1.1 final
- Fixed a bug with fit parameter when scaling images with scaling ratio 1:1
This is a minor BWC break. Scripts relying on incorrect behavior might need revisiting.
Wed Feb 27 13:00:00 2008 crrodriguezAATTsuse.de
- update to 2.1.1RC1 fixies build with ImageMagick 6.3.8-x
Mon Feb 11 13:00:00 2008 crrodriguezAATTsuse.de
- version 2.1.0 final
- Addded setImageAlphaChannel method
- Fixed sharpenImage parameters being reversed
- Fixed building with pre 5.2 versions
Sun Jan 13 13:00:00 2008 crrodriguezAATTsuse.de
- version 2.1.0RC3
- Fixes PECL Bug #12851
- Some major housekeeping changing numeral values to constants
Tue Dec 25 13:00:00 2007 crrodriguezAATTsuse.de
- version 2.1.0RC2
- Closes PECL Bugs #12463 and #12479
- Fixes the behavior of flattenImages and fximage
- Fixes incorrect thumbnail behavior
- Fixes a bug in Imagick::cropThumbnailImage
- Added new constant Imagick::NOISE_RANDOM
Thu Nov 15 13:00:00 2007 crrodriguezAATTsuse.de
- update to version 2.1.0RC1
- All methods that expect ImagickPixel now allow a string representing the color
- Added support for pixeliterator in all supported ImageMagick versions.
- ImagickPixelIterator now implements the iterator interface
- It is now possible to set the row with region iterator
- Added MAXPATHLEN checks for image reads/writes
- Added a fix to Imagick::cropThumbnailImage() to check if images are already at the desired size
- Fixed a memory leak in Imagick::getImageHistogram()
- Speed improvements to Imagick::cropThumbnailImage()
- Added interpolate constants
- Fixed ImagickPixel::getColor()
- Marked ImagickDraw::__construct() with ZEND_ACC_CTOR
- Added fit parameter and proportional scaling to:
- Imagick::adaptiveResizeImage()
- Imagick::scaleImage()
- Imagick::resizeImage()
- Added imagick.locale_fix ini setting to fix drawing bug on some locale
- Suppressed warnings in readImageFile and pingImageFile (PECL Bug #12367)
- Added methods:
- ImagickPixel::clone()
- ImagickPixel::getColorAsString()
- Imagick::mergeImageLayers()
- Imagick::paintFloodfillImage()
- Imagick::setFont()
- Imagick::getFont()
- Imagick::setPointsize()
- Imagick::getPointsize()
Thu Oct 25 14:00:00 2007 crrodriguezAATTsuse.de
- 2.0.1 final
- ImagickDraw::setFont and ImagickDraw::setFontFamily now allow only valid fonts
- Added IMAGICK_EXTVER and IMAGICK_EXTNUM constants
- Added check for empty or invalid pseudo format string in Imagick::newPseudoImage
- Fixed incorrect arg hinting for Imagick::compareImageChannels
Wed Oct 17 14:00:00 2007 crrodriguezAATTsuse.de
- 2.0.1RC1
- Added Imagick::distortImage and Imagick::setlastiterator
- Added optional fourth parameter to newImage to set the format when creating a new canvas
- Fixed fitting to zero size image in Imagick::thumbnailImage
- Fixed the destroy methods
- Most of the operations that read / add images to the stack move the iterator position to the last element
- Fixed memleaks in methods that replace the internal MagickWand
* pointer
Tue Oct 2 14:00:00 2007 crrodriguezAATTsuse.de
- 2.0.0 final
- Added Imagick::extentImage
- Added Imagick::IMAGICK_VERSION_NUMBER and Imagick::IMAGICK_VERSION_STRING constants
- Fixed a possible crash in Imagick::newPseudoImage
Tue Sep 25 14:00:00 2007 crrodriguezAATTsuse.de
- update to RC4
Thu Sep 20 14:00:00 2007 crrodriguezAATTsuse.de
- update to RC3
Sat Sep 8 14:00:00 2007 crrodriguezAATTsuse.de
- update to RC2
Fri Aug 17 14:00:00 2007 crrodriguezAATTsuse.de
- update to RC1
Sun Jul 8 14:00:00 2007 judas_iscarioteAATTshorewall.net
- Update to version 2.0.0b2, feature upgrade, backward incompatible.
Fri Apr 13 14:00:00 2007 judas_iscarioteAATTshorewall.net
- update to version 0.9.13
- Fixed compile error with newer versions of GraphicsMagick and ImageMagick
- Fixed assertion when using imagick_setfillcolor
- Fixed segfault when an empty blob is loaded
- Use new API for fetching support image formats / fonts