blob: 24efdefc2bc17f6cfd3242b4e05e5eeb092f4ea2 [file] [log] [blame]
cristy3ed852e2009-09-05 21:47:34 +000012009-08-02 6.5.4-8 Cristy <quetzlzacatenango@image...>
2 * Create a image registry to track which image objects must be cloned
3 when a Perl thread is created.
4
52009-06-14 6.5.3-7 Anthony Thyssen <A.Thyssen@griffith...>
6 * Expand PerlMagick Composite() 'mask' merge for both compose 'displace'
7 and new 'distort' mapping (absolute lookup)
8
92009-06-11 6.5.3-5 Anthony Thyssen <A.Thyssen@griffith...>
10 * Fixed PerlMagick Composite() for correct merging of 'mask' image into
11 the overlay image for Displacement Mapping Composition.
12
132009-06-02 6.5.3-2 Cristy <quetzlzacatenango@image...>
14 * Fix filename parameter in Read() (e.g. $image->Read(filename=>'xc:white')).
152009-04-14 6.5.1-3 Cristy <quetzlzacatenango@image...>
16 * Support magick parameter for Read() (e.g.
17 $im->Read( file => $fh, magick +> 'text:' )).
18
192008-11-16 6.4.4-5 Cristy <quetzlzacatenango@image...>
20 * Statistics() returns normalized values.
21
222008-10-16 6.4.4-9 Michael.Kroell <michael.kroell@gmail...>
23 * Check if Image::Magick::constant is defined in AUTOLOAD() function.
24
252008-06-07 6.4.1-9 Cristy <quetzlzacatenango@image...>
26 * Permit settings of the form:
27 $image->Set("quantum:polarity","min-is-white").
28
292008-04-07 6.4.0-5 Cristy <quetzlzacatenango@image...>
30 * X11 regression test passed if the DISPLAY variable is not defined (reference
31 http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=10979).
32 * Make regression test, x11/write.t, exit after 8 seconds as stated (reference
33 http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=10979).
34
352007-11-07 6.3.7-0 Cristy <quetzlzacatenango@image...>
36 * Added gravity attribute to Transform() method.
37
382007-09-12 6.3.5-9 Cristy <quetzlzacatenango@image...>
39 * Added GetPixel()/SetPixel() methods.
40
412007-06-22 6.3.4-2 grafman <grafman@graphcomp.com>
42 * Add GetImagePixels to return C pointer for image cache.
43 * Add SyncImagePixels to sync image cache.
44 * Add Quantum parameter to Get API to return Quantum-Depth.
45
462007-06-21 6.3.4-1 Cristy <quetzlzacatenango@image...>
47 * Add Distort.
48
492007-03-20 6.3.3-3 Cristy <quetzlzacatenango@image...>
50 * Add vector-graphics parameter to the Draw() method.
51
52 blob length was not being set properly).
532007-03-11 6.3.3-2 Cristy <quetzlzacatenango@image...>
54 * Read(blob=>$blob) and Ping(blob=>$blob) sometimes failed because the
55 blob length was not being set properly).
56
572007-01-23 cristy <cristy@virgi...>
58
59 * Add parameters fill-pattern and stroke-pattern to Annotate() and Draw().
60
612005-01-10 cristy <cristy@virgi...>
62 * Added normalize parameter to GetPixels(). Use normalize=>'true' to return
63 normalized pixel values.