blob: dcfd0822fccb267c91d75582e6924147078d9cf8 [file] [log] [blame]
cristy5f4cc972009-10-18 13:52:27 +000012009-10-18 6.5.7-0 Cristy <quetzlzacatenango@image...>
2 * Interpret gravity properly for ExtentImage().
3
cristye9d0a412009-10-09 01:49:39 +000042009-10-08 6.5.6-10 <kmx@volny...>
5 * Improve PerlMagick.PL to work with Strawberry Perl under Windows.
6
cristy3ed852e2009-09-05 21:47:34 +000072009-08-02 6.5.4-8 Cristy <quetzlzacatenango@image...>
8 * Create a image registry to track which image objects must be cloned
9 when a Perl thread is created.
10
112009-06-14 6.5.3-7 Anthony Thyssen <A.Thyssen@griffith...>
12 * Expand PerlMagick Composite() 'mask' merge for both compose 'displace'
13 and new 'distort' mapping (absolute lookup)
14
152009-06-11 6.5.3-5 Anthony Thyssen <A.Thyssen@griffith...>
16 * Fixed PerlMagick Composite() for correct merging of 'mask' image into
17 the overlay image for Displacement Mapping Composition.
18
192009-06-02 6.5.3-2 Cristy <quetzlzacatenango@image...>
20 * Fix filename parameter in Read() (e.g. $image->Read(filename=>'xc:white')).
212009-04-14 6.5.1-3 Cristy <quetzlzacatenango@image...>
22 * Support magick parameter for Read() (e.g.
23 $im->Read( file => $fh, magick +> 'text:' )).
24
252008-11-16 6.4.4-5 Cristy <quetzlzacatenango@image...>
26 * Statistics() returns normalized values.
27
282008-10-16 6.4.4-9 Michael.Kroell <michael.kroell@gmail...>
29 * Check if Image::Magick::constant is defined in AUTOLOAD() function.
30
312008-06-07 6.4.1-9 Cristy <quetzlzacatenango@image...>
32 * Permit settings of the form:
33 $image->Set("quantum:polarity","min-is-white").
34
352008-04-07 6.4.0-5 Cristy <quetzlzacatenango@image...>
36 * X11 regression test passed if the DISPLAY variable is not defined (reference
37 http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=10979).
38 * Make regression test, x11/write.t, exit after 8 seconds as stated (reference
39 http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=10979).
40
412007-11-07 6.3.7-0 Cristy <quetzlzacatenango@image...>
42 * Added gravity attribute to Transform() method.
43
442007-09-12 6.3.5-9 Cristy <quetzlzacatenango@image...>
45 * Added GetPixel()/SetPixel() methods.
46
472007-06-22 6.3.4-2 grafman <grafman@graphcomp.com>
48 * Add GetImagePixels to return C pointer for image cache.
49 * Add SyncImagePixels to sync image cache.
50 * Add Quantum parameter to Get API to return Quantum-Depth.
51
522007-06-21 6.3.4-1 Cristy <quetzlzacatenango@image...>
53 * Add Distort.
54
552007-03-20 6.3.3-3 Cristy <quetzlzacatenango@image...>
56 * Add vector-graphics parameter to the Draw() method.
57
58 blob length was not being set properly).
592007-03-11 6.3.3-2 Cristy <quetzlzacatenango@image...>
60 * Read(blob=>$blob) and Ping(blob=>$blob) sometimes failed because the
61 blob length was not being set properly).
62
632007-01-23 cristy <cristy@virgi...>
64
65 * Add parameters fill-pattern and stroke-pattern to Annotate() and Draw().
66
672005-01-10 cristy <cristy@virgi...>
68 * Added normalize parameter to GetPixels(). Use normalize=>'true' to return
69 normalized pixel values.