blob: 20de72e156e06241291c663be97a876d7e840f82 [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().
cristy45139322009-10-18 15:07:07 +00003 * Support the Modulate() method parameter, 'lightness.'
cristy5f4cc972009-10-18 13:52:27 +00004
cristye9d0a412009-10-09 01:49:39 +000052009-10-08 6.5.6-10 <kmx@volny...>
6 * Improve PerlMagick.PL to work with Strawberry Perl under Windows.
7
cristy3ed852e2009-09-05 21:47:34 +000082009-08-02 6.5.4-8 Cristy <quetzlzacatenango@image...>
9 * Create a image registry to track which image objects must be cloned
10 when a Perl thread is created.
11
122009-06-14 6.5.3-7 Anthony Thyssen <A.Thyssen@griffith...>
13 * Expand PerlMagick Composite() 'mask' merge for both compose 'displace'
14 and new 'distort' mapping (absolute lookup)
15
162009-06-11 6.5.3-5 Anthony Thyssen <A.Thyssen@griffith...>
17 * Fixed PerlMagick Composite() for correct merging of 'mask' image into
18 the overlay image for Displacement Mapping Composition.
19
202009-06-02 6.5.3-2 Cristy <quetzlzacatenango@image...>
21 * Fix filename parameter in Read() (e.g. $image->Read(filename=>'xc:white')).
222009-04-14 6.5.1-3 Cristy <quetzlzacatenango@image...>
23 * Support magick parameter for Read() (e.g.
24 $im->Read( file => $fh, magick +> 'text:' )).
25
262008-11-16 6.4.4-5 Cristy <quetzlzacatenango@image...>
27 * Statistics() returns normalized values.
28
292008-10-16 6.4.4-9 Michael.Kroell <michael.kroell@gmail...>
30 * Check if Image::Magick::constant is defined in AUTOLOAD() function.
31
322008-06-07 6.4.1-9 Cristy <quetzlzacatenango@image...>
33 * Permit settings of the form:
34 $image->Set("quantum:polarity","min-is-white").
35
362008-04-07 6.4.0-5 Cristy <quetzlzacatenango@image...>
37 * X11 regression test passed if the DISPLAY variable is not defined (reference
38 http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=10979).
39 * Make regression test, x11/write.t, exit after 8 seconds as stated (reference
40 http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=10979).
41
422007-11-07 6.3.7-0 Cristy <quetzlzacatenango@image...>
43 * Added gravity attribute to Transform() method.
44
452007-09-12 6.3.5-9 Cristy <quetzlzacatenango@image...>
46 * Added GetPixel()/SetPixel() methods.
47
482007-06-22 6.3.4-2 grafman <grafman@graphcomp.com>
49 * Add GetImagePixels to return C pointer for image cache.
50 * Add SyncImagePixels to sync image cache.
51 * Add Quantum parameter to Get API to return Quantum-Depth.
52
532007-06-21 6.3.4-1 Cristy <quetzlzacatenango@image...>
54 * Add Distort.
55
562007-03-20 6.3.3-3 Cristy <quetzlzacatenango@image...>
57 * Add vector-graphics parameter to the Draw() method.
58
59 blob length was not being set properly).
602007-03-11 6.3.3-2 Cristy <quetzlzacatenango@image...>
61 * Read(blob=>$blob) and Ping(blob=>$blob) sometimes failed because the
62 blob length was not being set properly).
63
642007-01-23 cristy <cristy@virgi...>
65
66 * Add parameters fill-pattern and stroke-pattern to Annotate() and Draw().
67
682005-01-10 cristy <cristy@virgi...>
69 * Added normalize parameter to GetPixels(). Use normalize=>'true' to return
70 normalized pixel values.