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