Changes of Revision 3
[-] | Added | php5-imagick.changes |
x 1
2 +------------------------------------------------------------------- 3 +Sun Jan 13 08:25:39 CET 2008 - crrodriguez@suse.de 4 + 5 +- version 2.1.0RC3 6 +- Fixes PECL Bug #12851 7 +- Some major housekeeping changing numeral values to constants 8 + 9 +------------------------------------------------------------------- 10 +Tue Dec 25 20:16:16 CET 2007 - crrodriguez@suse.de 11 + 12 +- version 2.1.0RC2 13 +- Closes PECL Bugs #12463 and #12479 14 +- Fixes the behavior of flattenImages and fximage 15 +- Fixes incorrect thumbnail behavior 16 +- Fixes a bug in Imagick::cropThumbnailImage 17 +- Added new constant Imagick::NOISE_RANDOM 18 + 19 +------------------------------------------------------------------- 20 +Thu Nov 15 02:48:33 UTC 2007 - crrodriguez@suse.de 21 + 22 +- update to version 2.1.0RC1 23 +- All methods that expect ImagickPixel now allow a string representing the color 24 +- Added support for pixeliterator in all supported ImageMagick versions. 25 +- ImagickPixelIterator now implements the iterator interface 26 +- It is now possible to set the row with region iterator 27 +- Added MAXPATHLEN checks for image reads/writes 28 +- Added a fix to Imagick::cropThumbnailImage() to check if images are already at the desired size 29 +- Fixed a memory leak in Imagick::getImageHistogram() 30 +- Speed improvements to Imagick::cropThumbnailImage() 31 +- Added interpolate constants 32 +- Fixed ImagickPixel::getColor() 33 +- Marked ImagickDraw::__construct() with ZEND_ACC_CTOR 34 +- Added fit parameter and proportional scaling to: 35 +- Imagick::adaptiveResizeImage() 36 +- Imagick::scaleImage() 37 +- Imagick::resizeImage() 38 +- Added imagick.locale_fix ini setting to fix drawing bug on some locale 39 +- Suppressed warnings in readImageFile and pingImageFile (PECL Bug #12367) 40 +- Added methods: 41 +- ImagickPixel::clone() 42 +- ImagickPixel::getColorAsString() 43 +- Imagick::mergeImageLayers() 44 +- Imagick::paintFloodfillImage() 45 +- Imagick::setFont() 46 +- Imagick::getFont() 47 +- Imagick::setPointsize() 48 +- Imagick::getPointsize() 49 + 50 +------------------------------------------------------------------- 51 +Thu Oct 25 05:45:15 UTC 2007 - crrodriguez@suse.de 52 + 53 +- 2.0.1 final 54 +- ImagickDraw::setFont and ImagickDraw::setFontFamily now allow only valid fonts 55 +- Added IMAGICK_EXTVER and IMAGICK_EXTNUM constants 56 +- Added check for empty or invalid pseudo format string in Imagick::newPseudoImage 57 +- Fixed incorrect arg hinting for Imagick::compareImageChannels 58 + 59 +------------------------------------------------------------------- 60 +Wed Oct 17 23:32:18 UTC 2007 - crrodriguez@suse.de 61 + 62 +- 2.0.1RC1 63 +- Added Imagick::distortImage and Imagick::setlastiterator 64 +- Added optional fourth parameter to newImage to set the format when creating a new canvas 65 +- Fixed fitting to zero size image in Imagick::thumbnailImage 66 +- Fixed the destroy methods 67 +- Most of the operations that read / add images to the stack move the iterator position to the last element 68 +- Fixed memleaks in methods that replace the internal MagickWand* pointer 69 + 70 +------------------------------------------------------------------- 71 +Tue Oct 2 22:24:04 UTC 2007 - crrodriguez@suse.de 72 + 73 +- 2.0.0 final 74 +- Added Imagick::extentImage 75 +- Added Imagick::IMAGICK_VERSION_NUMBER and Imagick::IMAGICK_VERSION_STRING constants 76 +- Fixed a possible crash in Imagick::newPseudoImage 77 + 78 +------------------------------------------------------------------- 79 +Tue Sep 25 19:33:14 UTC 2007 - crrodriguez@suse.de 80 + 81 +- update to RC4 82 + 83 +------------------------------------------------------------------- 84 +Thu Sep 20 19:22:02 CEST 2007 - crrodriguez@suse.de 85 + 86 +- update to RC3 87 + 88 +------------------------------------------------------------------- 89 +Sat Sep 8 03:16:16 CEST 2007 - crrodriguez@suse.de 90 + 91 +- update to RC2 92 + 93 +------------------------------------------------------------------- 94 +Fri Aug 17 21:47:19 UTC 2007 - crrodriguez@suse.de 95 + 96 +- update to RC1 97 + 98 +------------------------------------------------------------------- 99 +Sun Jul 8 04:08:28 UTC 2007 - judas_iscariote@shorewall.net 100 + 101 +- Update to version 2.0.0b2, feature upgrade, backward incompatible. 102 + 103 +------------------------------------------------------------------- 104 +Fri Apr 13 18:31:29 UTC 2007 - judas_iscariote@shorewall.net 105 + 106 +- update to version 0.9.13 107 +- Fixed compile error with newer versions of GraphicsMagick and ImageMagick 108 +- Fixed assertion when using imagick_setfillcolor 109 +- Fixed segfault when an empty blob is loaded 110 +- Use new API for fetching support image formats / fonts 111 + 112 |