]> granicus.if.org Git - imagemagick/blob - PerlMagick/Changelog
minor note
[imagemagick] / PerlMagick / Changelog
1 2011-01-25  6.6.7-3 Cristy  <quetzlzacatenango@image...>
2   * Verify color parameter is a Perl array to avoid seg fault (reference
3     http://www.imagemagick.org/discourse-server/viewtopic.php?f=7&t=17928).
4
5 2010-11-11  6.6.5-6 Cristy  <quetzlzacatenango@image...>
6   * Check that image exists before accessing its member (reference
7     http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=17502).
8
9 2010-11-01  6.6.5-6 Cristy  <quetzlzacatenango@image...>
10   * The gravity attribute must set the ImageInfo gravity property (reference
11     http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=17282).
12
13 2009-12-08  6.5.8-5 <kmx@volny...>
14   * A couple of minor changes to Makefile.PL to support Strawberry Perl.
15
16 2009-12-06  6.5.8-4 Cristy  <quetzlzacatenango@image...>
17   * Support the crop() gravity option.
18
19 2009-11-23  6.5.8-0 Cristy  <quetzlzacatenango@image...>
20   * Add 'dither' option to Remap().
21
22 2009-10-18  6.5.7-0 Cristy  <quetzlzacatenango@image...>
23   * Interpret gravity properly for ExtentImage().
24   * Support the  Modulate() method parameter, 'lightness.'
25
26 2009-10-08  6.5.6-10 <kmx@volny...>
27   * Improve PerlMagick.PL to work with Strawberry Perl under Windows.
28
29 2009-08-02  6.5.4-8 Cristy  <quetzlzacatenango@image...>
30   * Create a image registry to track which image objects must be cloned
31     when a Perl thread is created.
32
33 2009-06-14  6.5.3-7 Anthony Thyssen <A.Thyssen@griffith...>
34   * Expand PerlMagick Composite() 'mask' merge for both compose 'displace'
35     and new 'distort' mapping (absolute lookup)
36
37 2009-06-11  6.5.3-5 Anthony Thyssen <A.Thyssen@griffith...>
38   * Fixed PerlMagick Composite() for correct merging of 'mask' image into
39     the overlay image for Displacement Mapping Composition.
40
41 2009-06-02  6.5.3-2 Cristy  <quetzlzacatenango@image...>
42   * Fix filename parameter in Read() (e.g. $image->Read(filename=>'xc:white')).  
43 2009-04-14  6.5.1-3 Cristy  <quetzlzacatenango@image...>
44   * Support magick parameter for Read() (e.g.
45     $im->Read( file => $fh, magick +> 'text:' )).
46
47 2008-11-16  6.4.4-5 Cristy  <quetzlzacatenango@image...>
48   * Statistics() returns normalized values.
49
50 2008-10-16  6.4.4-9 Michael.Kroell <michael.kroell@gmail...>
51   * Check if Image::Magick::constant is defined in AUTOLOAD() function.
52
53 2008-06-07  6.4.1-9 Cristy  <quetzlzacatenango@image...>
54   * Permit settings of the form:
55     $image->Set("quantum:polarity","min-is-white").
56
57 2008-04-07  6.4.0-5 Cristy  <quetzlzacatenango@image...>
58   * X11 regression test passed if the DISPLAY variable is not defined (reference
59                 http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=10979).
60   * Make regression test, x11/write.t, exit after 8 seconds as stated (reference
61                 http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=10979).
62
63 2007-11-07  6.3.7-0 Cristy  <quetzlzacatenango@image...>
64   * Added gravity attribute to Transform() method.
65
66 2007-09-12  6.3.5-9 Cristy  <quetzlzacatenango@image...>
67   * Added GetPixel()/SetPixel() methods.
68
69 2007-06-22  6.3.4-2 grafman <grafman@graphcomp.com>
70   * Add GetImagePixels to return C pointer for image cache.
71   * Add SyncImagePixels to sync image cache.
72   * Add Quantum parameter to Get API to return Quantum-Depth.
73
74 2007-06-21  6.3.4-1 Cristy  <quetzlzacatenango@image...>
75   * Add Distort.
76
77 2007-03-20  6.3.3-3 Cristy  <quetzlzacatenango@image...>
78   * Add vector-graphics parameter to the Draw() method.
79
80     blob length was not being set properly).
81 2007-03-11  6.3.3-2 Cristy  <quetzlzacatenango@image...>
82   * Read(blob=>$blob) and Ping(blob=>$blob) sometimes failed because the
83     blob length was not being set properly).
84
85 2007-01-23  cristy  <cristy@virgi...>
86
87   * Add parameters fill-pattern and stroke-pattern to Annotate() and Draw().
88
89 2005-01-10  cristy  <cristy@virgi...>
90   * Added normalize parameter to GetPixels().  Use normalize=>'true' to return
91     normalized pixel values.