blob: c97d626084a326c86c931524e2b10fc9971e5ec3 [file] [log] [blame]
cristy93ebefb2009-12-08 00:51:55 +000012009-12-08 6.5.8-5 <kmx@volny...>
2 * A couple of minor changes to Makefile.PL to support Strawberry Perl.
3
cristya6c3b6d2009-12-06 16:01:13 +000042009-12-06 6.5.8-4 Cristy <quetzlzacatenango@image...>
5 * Support the crop() gravity option.
6
cristy9633d182009-11-23 15:24:01 +000072009-11-23 6.5.8-0 Cristy <quetzlzacatenango@image...>
8 * Add 'dither' option to Remap().
9
cristy5f4cc972009-10-18 13:52:27 +0000102009-10-18 6.5.7-0 Cristy <quetzlzacatenango@image...>
11 * Interpret gravity properly for ExtentImage().
cristy45139322009-10-18 15:07:07 +000012 * Support the Modulate() method parameter, 'lightness.'
cristy5f4cc972009-10-18 13:52:27 +000013
cristye9d0a412009-10-09 01:49:39 +0000142009-10-08 6.5.6-10 <kmx@volny...>
15 * Improve PerlMagick.PL to work with Strawberry Perl under Windows.
16
cristy3ed852e2009-09-05 21:47:34 +0000172009-08-02 6.5.4-8 Cristy <quetzlzacatenango@image...>
18 * Create a image registry to track which image objects must be cloned
19 when a Perl thread is created.
20
212009-06-14 6.5.3-7 Anthony Thyssen <A.Thyssen@griffith...>
22 * Expand PerlMagick Composite() 'mask' merge for both compose 'displace'
23 and new 'distort' mapping (absolute lookup)
24
252009-06-11 6.5.3-5 Anthony Thyssen <A.Thyssen@griffith...>
26 * Fixed PerlMagick Composite() for correct merging of 'mask' image into
27 the overlay image for Displacement Mapping Composition.
28
292009-06-02 6.5.3-2 Cristy <quetzlzacatenango@image...>
30 * Fix filename parameter in Read() (e.g. $image->Read(filename=>'xc:white')).
312009-04-14 6.5.1-3 Cristy <quetzlzacatenango@image...>
32 * Support magick parameter for Read() (e.g.
33 $im->Read( file => $fh, magick +> 'text:' )).
34
352008-11-16 6.4.4-5 Cristy <quetzlzacatenango@image...>
36 * Statistics() returns normalized values.
37
382008-10-16 6.4.4-9 Michael.Kroell <michael.kroell@gmail...>
39 * Check if Image::Magick::constant is defined in AUTOLOAD() function.
40
412008-06-07 6.4.1-9 Cristy <quetzlzacatenango@image...>
42 * Permit settings of the form:
43 $image->Set("quantum:polarity","min-is-white").
44
452008-04-07 6.4.0-5 Cristy <quetzlzacatenango@image...>
46 * X11 regression test passed if the DISPLAY variable is not defined (reference
47 http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=10979).
48 * Make regression test, x11/write.t, exit after 8 seconds as stated (reference
49 http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=10979).
50
512007-11-07 6.3.7-0 Cristy <quetzlzacatenango@image...>
52 * Added gravity attribute to Transform() method.
53
542007-09-12 6.3.5-9 Cristy <quetzlzacatenango@image...>
55 * Added GetPixel()/SetPixel() methods.
56
572007-06-22 6.3.4-2 grafman <grafman@graphcomp.com>
58 * Add GetImagePixels to return C pointer for image cache.
59 * Add SyncImagePixels to sync image cache.
60 * Add Quantum parameter to Get API to return Quantum-Depth.
61
622007-06-21 6.3.4-1 Cristy <quetzlzacatenango@image...>
63 * Add Distort.
64
652007-03-20 6.3.3-3 Cristy <quetzlzacatenango@image...>
66 * Add vector-graphics parameter to the Draw() method.
67
68 blob length was not being set properly).
692007-03-11 6.3.3-2 Cristy <quetzlzacatenango@image...>
70 * Read(blob=>$blob) and Ping(blob=>$blob) sometimes failed because the
71 blob length was not being set properly).
72
732007-01-23 cristy <cristy@virgi...>
74
75 * Add parameters fill-pattern and stroke-pattern to Annotate() and Draw().
76
772005-01-10 cristy <cristy@virgi...>
78 * Added normalize parameter to GetPixels(). Use normalize=>'true' to return
79 normalized pixel values.