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