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