source: ImageMagick/trunk/ChangeLog @ 3845

Revision 3845, 149.6 KB checked in by glennrp, 2 years ago (diff)

The "-define PNG:exclude-chunk=bKGD" was also excluding other text chunks.

Line 
12011-03-11  6.6.8-4 Glenn Randers-Pehrson <glennrp@image...>
2  * Don't try to store a bKGD chunk in a PNG8 when there are already
3    256 colors in the palette and the background colors is not in that
4    palette (reference
5    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=18199);
6  * The "-define PNG:exclude-chunk=bKGD" option was also excluding
7    the text chunks. (reference
8    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=18253).
9
102011-03-10  6.6.8-4 Cristy  <quetzlzacatenango@image...>
11  * Fx is a mathematicals function.  Do not treat transparency as black.
12
132011-03-10  6.6.8-3 Cristy  <quetzlzacatenango@image...>
14  * New version 6.6.8-3.
15
162011-03-10  6.6.8-3 Cristy  <quetzlzacatenango@image...>
17  * Boost causes an ambiguity with ssize_t when building PythonMagick.  Add
18    patch from Arfrever@gento... to fix the build exception.
19
202011-03-09  6.6.8-2 Cristy  <quetzlzacatenango@image...>
21  * Support the Radiance HDR image format.
22  * Update the offset in the black channel when sharpening to avoid incorrect
23    results.
24  * Do not use GenericReadMethod for TIFF images with 64-bits per sample.
25
262011-03-06  6.6.8-2 Glenn Randers-Pehrson <glennrp@image...>
27  * Throw error message when the requested color-type or bit-depth
28    cannot be written by the PNG encoder (error was being thrown
29    into the wrong image structure).  (Reference
30    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=18162).
31  * Don't write a PNG text chunk with "density" keyword that overrides the
32    PNG pHYs chunk, if the pHYs chunk was not excluded (reference
33    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=18253).
34  * Ignore any PNG text chunk with a "density" keyword found by the PNG
35    decoder, if the PNG datastream also contains a pHYs chunk.
36
372011-03-06  6.6.8-1 Cristy  <quetzlzacatenango@image...>
38  * New version 6.6.8-1.
39
402011-03-05  6.6.8-1 Cristy  <quetzlzacatenango@image...>
41  * Support PSD files with one layer and one composite layer.
42  * We must cast a Quantum type when bit shifting and HDRI is enabled.
43
442011-03-05  6.6.8-0 Cristy  <quetzlzacatenango@image...>
45  * New version 6.6.8-0.
46
472011-02-27  6.6.8-0 Cristy  <quetzlzacatenango@image...>
48  * Add support for the -mode option.
49
502011-02-27  6.6.8-0 Glenn Randers-Pehrson <glennrp@image...>
51  * Fix scaling of new color-reduction method in the PNG encoder (16-bit
52    images were scaled down to 0 or 1, or nearly black).
53  * Delay opening the PNG output blob until the PNG encoder is ready
54    to write the IHDR chunk, to avoid writing zero-length PNG files when
55    errors are found while building the palette.  (reference
56    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=18162).
57
582011-02-25  6.6.7-10 Cristy  <quetzlzacatenango@image...>
59  * New version 6.6.7-10.
60
612011-02-23  6.6.7-10 Cristy  <quetzlzacatenango@image...>
62  * Avoid seg fault in AppendImages() when one image is in the RGB colorspace
63    but the other is in the CMYK colorspace.
64  * Get rid of 'respect_parenthesis defined but not used' warnings (reference
65    http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=18173).
66
672011-02-22  6.6.7-10 Glenn Randers-Pehrson <glennrp@image...>
68  * Write sub-8-bit grayscale PNG images as palette-indexed PNG images.  This
69    usually makes smaller files anyhow.
70  * Eliminated a number of redundant tests for gray images in the PNG encoder.
71  * Removed now-unused IsMonochromeImage() function from coders/png.c
72  * Scan the colormap instead of all of the pixels, when possible, to
73    determine whether the image received by the PNG encoder is grayscale
74    or black-and-white.
75  * Avoid reading from the colormap in coders/png.c when it is NULL (reference
76    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=18162).
77  * Add a check whether the PNG "cheap transparency" criteria are met.  That
78    is, there is a single transparent color, no semitransparent colors, and
79    no opaque color that has the same RGB components as the transparent
80    color.  If those aren't met, a color that is transparent in one pixel
81    and opaque in another would always be rendered as transparent, so we
82    must write a PNG colortype that has an alpha channel (reference
83    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=18167).
84
852011-02-22  6.6.7-9 Cristy  <quetzlzacatenango@image...>
86  * New version 6.6.7-9.
87
882011-02-22  6.6.7-9 Glenn Randers-Pehrson <glennrp@image...>
89  * Disabled reduction of grayscale images (color-type 0) to less than 8 bits
90    when writing because this sometimes produced incorrect output (reference
91    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=18098).
92
932011-02-21  6.6.7-9 Cristy  <quetzlzacatenango@image...>
94  * Check image has properties before accessing the splay tree (reference
95    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=18136).
96
972011-02-15  6.6.7-8 Cristy  <quetzlzacatenango@image...>
98  * New version 6.6.7-8.
99
1002011-02-14  6.6.7-8 Glenn Randers-Pehrson <glennrp@image...>
101  * The PNG encoder should ignore bogus q->opacity values when image->matte
102    is MagickFalse (reference
103    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=18067).
104
1052011-02-14  6.6.7-8 Cristy  <quetzlzacatenango@image...>
106  * Use implicit image format when explicit format is bogus (e.g.
107    02.13.11-18:43:58.png now writes as PNG).
108  * Fix problem with 4GB file seeks on a 32-bit OS.
109
1102011-02-13  6.6.7-7 Anthony Thyssen <A.Thyssen@griffith...>
111  * Fixed Variable blur to handle small (< 1.0 sigma) blurs generated
112    by the blur map being used, rather than just 'cutoff' suddenly.
113
1142011-02-08  6.6.7-7 Cristy  <quetzlzacatenango@image...>
115  * Support 16-bit per pixel YUV image files.
116  * Fix off-by-one error in PosterizeImage().
117  * Posterize now distributes color uniformly (reference
118    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=17623).
119  * Add -smush option (reference
120    http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=17953).
121  * Repair memory leak in the display program.
122
1232011-02-07  6.6.7-6 Cristy  <quetzlzacatenango@image...>
124  * Fix bug in carg() define when HAVE_COMPLEX is not defined (reference
125    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=18030).
126
1272011-02-06  6.6.7-6 Anthony Thyssen <A.Thyssen@griffith...>
128  * Default sigma for Gauusian resize filter is now 1/2 for both
129    orthogonal resize and cylindrical EWA distortions.
130
1312011-02-02  6.6.7-5 Cristy  <quetzlzacatenango@image...>
132  * Check if the font is null in RenderFreetype() to prevent fault (reference
133    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=17890).
134  * Eliminate fault when reading WMF image files (reference
135    http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=17971).
136  * Support multi-page transparent Postscript and PDF image files.
137  * The compare fuzz metric now returns the same correct value for
138    'xc:white xc:blue -alpha off' and 'xc:white xc:blue -alpha on'.
139
1402011-01-29  6.6.7-4 Paul Heckbert  <ph@cs.cm...>
141  * Move coders/tiff.c conditional compile to define TIFF exception /
142    semaphore / key when TIFF delegate is disabled.
143
1442011-01-29  6.6.7-4 Glenn Randers-Pehrson <glennrp@image...>
145  * Renamed variables, macros, and functions defined/declared in coders/png.c
146    that were in the libpng namespace (beginning with "png_" or "PNG_").
147
1482011-01-25  6.6.7-3 Glenn Randers-Pehrson <glennrp@image...>
149  * Removed a call to GetNumberColors() from the PNG encoder that was
150    only there for debugging purposes and was consuming a huge amount
151    of CPU time. (reference
152    http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=17799).
153  * Sometimes black was still written as transparent, when the PNG
154    encoder received an image with image->matte==true but no transparent
155    pixels were present. (reference
156    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=17913);
157
1582011-01-24  6.6.7-3 Cristy  <quetzlzacatenango@image...>
159  * Remove memory leak from ThrowFileException() macro (reference
160    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=17908).
161  * Multiple blue error count by 'count' in ClassifyImageColors()
162  * Add support for the AAI image format.
163
1642011-01-22  6.6.7-2 Cristy  <quetzlzacatenango@image...>
165  * Accept quoted file paths in indirect file references (e.g. @myFiles.txt).
166
1672011-01-19  6.6.7-2 Glenn Randers-Pehrson <glennrp@image...>
168  * Changed the PNG encoder's "transparent_color" from a UShortPixelPacket
169    to LongPixelPacket and made the default (65537,65537,65537), which
170    can never occur in the PNG image data.  Previously the default was
171    (0,0,0) and black pixels would be rendered as as transparent when
172    no tRNS chunk was present in the input, which has caused problems
173    with some test cases since version 6.6.6-10.
174  * Improved the PNG_BUILD_PALETTE section to count opaque, transparent,
175    and semitransparent pixels separately.  Previously it wasn't always
176    possible to determine if there was a single fully-transparent color,
177    to decide whether to write an RGBA or Gray-Alpha image or an RGB or
178    Gray image with a tRNS chunk.
179
1802011-01-15  6.6.7-1 Cristy  <quetzlzacatenango@image...>
181  * Do not reset image next / previous when detach argument is false for
182    CloneImage().
183  * Inline cropping no longer fails for inline raw images (e.g.
184    -size 640x480 -depth 8 'gray:logo[100x100+200+200]').
185
1862011-01-14  6.6.7-1 Glenn Randers-Pehrson <glennrp@image...>
187  * Don't let the PNG encoder try to sort the colormap when there are more
188    than 256 colors in the image. (reference
189    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=17834).
190
1912011-01-10  6.6.7-1 Cristy  <quetzlzacatenango@image...>
192  * Accept escaped % in output filename (reference
193    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=17810).
194
1952011-01-08  6.6.7-1 Glenn Randers-Pehrson <glennrp@image...>
196  * Quieted some inconsequential warnings in the PNG codec due to a
197    change in the type of the PNG iCCP profile from png_charp to png_bytep
198    in libpng-1.5.0.
199
2002011-01-03  6.6.7-0 Cristy  <quetzlzacatenango@image...>
201  * Handle negative heights for ICO images.
202
2032011-01-02  6.6.7-0 Glenn Randers-Pehrson <glennrp@image...>
204  * Recent changes sometimes caused the PNG encoder to select colortype=2
205    (Truecolor) instead of 0 (Grayscale) for grayscale images.  This made
206    the filesize larger than necessary and caused some of the PerlMagick
207    tests to fail.
208
2092011-01-01  6.6.6-10 Glenn Randers-Pehrson <glennrp@image...>
210  * The PNG decoder now checks whether the image actually has any transparency
211    when the input file contains an alpha channel or a tRNS chunk.  (Reference
212    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=17748)
213
2142010-12-26  6.6.6-8 Cristy  <quetzlzacatenango@image...>
215  * -posterize fails with more than 40 levels (reference
216    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=17741).
217  * Add support for the MacPaint image format.
218  * Eliminate spurious 'invalid colormap index' exception for 16-bit SGI images
219    (bug report by steven.sittser@fligh...).
220  * Fix user data length for the CIN image format.
221
2222010-12-21  6.6.6-7 Glenn Randers-Pehrson <glennrp@image...>
223  * Use a clone instead of the main image in coders/png.c, so the image
224    can still be used later on without being affected by changes made by
225    the PNG encoder.
226  * Added PNG:exclude-chunk and PNG:include-chunk defines.
227  * Revised the -strip option so it behaves as though
228    "-define PNG:include-chunk=none,gama" had appeared on the commandline.
229  * Avoid writing PNG ancillary chunks in the PNG/MNG/JNG encoder while
230    generating the alpha channel for a JNG image.
231
2322010-12-21  6.6.6-7 Anthony Thyssen <A.Thyssen@griffith...>
233  * Removed the forced interpolation setting in AcquireResampleFilterThreadSet
234    It prevented user defined interpolation settings for -clut, and possibly
235    other usage.
236
2372010-12-17  6.6.6-6 Chris Madison  <madisonblu@gmail...>
238  * Add LZMA compression support to ImageMagick.
239  * Eliminate seg-fault in MvgPrintf().
240
2412010-12-17  6.6.6-6 Glenn Randers-Pehrson <glennrp@image...>
242  * Eliminated a redundant quantization step in the PNG encoder.
243  * Untangled a confusing but apparently harmless improper loop nesting
244    in the PNG encoder.
245  * Eliminated redundant "IsGray()" tests from the PNG encoder.
246
2472010-12-14  6.6.6-6 Cristy  <quetzlzacatenango@image...>
248  * -format "%[fx:u.p{5,5}]" no longer reports parse exception (reference
249    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=17678).
250
2512010-12-10  6.6.6-5 Glenn Randers-Pehrson <glennrp@image...>
252  * Make the PNG encoder always rebuild the palette, to avoid losing
253    transparency when it is out of sync with the pixel data (reference
254    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=17655).
255  * Eliminated CompressColormapTransFirst() since the palette is already
256    compressed and sorted by opacity now when it's recreated.
257
2582010-12-10  6.6.6-5 Cristy  <quetzlzacatenango@image...>
259  * Account for virtual canvas for the -flip / -flop options (reference
260    http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=17626).
261  * Also for -transpose and transverse options
262  * Support -metric fuzz option.
263
2642010-12-09  6.6.6-4 Anthony Thyssen <A.Thyssen@griffith...>
265  * Replace IsMagickColorSimilar() which provides the Fuzz Factor threshold
266    function.  Note function does not calculate 'distance' in total but
267    short-circuits when threshold is reached for faster processing.
268  * Ordered Dithered handling of Alpha channel was incorrect - fixing
269    Bug was introduced v6.6.5-6
270
2712010-12-03  6.6.6-3 Glenn Randers-Pehrson <glennrp@image...>
272  * Fixed two more cases where the PNG encoder lost transparency (reference
273    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=17516).
274
2752010-12-01  6.6.6-2 Cristy  <quetzlzacatenango@image...>
276  * Affine multiplication reversed when translating (reference
277    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=17570).
278
2792010-11-26  6.6.6-2 Glenn Randers-Pehrson <glennrp@image...>
280  * Revised the "c7x7b" and "c7x7w" ordered-dither maps to be complementary
281    to each other.
282
2832010-11-27  6.6.6-1 Cristy  <quetzlzacatenango@image...>
284  * Add support for -evaluate-sequence median.
285
2862010-11-26  6.6.6-0 Glenn Randers-Pehrson <glennrp@image...>
287  * Fixed two more cases where the PNG encoder lost transparency (reference
288    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=17516).
289
2902010-11-23  6.6.6-0 Cristy  <quetzlzacatenango@image...>
291  * The policy.xml sets not-to-exceed resource values (e.g. policy memory limit
292    1GB, -limit 2GB exceeds policy maximum so memory limit is 1GB).
293  * Support NCC (normalized cross correlation) compare metric.
294
2952010-11-21  6.6.5-10 Cristy  <quetzlzacatenango@image...>
296  * Fix PNG coder compile error when HDRI is enabled.
297
2982010-11-17  6.6.5-9 Glenn Randers-Pehrson <glennrp@image...>
299  * Many of the problems with the PNG encoder have been fixed (reference
300    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=16490).
301  * The "-type Optimize" option is now deprecated.  If present, it is treated
302    by the PNG encoder the same as if the type were undefined.  Optimization
303    is now always performed.  No other formats used the "type Optimize" option.
304  * Merged redundant code into LosslessReduceDepth() function in the PNG codec.
305
3062010-11-14  6.6.5-9 Cristy  <quetzlzacatenango@image...>
307  * The splice option no longer throws spurious "pixels are not authentic"
308    exceptions.
309  * Thread the -adaptive-resize option.
310  * Set XBM coder height to height not width.
311
3122010-11-14  6.6.5-9 Nicolas Robidoux <nicolas.robidoux@gmai...>
313  * Lanczos2Sharp blur tweaked. New blur = 0.9549963639785485.
314
3152010-11-13  6.6.5-9 Nicolas Robidoux <nicolas.robidoux@gmai...>
316  * LanczosSharp blur tweaked to minimize worst case deviation from "perfect
317    preservation of images which only vary horizontally (or vertically)" under
318    no-op. New blur = 0.9812505644269356.
319
3202010-11-08  6.6.5-8 Nicolas Robidoux <nicolas.robidoux@gmai...>
321  * Missing logical operator in tiff.c.
322
3232010-11-08  6.6.5-8 Cristy  <quetzlzacatenango@image...>
324  * Only save TIFF image with 1-bit depth if there is no alpha channel.
325  * Abandon PSD composite if layer is available.
326  * %[fx:mean] is the mean of the default channels (all but opacity) (reference
327    http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=17432).
328
3292010-10-29  6.6.5-6 Glenn Randers-Pehrson <glennrp@image...>
330  * Added 5x5, 6x6, and 7x7 ordered-dither level maps.
331
3322010-10-30  6.6.5-5 Cristy  <quetzlzacatenango@image...>
333  * Do not read configure files in the current directory for the "installed"
334    version of ImageMagick.
335  * Allow numeric characters in the XPM basename (reference
336    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=17385).
337
3382010-10-29  6.6.5-4 Glenn Randers-Pehrson <glennrp@image...>
339  * Revised PNG palette optimization
340  * Added some debug logging in coders/png.c.
341
3422010-10-28  6.6.5-3 Nicolas Robidoux <nicolas.robidoux@gmai...>
343  * More precise blur values for Lanczos2Sharp and LanczosSharp.
344  * Added location of first Mitchell crossing (=8/7) to the filters data
345    structure.
346
3472010-10-28  6.6.5-2 Anthony Thyssen <A.Thyssen@griffith...>
348  * Added Lanczos2D* filters now named Lanczos2*
349  * Reorganization of AcquireFilter() to make it work better
350
3512010-10-25  6.6.5-1 Nicolas Robidoux <nicolas.robidoux@gmai...>
352  * Clearer EWA filters (LanczosSharp etc) comments.
353
3542010-10-25  6.6.5-1 Anthony Thyssen <A.Thyssen@griffith...>
355  * Added LanczosSharp  (3-lobe Lanczos with sharpening)
356  * Filter sharpening factors are also always applied regardless of usage.
357
3582010-10-24  6.6.5-1 Nicolas Robidoux <nicolas.robidoux@gmai...>
359  * CubicBC filter formulas simplified by constant folding. In
360    particular, P1 coefficient (always zero) removed from coeff.
361
3622010-10-22  6.6.5-1 Nicolas Robidoux <nicolas.robidoux@gmai...>
363  * Revert the Robidoux filter to a Keys cubic with C=(108 sqrt 2-29)/398
364    (as already specified in the documentation).
365
3662010-10-14  6.6.5-1 Cristy  <quetzlzacatenango@image...>
367  * Ignore PS bounding box offsets if -page is set.
368  * Use #pragma omp master for dumping single threaded debugging information
369    (single caused a fault).
370  * Add support for -evaluate exp.
371
3722010-10-12  6.6.5-0 Anthony Thyssen <A.Thyssen@griffith...>
373  * Added "filter:sigma" expert setting defining the 'sigma' for the Gaussian
374    filter only.  This is similar in action to 'blur' but only for Gaussians,
375    and does not modify the filters support, allowing you to set a very small
376    sigma, without the function 'missing' all pixels.
377    (This will allow future adjustment of Gaussians for variable blur mapping)
378
3792010-10-10  6.6.5-0 Cristy  <quetzlzacatenango@image...>
380  * Patch for  DrawableRotation() and DrawableTranslation() (reference
381    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=17246).
382  * The webp format requires the webpconv delegate program (experimental).
383
3842010-10-05  6.6.5-0 Anthony Thyssen <A.Thyssen@griffith...>
385  * Replaced "Robidoux" with Cubic 'Keys' filter that is near equivelent to
386    the previous sharped "Lanczos2D" filter. (C=0.31089212245300069)
387    This also is very similer to a Mitchell filter but specifically designed
388    for EWA use and is the new default filter for Distorting Images.
389  * Original sharpened Lanczos2D filter now called "Lanczos2Dsharp"
390
3912010-10-08  6.6.4-10 Jerry Gay  <jerry.gay@gmail..>
392  * Autodetect file type support in Makefile.PL to prevent test failures
393
3942010-10-05  6.6.4-10 Anthony Thyssen <A.Thyssen@griffith...>
395  * Added new filter 'Lanczos2D' a 2-lobe Lanczos as defined by
396    Andreas Gustafsson in his thesis  "Interactive Image Warping" (page 24)
397         http://www.gson.org/thesis/warping-thesis.pdf
398  * Added filter "Robidoux" which is a slightly sharpened version of the
399    "Lanczos2D" filter (blur=0.958033808) specifically designed to be less
400    'blurry' for horizontal and vertical lines in no-op distortions.
401
4022010-10-05  6.6.4-10 Cristy  <quetzlzacatenango@image...>
403  * Add support for "pattern:vertical2" and "pattern:horizontal2".
404  * Add support for "pattern:vertical3" and "pattern:horizontal3".
405  * Properly handle PSD layers with negative offsets.
406
4072010-10-03  6.6.4-9 Cristy  <quetzlzacatenango@image...>
408  * Fix memory assertion with --enable-embeddable (reference
409    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=17201).
410  * Don't permit access to pixels when pinging an image (reference
411    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=17194).
412
4132010-10-02  6.6.4-9 Anthony Thyssen <A.Thyssen@griffith...>
414  * Added sqrt(2) blurring default for Gaussian Filter if used as
415    a Cylindrical EWA filter.  This resulted removing the last aliasing
416    issue that was present in tests for Gaussian EWA resampling. Of course
417    it is still a very blurry filter for default use in EWA.
418  * Adjusted Variable Mapping Blur Composition so user arguments actual
419    relate properly to the sigma of the blur for a maximum mapping value.
420  * Fix horizon anti-alising for output-scaled perspective distortions.
421  * 'Bessel' filter is now offically and more accuritally named 'Jinc'
422    however 'Bessel' while not visible as a filter option can still be used
423    as an internal alias for 'Jinc'.
424
4252010-09-28  6.6.4-8 Nicolas Robidoux <nicolas.robidoux@gmai...>
426  * Chantal Racette double checked the bounding parallelogram computation
427    in resample.c (and I tightened the comments).
428
4292010-09-28  6.6.4-8 Cristy  <quetzlzacatenango@image...>
430  * Temporary files not always deleted (reference
431    http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=15960).
432
4332010-09-28  6.6.4-8 Anthony Thyssen <A.Thyssen@griffith...>
434  * Bug fix for -filter point distorts (occasional generating black pixels)
435
4362010-09-27  6.6.4-8 Nicolas Robidoux <nicolas.robidoux@gmai...>
437  * Simplified the ClampUpAxes code, the use of its outputs, its comments,
438    and credited Craig DeForest for the "clamp singular values" idea.
439  * No reason to have "insane" precision Sinc in resize.c: Use
440    the 1.2e-12 max. abs. relative error version for Q64 as well as Q32.
441
4422010-09-27  6.6.4-8 Anthony Thyssen <A.Thyssen@griffith...>
443  * Replace the blurry "High Quality EWA" technique with a 'Clamped EWA'
444    for Distort Resampling.  This makes -distort a whole lot nicer
445    and allows for the use of better cylindrical filters.
446
4472010-09-26  6.6.4-7 Anthony Thyssen <A.Thyssen@griffith...>
448  * Fix Point filter for ResizeImage() caused by support limiting the
449    Box weighting function.
450
4512010-09-26  6.6.4-6 Cristy  <quetzlzacatenango@image...>
452  * Don't allow resize filter weights to go to zero (reference
453    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=17132).
454
4552010-09-24  6.6.4-6 Nicolas Robidoux <nicolas.robidoux@gmai...>
456  * Now that MagickPIL is a MagickRealType, some casts are unneeded.
457
4582010-09-21  6.6.4-6 Cristy  <quetzlzacatenango@image...>
459  * Do not break words if caption size is absolute (reference
460    http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=17123).
461  * Don't define HAVE_THREADS for --without-threads configure script option.
462
4632010-09-20  6.6.4-5 Nicolas Robidoux <nicolas.robidoux@gmai...>
464  * Modified "magick/resize.c" so that MagickPIL is a MagickRealType number.
465    Some computations were needlessly done in long double precision because
466    PIL forced an automatic upcast wherever it appeared. Changed its name to
467    MagickREALTYPEPI. <- This was later reverted back to MagickPIL.
468  * Modified "magick/resize.c" so that Bohman uses one trig call + one sqrt
469    call instead of two trig calls.
470
4712010-09-20  6.6.4-5 Anthony Thyssen <A.Thyssen@griffith...>
472  * modified "magick/resample.c" to allow use of either EWA or HQEWA (default)
473  * Removed LanczosFast from supported filters (SincFast*SincFast is faster)
474
4752010-09-19  6.6.4-5 Cristy  <quetzlzacatenango@image...>
476  * If IPTC profile is not embedded in an 8bim resource, declare it IPTC
477    rather than 8BIM.
478  * Support %[version] and %[copyright].
479  * Improve performance of the pixel cache.
480
4812010-09-18  6.6.4-4 Cristy  <quetzlzacatenango@image...>
482  * Automatically set the quantum depth to 16 for HDRI.
483
4842010-09-16  6.6.4-2 Cristy  <quetzlzacatenango@image...>
485  * IPTC profile not always wrapped properly inside an 8BIM profile.
486  * TIFF tile geometry must be divisible by 16.
487
4882010-09-15  6.6.4-2 Anthony Thyssen <A.Thyssen@griffith...>
489  * Rename of SincPolynomial to SincFast for easier user understanding
490  * Ditto for LanczosChebyshev to LanzcosFast
491
4922010-09-14  6.6.4-2 Anthony Thyssen <A.Thyssen@griffith...>
493  * Switch default resize filters to using the faster SincPolynomial
494    filter by default internally.  However 'Sinc' will still use the
495    Trigonometric function, and can be used to assign the trig version
496    of Sinc() to filters using the filter expert options.
497  * The default filter for 'distort' was found to be a very blurry inaccurate
498    filter function.  It was removed and replaced with a correct Gaussian
499    filter (as used by resize)
500  * Added a switch so that "-interpolate filter" will force the use of
501    a cylindrical filter for ALL pixels in distorted images.  That is you can
502    use that switch to use a cylindrical filter even for images that are
503    being enlarged by the distortion.  However EWA is still currently using
504    a fixed 2.0 sampling radius.  This switch complements the use of "-filter
505    point" which turns off EWA filters in favor of interpolation for all
506    pixels in a distorted image.  BOTH switches should not be used together.
507  * A bug in the support radius of the EWA resampling function was found,
508    now that correctly defined resize filters are being used. Suddenly Normal
509    Gaussian distortions are not so blurry, and tests with distortions of
510    the 'Rings' image show extremely good and clear results, with only minimal
511    blurring.  The filter 'blur' expert option can be used to adjust this
512    further.
513
514    The above represents a major improvement forward in the quality of the
515    image distortion operator. But near-unity distortions (no scaling) are
516    still overly blurry.
517
5182010-09-13  6.6.4-2 Cristy  <quetzlzacatenango@image...>
519  * Don't negate the geometry offset for the -extent option.
520
5212010-09-09  6.6.4-1 Cristy  <quetzlzacatenango@image...>
522  * The RGBO format is now listed as a supported format.
523
5242010-09-07  6.6.4-1 Anthony Thyssen <A.Thyssen@griffith...>
525  * Added the Nicolas Robidoux and Chantal Racette  Lanczos resize filter
526    function as "LanczosChebyshev" as faster alternative to Lanczos.
527  * Re-code Nicolas Robidoux and Chantal Racette Polynomial Approximation of
528    the Sinc Trigonometric resize filter, as a proper filter to allow
529    direct comparision and speed testing of the filter.
530  * Expanded the "-set option:filter:verbose 1" output, so as to also include
531    the actual functions and other values that were used to create the filter.
532
5332010-09-02  6.6.4-0 el_supremo  <digipete@shaw...>
534  * Repair a few incorrect LocaleNCompare() calls (ttf.c, ps.c).
535
5362010-08-31  6.6.4-0 Cristy  <quetzlzacatenango@image...>
537  * Path no longer closed if join style is round (reference
538    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=16943).
539  * Add case for BGRQuantum to GetQuantumExtent().
540  * Support no compression on PCX write.
541
5422010-08-23  6.6.3-10 Cristy  <quetzlzacatenango@image...>
543  * Fixed bug in the raw BGRA coders (reference
544    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=16880).
545  * Fix off-by-one error in the PSD coders.
546  * Nicolas Robidoux with the assistance of Chantal Racette contribute an
547    approximation of the sinc function over the interval [-3,3].
548  * Eliminate a small memory leak in LevelizeImageChannel() (reference
549    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=16951).
550  * Recognize -fx logtwo (reference
551    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=16958).
552
5532010-08-15  6.6.3-7 Cristy  <quetzlzacatenango@image...>
554  * Throw exception if image size differs for the compare program but the
555    -subimage-search option is not specified.
556
5572010-08-13  6.6.3-6 Cristy  <quetzlzacatenango@image...>
558  * The AdobeRgb.tif TIFF image no longer faults under Windows (reference
559    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=16838).
560  * Add -subimage-search option to the compare utility.
561
5622010-08-12  6.6.3-5 Cristy  <quetzlzacatenango@image...>
563  * The -fx 2e+6/1e+5 argument no longer returns the wrong results (reference
564    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=16833).
565
5662010-08-10  6.6.3-5 Glenn Randers-Pehrson <glennrp@image...>
567  * Emit a warning if the PNG encoder can't satisfy the color type and
568    bit depth requested with a "-define" directive.
569
5702010-08-07  6.6.3-4 Cristy  <quetzlzacatenango@image...>
571  * The orient option sometimes improperly set "undefined" (reference
572    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=16795).
573  * Only list orientation options for the -list orientation option (reference
574    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=16801).
575  * Return proper standard deviation for combined channels (reference
576    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=16786).
577  * Handle transparency properly for the PSD image format.
578
5792010-08-05  6.6.3-3 Glenn Randers-Pehrson <glennrp@image...>
580  * Properly map PNG intent to image->rendering_intent
581
5822010-08-01  6.6.3-3 Cristy  <quetzlzacatenango@image...>
583  * Eliminate bogus "invalid colormap index" when pinging ICO images.
584  * Support -set density / units.
585
5862010-07-31  6.6.3-2 Cristy  <quetzlzacatenango@image...>
587  * Only use the first alpha channel in PSD image.
588  * Only use XPM complying colors for XPM images (e.g. green is rgb(0,255,0)).
589
5902010-07-27  6.6.3-2 Glenn Randers-Pehrson <glennrp@image...>
591  * Eliminate useless message about assuming zero delay when writing
592    a single-frame MNG, and changed it from Error to Warning when
593    writing a multiple-frame MNG.
594
5952010-07-25  6.6.3-1 Glenn Randers-Pehrson <glennrp@image...>
596  * Don't "ping" a PNG image if it is embedded in a MNG.  Otherwise the
597    reader tries to read MNG chunks from the interior of the embedded PNG,
598    resulting in an erroneous "corrupted image" message.
599
6002010-07-09  6.6.3-1 Cristy  <quetzlzacatenango@image...>
601  * Fix memory leak in for corrupt BMP images (reference
602    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=16600).
603  * Repair several issues when writing to stdout (reference
604    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=16620).
605  * A GIF image with the .bgr extension is still a GIF (reference
606    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=16662).
607
6082010-07-07  6.6.3-1 Glenn Randers-Pehrson <glennrp@image...>
609  * The PNG decoder failed to handle the tRNS chunk properly for grayscale
610    images where the PNG bit_depth was not the same as the quantum depth,
611    and the transparent color was not black.
612
6132010-07-01  6.6.3-0 Chris Madison  <madisonblu@gmail...>
614  * Pinging the DJVU image format no longer faults.
615  * Check for time-limit-exceeded in only one thread.
616  * Reading filenames from a file (e.g. @filenames) no longer includes the
617    utility name (side effect of StringToArgv() method).
618
6192010-06-28  6.6.2-10 Cristy  <quetzlzacatenango@image...>
620  * Support the tiff:fill-order define.
621  * Filters are case sensitive (e.g. reduce-Colors).
622  * Restore mogrify's -path option.
623  * The -list module option lists image coders and image filters.
624
6252010-06-27  6.6.2-9 Cristy  <quetzlzacatenango@image...>
626  * Add the ImageView API.
627  * Fix DJVU coder to read one page (e.g. 'image.djvu[2]').
628  * Support -define png:bit-depth=1 -define png:color-type=3 for PNG format.
629
6302010-06-22  6.6.2-8 Cristy  <quetzlzacatenango@image...>
631  * Skip byte when DDS bitcount is 32 (reference
632    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=16487).
633  * Montage now uses final background setting (e.g. montage -background none ...
634    -background lightblue show:).
635  * Do not annotate directory paths in ListFiles().
636  * Reset the image matte for png:color-type=2.
637
6382010-06-17  6.6.2-7 Cristy  <quetzlzacatenango@image...>
639  * Support new label:pointsize property.
640  * Miscellany->Slide Show, in the display program, now cycles through the
641    image sequence.
642  * Recognize certain hex color values (e.g. #b9e1cc00) for the -fx argument.
643  * Reduce memory requirements when dithering on the iPhone.
644  * Command line operators no longer affected by settings that appear after
645    them (e.g. -splice 10x0+0+0 -gravity center).
646  * Compute the proper DPX user data field size.
647
6482010-06-15  6.6.2-6 Cristy  <quetzlzacatenango@image...>
649  * Fix some nits to keep the clang compiler happy.
650
6512010-06-14  6.6.2-5 Anthony Thyssen <A.Thyssen@griffith...>
652  * Fix transprancy handling for Morphology Convolve
653  * Adjustments of Hit And Miss and Edge Detection kernel definitions
654  * Added 'ThinDiagonals' Thinning Kernel + two sub-types
655  * Handling for Convolution of 1-D vertical kernels.
656    However this was removed (using #if-#endif) as I found it slower in tests!
657
6582010-06-12  6.6.2-5 Cristy  <quetzlzacatenango@image...>
659  * mogrify -format properly handles compressed image filename (e.g.
660    -format jpg logo.png.bz2).
661  * Respect +dither option when saving to the GIF image format.
662
6632010-06-08  6.6.2-4 Cristy  <quetzlzacatenango@image...>
664  * End of string sentinal is \n not \r.
665
6662010-06-06  6.6.2-3 Glenn Randers-Pehrson <glennrp@image...>
667  * Don't decode pixels in coders/png.c when image->ping is set.
668
6692010-06-06  6.6.2-3 Cristy  <quetzlzacatenango@image...>
670  * Reset image filename when reading inline images.
671  * Don't clamp floating point values for HDRI-enabled ImageMagick.
672
6732010-05-25  6.6.2-2 Anthony Thyssen <A.Thyssen@griffith...>
674  * Replaced '^' morphology kernel rotation with two variants '>' and '<'
675  * 'Skeleton' variant to thin down images as symmetrically as possible.
676  * Spelling correction:  Manhatten -> Manhattan
677
6782010-06-01  6.6.2-2 Glenn Randers-Pehrson <glennrp@image...>
679  * Properly scale color components of the PNG bKGD chunk.
680  * Prevent MNG divide by zero in calculation of frame_timeout.  Set
681    both frame_delay and frame_timeout to infinite when ticks_per_second
682    is zero, as required by the MNG spec.
683
6842010-05-31  6.6.2-2 Cristy  <quetzlzacatenango@image...>
685  * Add x:silent option to prevent beeps when reading the X image format.
686  * Recognize TTF for GetMagicInfo().
687  * Ensure the +set option deletes the image artifact.
688
6892010-05-28  6.6.2-1 Glenn Randers-Pehrson <glennrp@image...>
690  * Prevent coders/png.c from attempting to write an empty tRNS chunk.
691
6922010-05-25  6.6.2-1 Anthony Thyssen <A.Thyssen@griffith...>
693  * Fix for Square Array Rotates (off center origin rotate)
694  * Added HitAndMiss kernel Ridges2 to find 2 pixel thick ridges
695  * Added FreiChen:0,{angle}  FreiChen:{angle} and FreiChen:-1 variations
696    to complete this kernels definition
697
6982010-05-24  6.6.2-1 Cristy  <quetzlzacatenango@image...>
699  * Respect density when rendering SVG images.
700  * Set AVI handler to the MPEG coder.
701  * Compute the proper DPX user data field size.
702  * Do not interpret a format specifier when enclosed in brackets (e.g.
703    rose_tile_%[filename:tile].gif.
704  * Use 64-bit types when compiling with the 64-bit Visual C++ compiler under
705    Windows.
706  * Prevent MNG divide by zero in calculation of frame_delay (reference
707    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=16320).
708
7092010-05-23  6.6.2-0 Anthony Thyssen <A.Thyssen@griffith...>
710  * Third Re-write of MorphologyApply() to better handle compound methods.
711  * Implemented  -set option:morphology:compose for merging results of
712    multiple kernels. "None" means re-iterate results with next kernel.
713    While "Undefined" means to use the internal default for a method.
714    Thinning, Thickening, HitAndMiss, Convolve, Correlate defaults to "None"
715    while HitAndMiss defaults to "Lighten" (union of all kernel results).
716    Other morphology methods defaults still to be decided.
717  * Added HitAndMiss Kernel: Ridges  (find ridges and pixel width lines)
718  * Rotation Expansion of single kernels '^' and '@' flags in arguments
719    EG: -set option:showkernel 1 -morphology Convolve 'Blur:0x2^'
720  * ExpandKernelInfo() (rotation expand) now groks symmetrical kernels.
721    So the above will only produce a list of 2 kernels, not 4 kernels
722
7232010-05-18  6.6.2-0 Anthony Thyssen <A.Thyssen@griffith...>
724  * Separation of internal function MorphologyApply() from
725    MorphologyImageChannel() to calls to convolve without user settings.
726  * Rewrite of MorphologyApply() to output better 'verbose' messages
727  * Better handling of Gaussian tyle filters (bug fixes)
728  * Bug fix and optimization of kernel size calculations in "gem.c"
729  * Allow '^' or '@' flags in 'user defined' kernel size arguments to
730    expand kernel into a rotated list.
731    EG: -set option:showkernel 1 -morphology Thinning  '3@: 0,1,0 0,1,0 0,0,0'
732  * Allow a scaled unity kernel to be added to kernel (EdgeDet->Sharpen)
733    EG: -set option:convolve:scale [kernel_scale][^!],[unity_scale][%]
734  * Addition of "Laplacian of Gaussian" (LOG), also known as Mexican Hat
735    EG: -morphology convolve LOG:0x1
736  * Added FreiChen, Kirsch  Convolution kernels
737  * Added Descrete 'Laplacian of Gaussian' kernels (Laplacian type 15 and 19)
738  * Added Edges HitAndMiss Kernel
739
7402010-05-17  6.6.2-0 Cristy  <quetzlzacatenango@image...>
741  * PSD images require a proper layer to support an alpha channel.
742  * Enable PFM endian support.
743  * Add context to -border for montage.  Inside the parenthesis it adds a border
744    to the image otherwise it sets the border for the layout manager.
745  * 24-bit BMP images are not colormapped even if header colors != 0.
746  * Set DPX user data like this: -set profile dpx:userdata.txt.
747  * Make sure Lab => RGB => Lab survives the round trip.
748
7492010-05-15  6.6.1-10 Cristy  <quetzlzacatenango@image...>
750  * Use ScaleCharToQuantum() in coders/src.c (reference
751    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=16229).
752  * Don't clamp HDRI EXR pixels.
753
7542010-05-14  6.6.1-9 Cristy  <quetzlzacatenango@image...>
755  * Increase the estimated # points for the path drawing primitive.
756  * Remove any prior resolution block from PSD before writing the new block.
757
7582010-05-14  6.6.1-9 Anthony Thyssen <A.Thyssen@griffith...>
759  * Addition of more Morphological/Convolution Kernels.
760    DOG (Difference of Gaussians) and DOB (Difference of Blurs),
761    EG:    -morphology convolve DOG:0x1,3
762           -morphology convolve DOB:0x1,3,90
763  * Added Prewitt, Roberts, Compass  Convolution Kernels
764  * Ring Symbol Kernel (subtraction of Disk from a Disk)
765
7662010-05-13  6.6.1-9 Cristy  <quetzlzacatenango@image...>
767  * The pixel buffer was underallocated for some image formats when streaming.
768
7692010-05-12  6.6.1-8 Anthony Thyssen <A.Thyssen@griffith...>
770  * Implementation of Pattern Matching Morphology methods
771    HitAndMiss, Thicken, Thinning
772  * Reporting of Kernel Strings that fail to parse (though not why)
773  * Parsing of Multiple Kernel Strings, generating a list of kernels
774  * Union of results from Multiple Kernels for HitAndMiss method
775  * Interated Multiple Kernels for all other morphology methods
776  * Added many new kernels for HitAndMiss and Convolution
777    Sobel, Laplacian, Cross, Peaks, Corners, LineEnds, LineJunctions,
778    ConvexHull (for Thicken), Skeleton (for Thinning)
779
7802010-05-08  6.6.1-8 Glenn Randers-Pehrson <glennrp@image...>
781  * Use proper background.index when writing indexed PNG, if the background
782    color is in the palette.
783
7842010-05-08  6.6.1-7 Cristy  <quetzlzacatenango@image...>
785  * Fix improper 'invalid colormap index' PNG bug.
786  * Fix PerlMagick compile exception.
787
7882010-05-07  6.6.1-6 Anthony Thyssen <A.Thyssen@griffith...>
789  * Added % and ! modification flags to morphology distance kernel
790    scaling factor, for easier usage.
791  * Bug fix for compose math channel handling and morphology diff usage
792
7932010-05-06  6.6.1-6 Cristy  <quetzlzacatenango@image...>
794  * Do not claim gray colorspace if gray image includes a non-gray pixel.
795  * Initialize BMP alpha channel to opaque for RGB images.
796  * Fixed under allocation for round rectangles.
797  * The -list option returns a 0 status as expected.
798
7992010-05-06  6.6.1-6 Anthony Thyssen <A.Thyssen@griffith...>
800  * Made use of new no-'sync' channel enabled mathematical compose methods
801    for the difference morphology methods.  These should now work correctly
802    for specific channels, and more importantly for alpha shaped morphology.
803
8042010-05-05  6.6.1-6 Glenn Randers-Pehrson <glennrp@image...>
805  * Fixed bugs with losing the opacity channel while writing some PNG images.
806    (bug reported by Anthony T.)
807
8082010-05-05  6.6.1-6 Glenn Randers-Pehrson <glennrp@image...>
809  * Simplified and corrected rowbytes calculation in coders/png.c and
810    added more logging.
811
8122010-05-05  6.6.1-6 Anthony Thyssen <A.Thyssen@griffith...>
813  * Rename of "Add" and "Subtract" compositions to "ModulusAdd" and
814    "ModulusSubtract" for more clarity of there functions. Old names
815    will continue to work as expected.
816  * Fix "Minus", "ModulusAdd", and "ModulusSubtract" to follow
817    normal SVG 'Over' blending specifications, (see next for override)
818    Note that this does NOT include the "Plus" composition method which has
819    SVG definition for it to use a 'Plus' blending rather than 'Over' blending.
820
821  * By default mathematical compositions work as per SVG definition. That is
822    the results are synchronized with 'Over' alpha-blending (except "Plus"
823    which uses 'plus' alpha-blending).
824
825    By removing the default 'sync' flag from the -channel setting however
826    Break this inter-channel synchronization and do the mathematical operations
827    only on the individual channels as specified by the -channel setting.
828    That is do 'channel' math rather than 'SVG' composition.
829
830    With this change you can then use mathematical composition methods on
831    individual channels or even with the alpha channel of images.
832
8332010-04-28  6.6.1-6 Anthony Thyssen <A.Thyssen@griffith...>
834  * Special case handling in Barrel distortion (pixel at image center)
835  * Calculation of image for Barrel distortion (pixel vs image coords)
836  * Argument input (handling optional 'd' argument) for Barrel distortion
837
8382010-04-24  6.6.1-6 Cristy  <quetzlzacatenango@image...>
839  * Do not declare timestruct under MinGW.
840  * Respect -compose option for the montage utility (bug report by Anthony).
841  * A 256 column gradient produces a 256 color GIF image (bug report by
842    Anthony).
843  * Register / unregister CALS format in static.c (reference
844    http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=16103).
845  * Add SetImageColor() method.
846
8472010-04-17  6.6.1-5 Cristy  <quetzlzacatenango@image...>
848  * Only write one ICC profile to PSD image.
849  * Sync image colormap for PNG tRNS chunks.
850  * The -direction option now works with the -annotate and -draw options.
851  * For the histogram: format, if you have no need for the unique color list,
852    use <kbd>-define histogram:unique-colors=false</kbd> to forego this
853    expensive operation.
854  * Match on literal after backslash in glob expression (reference
855    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=16068).
856  * Enable JPEG-compression for grayscale TIFF images (reference
857    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=16064).
858  * Don't write empty tile if tile geometry matches the image width (reference
859    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=16064).
860  * Support -regard-warnings in the mogrify utility.
861  * Output the correct units for the identify utility (reference
862    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=16075).
863
8642010-04-15  6.6.1-4 Cristy  <quetzlzacatenango@image...>
865  * Do not set the resample virtual pixel method when undefined.
866  * Support writing grayscale PSD images.
867  * Revert Lab-to-XYZ colorspace transform patch.
868  * Clamp HDRI values for LevelImageChannel() method.
869
8702010-04-12  6.6.1-3 Cristy  <quetzlzacatenango@image...>
871  * For HSL to RGB, if color temperature is less than 0, set RGB to lightness.
872  * Do not flip BMP image with negative height when pinging.
873
8742010-04-08  6.6.1-2 Cristy  <quetzlzacatenango@image...>
875  * Improve support for device link profiles.
876
8772010-04-06  6.6.1-1 Anthony Thyssen <A.Thyssen@griffith...>
878  * Fixed bug in -auto-level for special case when only one value is present
879    in some channel of the image. In this case no 'stretch is performed, just
880    as -normalize does.
881
8822010-04-05  6.6.1-1 Cristy  <quetzlzacatenango@image...>
883  * WMF support under Windows does not produce the same results as under
884    Linux.
885
8862010-03-31  6.6.1-0 Anthony Thyssen <A.Thyssen@griffith...>
887  * Fixed bug in equal-size tile cropping, when image has a page offset.
888
8892010-03-31  6.6.1-0 Cristy  <quetzlzacatenango@image...>
890  * The -recolor 4x4 matrix is now interpreted properly (previously it
891    summed rather than attenuating the alpha channel).
892  * Support writing 1-bit PSD images.
893  * Support LCMS 2.0.
894  * Improved WMF support under Windows.
895
8962010-03-30  6.6.1-0 Glenn Randers-Pehrson <glennrp@image...>
897  * The new coders/png.c was failing to read a 1-bit paletted image properly.
898  * Finished eliminating the deprecated direct references to members of
899    the png_info structure. ImageMagick can now be built with libpng-1.5.
900
9012010-03-21  6.6.0-10 Cristy  <quetzlzacatenango@image...>
902  * Respect the -density option when rendering a Postscript or PDF image.
903  * Distort barrel no longer complains when 3 arguments are given (reference
904    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=15883).
905  * Support -direction left-to-right option for rendering text
906
9072010-03-24  6.6.0-9 Glenn Randers-Pehrson <glennrp@image...>
908  * coders/png.c: Eliminated support of libpng versions older than 1.0.12.
909  * Relocated the new, misplaced png_get_rowbytes() call.
910  * Updated setjmp/longjmp/jmpbuf usage to work with libpng-1.5.
911
9122010-03-21  6.6.0-9 Cristy  <quetzlzacatenango@image...>
913  * Windows does not support complex.h (reference
914    http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=15808).
915  * Add support for monochrome PSD images.
916  * VignetteImage() no longer crashes when x and y arguments are both greater
917    than half the width (x) and height (y) of the image.
918
9192010-03-20  6.6.0-8 Glenn Randers-Pehrson <glennrp@image...>
920  * Eliminated some of the deprecated direct references to members of
921    the png_info structure.  This must be finished before we can build
922    with libpng-1.5.
923
9242010-03-18  6.6.0-8 Cristy  <quetzlzacatenango@image...>
925  * The animate program no longer loops twice when -loop 1 is specified.
926  * The caption format would sometimes hang when the text was not UTF-8.
927  * Don't gamma correct log to linear color conversion unless the -gamma is
928    specified (reference
929    http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=15799).
930
9312010-03-17  6.6.0-7 Cristy  <quetzlzacatenango@image...>
932  * Detect CMYKProcessColor AI tag.
933  * Delete image from command line cache for -write option.
934
9352010-03-13  6.6.0-6 Cristy  <quetzlzacatenango@image...>
936  * Add support for the Adobe Large Document format.
937  * Recognize -remap option for the mogrify utility.
938  * The default Helvetica font is not always available, check for
939    Century Schoolbook too (reference
940    http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=15780).
941
9422010-03-11  6.6.0-5 Cristy  <quetzlzacatenango@image...>
943  * Permit user to get virtual pixels with a region width of 0.
944  * Reformulate the jinc() function so that the main peak is of amplitude of 1.
945  * Resampling filter must respect the image virtual pixel method.
946
9472010-03-07  6.6.0-4 Cristy  <quetzlzacatenango@image...>
948  * The -evaluate-sequence option behaves like -evaluate except it operates
949    on a sequence of images.
950
9512010-03-05  6.6.0-2 Cristy  <quetzlzacatenango@image...>
952  * Add support for the -maximum and -minimum options.
953
9542010-02-27  6.6.0-1 Cristy  <quetzlzacatenango@image...>
955  * Check to see if ICON image width /height exceeds that of the image canvas.
956  * Set the DPX descriptor to Luma only if the image type is not TrueColor.
957  * Add support for -fx airy(), j0(), j1(), jinc(), and sinc() (reference
958    http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=15685).
959    Anthony, review these for correctness.
960  * Don't embed an XMP profile in an EPS image for now.
961
9622010-02-21  6.6.0-0 Cristy  <quetzlzacatenango@image...>
963  * Insufficient image data in EPT is a warning rather than an error.
964  * Respect -type TrueColor when writing gray DPX images.
965  * Fix problem reading 10-bit grayscale DPX images when scanline length is
966    not a multiple of 3.
967  * BMP has an alpha channel, it was treated as an opacity channel.
968
9692010-02-20  6.5.9-10 Cristy  <quetzlzacatenango@image...>
970  * Write 10-bit grayscale DPX images properly.
971
9722010-02-18  6.5.9-8 Cristy  <quetzlzacatenango@image...>
973  * Detect PDF ICCBased colorspace.
974
9752010-02-18  6.5.9-7 Anthony Thyssen <A.Thyssen@griffith...>
976  * Finalized -set option:convolve:scale  kernel normalize/scale option
977
9782010-02-16  6.5.9-7 Cristy  <quetzlzacatenango@image...>
979  * TransformImage() resets the image blob when called in the PICT decoder;
980    use SetImageExtent() instead.
981
9822010-02-14  6.5.9-6 Cristy  <quetzlzacatenango@image...>
983  * Support PSD RLE compression.
984
9852010-02-13  6.5.9-5 Cristy  <quetzlzacatenango@image...>
986  * The jpeg:extent define sometimes exceeded the specified limit.
987
9882010-02-09  6.5.9-4 Cristy  <quetzlzacatenango@image...>
989  * Resolve "too many open files"  (reference
990    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=15546).
991
9922010-02-08  6.5.9-3 Anthony Thyssen <A.Thyssen@griffith...>
993  * Added Correlate method which does a Convolve without reflecting the kernel.
994
9952010-02-07  6.5.9-3 Cristy  <quetzlzacatenango@image...>
996  * Initialize grayscale colormap for PSD images.
997
9982010-02-07  6.5.9-3 Anthony Thyssen <A.Thyssen@griffith...>
999  * Final testing and fixing of basic morphology operators
1000  * Addition Third-level Subtractive Morphology Methods:
1001    EdgeIn, EdgeOut, Edge, TopHat, BottomHat
1002  * Ensuring original kernels passed to morphology are cloned before being
1003    modified for use by specific methods (EG: convolve scale/normalize)
1004
10052010-02-03  6.5.9-2 Cristy  <quetzlzacatenango@image...>
1006  * display -immutable to display transparent image without a checkboard.
1007
10082010-01-27  6.5.9-1 Glenn Randers-Pehrson <glennrp@image...>
1009  * Make -define png:color-type less persnickity about what it will accept.
1010
10112010-01-24  6.5.9-1 Anthony Thyssen <A.Thyssen@griffith...>
1012  * added use of -precision in 'showkernel' output of -morphology
1013  * correct use of a 'reflected kernel' for 'Convolve' 'Dilate' and
1014    'Distance' Morphology primatives. This does not have a performance hit,
1015    though is only truely applicable when the kernel is asymmetric.  Note that
1016    'Erode' does not use a 'reflected' kernel, so that 'Open' and 'Close'
1017    operations work properly.  This 'reflected usage is defined by online
1018    morphology lecture notes (Google for "EECE Binary Morphology")
1019  * Added convolve kernel scaling setting "-set option:convolve:scale N"
1020    If undefined morphology convolve does not do any scaling or normalization
1021    of the convolution kernel.  A value of 0.0 causes normalization for both
1022    zero and non-zero (added weights) kernel types.
1023
10242010-01-15  6.5.9-1 Cristy  <quetzlzacatenango@image...>
1025  * Speed up reading the PSD image format.
1026  * Add the -precision option.  Use it to set the maximum number of significant
1027    digits to be printed.
1028  * Add -features option to the identify program to display channel features.
1029  * Add -unique option to the identify program to display channel features.
1030
10312010-01-01  6.5.9-0 Cristy  <quetzlzacatenango@image...>
1032  * Add support for compact floating point (i.e. -depth 16 -define
1033    quantum:format=floating-point).
1034  * Transparent images no longer flicker on certain system when using the
1035    display program.
1036  * Permit interactive resizing with the display program.
1037  * Support heterogeneous distributed processing, see
1038    http://www.imagemagick.org/script/architecture.php#distributed.
1039  * Fix semaphore assertion when reading a corrupt image with Magick++.
1040  * Add support for -brightness-contrast option.
1041
10422010-01-05  6.5.9-0 Stephan Menzel  <stephan.menzel@gmail...>
1043  * Add support for the BGRA raw image format.
1044
10452010-01-04  6.5.9-0 Anthony Thyssen <A.Thyssen@griffith...>
1046  * Added Kernel Generator to generate kernels from user strings, which
1047    allows the generation in many built in kernels for both Convolution
1048    and other Morphological methods.  New Kernels currently include..
1049      Convolution: Gaussian, Blur, Comet
1050      Morphological: Rectangle, Square, Diamond, Disk, Plus
1051      Distance: Chebyshev, Manhatten, Knight, Euclidean
1052    And both old and new (rectangular) user defined kernel specifications
1053    including the use of 'nan' to represent elements which are not part
1054    of the kernel definition.  List built-in kernel types use "-list kernel"
1055  * Added -morphology {method}[:{iteration}] {kernel_string}
1056    Initial methods includes no only the basic morphology methods: Dilate,
1057    Erode, Open, Close; and a pixel color preserving 'Intensity' version, but
1058    also the special methods: Convolve, and Distance.  Of course the
1059    appropriate kernel should be provided for each specific method.
1060
10612010-01-01  6.5.9-0 Cristy  <quetzlzacatenango@image...>
1062  * Add OpenCL-enabled filter (e.g.  convert image.png -process
1063    "convolve '-1, -1, -1, -1, 9, -1, -1, -1, -1'" image.jpg).
1064  * Added StringTo...() processing functions
1065
10662009-12-27  6.5.8-9 Anthony Thyssen <A.Thyssen@griffith...>
1067  * Added MxN tile cropping with overlapping and space handling.
1068    See IM Examples, Cutting and Bordering, Cropping roughly Equal
1069
10702009-12-23  6.5.8-8 Anthony Thyssen <A.Thyssen@griffith...>
1071  * angle bug fix in variable blur composition with vertical ellipses
1072  * Added ability to have variable angles for ellipses in variable blur
1073    composition.  See IM Examples, Composition, Variable Blur for details
1074
10752009-12-20  6.5.8-8 Cristy  <quetzlzacatenango@image...>
1076  * JPEG does not grok the HSL colorspace.
1077
10782009-12-18  6.5.8-7 Cristy  <quetzlzacatenango@image...>
1079  * Off by 1 error when allocating the dash-pattern array in PerlMagick.
1080  * The -gaussian-blur over blurred the opacity channel (reference
1081    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=15218).
1082
10832009-12-13  6.5.8-6 Cristy  <quetzlzacatenango@image...>
1084  * Declare InverseFourierTransformImage in Magick++/Include.h.
1085
10862009-12-09  6.5.8-5 Glenn Randers-Pehrson <glennrp@image...>
1087  * The PNG8 encoder would fail to write a 1-color image, due to
1088    a bogus MagickFail return from CompressColormapTransFirst().
1089
10902009-12-05  6.5.8-4 Cristy  <quetzlzacatenango@image...>
1091  * SVG images are no longer double sized with the -density option.
1092
10932009-12-04  6.5.8-3 Glenn Randers-Pehrson <glennrp@image...>
1094  * Changed the one instance of PNG_COLOR_TYPE_RGBA to PNG_COLOR_TYPE_RGB_ALPHA
1095    in coders/png.c
1096
10972009-12-03  6.5.8-3 Cristy  <quetzlzacatenango@image...>
1098  * It's interword-spacing, not interword_spacing (reference
1099    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=1515).
1100  * All JP2 depths (e.g. 4, 10, 12, 16) are now supported properly.
1101
11022009-11-28  6.5.8-2 Glenn Randers-Pehrson <glennrp@image...>
1103  * Changed the one remaining ping_info->trans to ping_info->trans_values
1104    in coders/png.c
1105
11062009-11-26  6.5.8-1 Chris Madison  <madisonblu@gmail...>
1107  * Eliminate bogus 'skip to sync byte' exception for PCD image format.
1108  * -threshold option: threshold to white if the computed intensity of the
1109    color channels exceeds the threshold.
1110  * Add -define jpeg:extent option to restrict the maximum JPEG image file size.
1111
11122009-11-26  6.5.8-1 Dr. Ingo Bremer <bremer@wias-...>
1113  * Escape single quote in when writing the UIL format.
1114
11152009-11-25  6.5.8-1 Jee Teck  <jee.teck@cteca...>
1116  * The mogrify program +opaque option now recognizes its required argument.
1117
11182009-11-19  6.5.8-0 Cristy  <quetzlzacatenango@image...>
1119  * Add magick/morphlogy.{c,h} source templates.
1120  * Sync image option when reading MPR images.
1121  * Optimize ping for SVG images.
1122  * SetLogFormat() no longer causes crash (reference
1123    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=15091).
1124  * Do not call MagickCoreTerminus() when memory allocation fails inside
1125    the locale component.
1126
11272009-11-18  6.5.7-9 Cristy  <quetzlzacatenango@image...>
1128  * Read / write 32-bit SUN raster images with a odd width.
1129  * Cairo format returns pixels with the alpha premultiplied (reference
1130    http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=15081).
1131
11322009-11-12  6.5.7-8 Cristy  <quetzlzacatenango@image...>
1133  * Thumb::URI file URI now has the correct number of forward slashes.
1134
11352009-11-09  6.5.7-7 Glenn Randers-Pehrson <glennrp@image...>
1136  * Suppress libpng pedantic warnings and warn about using old libpng-1.4.0
1137    beta versions.
1138
11392009-11-09  6.5.7-7 Cristy  <quetzlzacatenango@image...>
1140  * Bump library age.
1141  * Restore -tile-offset functionality (bug report from Anthony).
1142
11432009-11-06  6.5.7-6 Cristy  <quetzlzacatenango@image...>
1144  * Animate command line options are no longer ignored.
1145
11462009-11-04  6.5.7-5 Anthony Thyssen <A.Thyssen@griffith...>
1147  * Bug Fix for Polynomial distortion. which is now working.
1148
11492009-11-01  6.5.7-4 Cristy  <quetzlzacatenango@image...>
1150  * Use -define delegate:bimodal=true to activate any bimodal delegates.
1151  * Make sure MagickWand semaphore is acquired before locking it.
1152
11532009-10-28  6.5.7-3 Cristy  <quetzlzacatenango@image...>
1154  * Convert SVG clipping path points from unsigned to long.
1155
11562009-10-26  6.5.7-2 Chris Madison  <madisonblu@gmail...>
1157  * Only call InstantiateXComponent() if X11 support is included.
1158  * Correct hue computation for the HSB colorspace.
1159
11602009-10-23  6.5.7-1 Samuel Thibault  <samuel.thibault@ens-l...>
1161  * Braille coder fix for DirectClass images
1162
11632009-10-19  6.5.7-1 Wang Dataton <wang@datat...>
1164  * Use fdopen() rather than MagickOpenStream() in coders/pict.c.
1165
11662009-10-18  6.5.7-1 Cristy  <quetzlzacatenango@image...>
1167  * Alpha blending is not required for ScaleImage().
1168  * Gaussian noise operator is not longer discontinuous.
1169
11702009-10-14  6.5.7-0 Pino Toscano  <pino@kde...>
1171  * ImageMagick fails to build in GNU/HURD due to absence of PATH_MAX.
1172
11732009-10-14  6.5.7-0 Cristy  <quetzlzacatenango@image...>
1174  * Black channel is now set properly when resizing CMYKA images.
1175
11762009-10-10  6.5.7-0 Anthony Thyssen <A.Thyssen@griffith...>
1177  * Bug Fixes for degenerate 'affine' cases of BilinearForward distortion.
1178
11792009-10-06  6.5.6-10 Cristy  <quetzlzacatenango@image...>
1180  * Declare the  MagickCore method SpliceImage() in Magick++/Include.h.
1181
1182    QueueCacheViewAuthenticPixels() for the CopyComposite optimization.
11832009-10-04  6.5.6-9 Cristy  <quetzlzacatenango@image...>
1184  * Use GetCacheViewAuthenticPixels() rather than
1185    QueueCacheViewAuthenticPixels() for the CopyComposite optimization.
1186
11872009-10-03  6.5.6-8 Nick Wellnhofer <wellnhofer@aevum...>
1188  * Add missing libraries to the LIBADD entries in coders/Makefile.am,
1189    filters/Makefile.am and wand/Makefile.am.
1190  * Use LIBS rather than LDFLAGS in configure.ac for the Freetype delegate
1191    library.
1192
11932009-10-01  6.5.6-7 Cristy  <quetzlzacatenango@image...>
1194  * Don't use group4 compression if the image is truecolor.
1195  * If image is gray, write grayscale DPX images.
1196  * We no longer lose a scanline when reading multi-frame raw images
1197    (Y, R, C, etc.).
1198  * Properly update the EXIF orientation tag.
1199
12002009-09-25  6.5.6-6 Cristy  <quetzlzacatenango@image...>
1201  * Permit percentage of hue for HSL (e.g. hsl(12%,...)).
1202
12032009-09-25  6.5.6-5 Cristy  <quetzlzacatenango@image...>
1204  * Support -clamp option.
1205  * Patch for IsMagickColorEqual() for HDRI.
1206  * Permit non-percentage HSL colors (e.g. hsl(12.6316,134.58339,219.00012)).
1207
12082009-09-25  6.5.6-5 Elf  <elf@ephem...>
1209  * Patch to fix configure's framework's undefinedness (only if the gslib
1210    tests are run).
1211
12122009-09-22  6.5.6-4 Cristy  <quetzlzacatenango@image...>
1213  * Don't compile Huffman2DEncodeImage() unless the TIFF delegate library
1214    is enabled.
1215  * Hue in hsl() format is 0-360 and does not use %.
1216
12172009-09-21  6.5.6-3 Cristy  <quetzlzacatenango@image...>
1218  * Deprecate LevelImageColors(), replace with LevelColorsImage().
1219
12202009-09-17  6.5.6-2 Cristy  <quetzlzacatenango@image...>
1221  * Optimize copy composite operator.
1222
12232009-09-15  6.5.6-2 Cristy  <quetzlzacatenango@image...>
1224  * Use -define jpeg:size to scale a JPEG image to the specified size.
1225
12262009-09-13  6.5.6-0 Cristy  <quetzlzacatenango@image...>
1227  * Fix ICON alpha mask scanline pad.
1228
12292009-09-11  6.5.5-10 Cristy  <quetzlzacatenango@image...>
1230  * Return the global maximum threads to avoid the rare cache view assertions.
1231  * Throw an end-of-file exception for truncated raw gray images.
1232
12332009-09-10  6.5.5-9 Cristy  <quetzlzacatenango@image...>
1234  * Do not include last line of text in the interline spacing computation.
1235
12362009-09-07  6.5.5-8 Cristy  <quetzlzacatenango@image...>
1237  * Check that quantum_info is defined before destroying it in the PNG coder.
1238  * Add -interline-spacing option to convert.
1239
12402009-09-03  6.5.5-7 Cristy  <quetzlzacatenango@image...>
1241  * Support multi-page transparent Postscript and PDF.
1242
12432009-09-01  6.5.5-6 Cristy  <quetzlzacatenango@image...>
1244  * A union is required when converting a thread ID to an unsigned long.
1245
12462009-08-28  6.5.5-5 Cristy  <quetzlzacatenango@image...>
1247  * Add support for TIFF 3.9.1.
1248
12492009-08-27  6.5.5-4 Cristy  <quetzlzacatenango@image...>
1250  * Validate with the netscape: reference image.
1251
12522009-08-26  6.5.5-3 Cristy  <quetzlzacatenango@image...>
1253  * Fix memory leak for threaded PerlMagick scripts.
1254
12552009-08-24  6.5.5-2 Cristy  <quetzlzacatenango@image...>
1256  * SVG compile error when if MAGICKCORE_CAIRO_DELEGATE is not defined.
1257
12582009-08-23  6.5.5-1 Anthony Thyssen <A.Thyssen@griffith...>
1259  * Bug Fix for transparency handling in Composite Variable Blur
1260  * Addition of -auto-level and -auto-gamma  image enhancements
1261    (under trial not yet final)
1262  * Addition of a special -channel flag 'sync' which means that the specified
1263    channels are to be modified together by the same amount.  The flag is
1264    enabled by default.  This replaces the current 'channels not modified'
1265    type handling thought IM.
1266  * Modified -channel parsing to continue looking for words, after handling
1267    any shorthand channel options.  For example:  -channel RGB,sync
1268
12692009-08-10  6.5.5-0 Cristy  <quetzlzacatenango@image...>
1270  * identify -format %c logo.png returns the image comment as expected.
1271  * Clone ImageInfo members scene and number_scenes (reference
1272    http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=14437).
1273  * Fix memory leak with the -remote option of the animate program (bug report
1274    from Anthony).
1275  * If a grayscale TIFF image has a colormap write it as a colormapped image.
1276  * MVG partial opacity not set properly (reference
1277    http://www.imagemagick.org/discourse-server/viewtopic.php?f=6&t=14442).
1278  * Black channel was not blurring properly (reference
1279    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=14473).
1280
12812009-08-06  6.5.4-10 Cristy  <quetzlzacatenango@image...>
1282  * The display program honors -loop.
1283  * (ab) of Lab colorspace was not offset correctly.
1284  * Scale mag/phase and real/imaginary the same for HDRI and non-HDRI builds.
1285  * SVG permits multiple arc paths with an omitted 'A' (reference
1286    http://www.imagemagick.org/discourse-server/viewtopic.php?f=6&t=14377).
1287  * The 'skewY' MVG attribute produced incorrect angles (reference
1288    http://www.imagemagick.org/discourse-server/viewtopic.php?f=6&t=14144).
1289
12902009-08-02  6.5.4-9 Cristy  <quetzlzacatenango@image...>
1291  * Optimize GammaImage() method.
1292
12932009-08-02  6.5.4-8 Cristy  <quetzlzacatenango@image...>
1294  * OpenMP-enable GetSimilarityMetric().
1295
12962009-07-30  6.5.4-7 Bernhard Rosenkraenzer <bero@arkli...>
1297  * Structure trans_values was renamed to trans_color and trans was
1298    renamed to trans_alpha in PNG version 1.4.
1299
13002009-07-29  6.5.4-7 Cristy  <quetzlzacatenango@image...>
1301  * Replace color blending in DrawGradientImage() to use Composite Blend.
1302    this makes Gradients handle transparency correctly!
1303
13042009-07-28  6.5.4-7 Cristy  <quetzlzacatenango@image...>
1305  * The -thumbnail option no longer removes color profiles (reference
1306    http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=14312).
1307  * Do not scale real / imaginary FFT / IFT.
1308  * Check for localtime() NULL return.
1309  * import --help requires an X server (reference
1310    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=14323).
1311  * Fails to load MS Windows icons with compressed PNG elements (reference
1312    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=14324).
1313
13142009-07-25  6.5.4-6 Cristy  <quetzlzacatenango@image...>
1315  * Support the new JPEG version 7 delegate library.
1316
13172009-07-24  6.5.4-6 Alexander E. Patrakov <patrakov@gmail...>
1318  * Incorrect use of setjmp in coders/png.c.
1319
13202009-07-23  6.5.4-5 Cristy  <quetzlzacatenango@image...>
1321  * We broke -scene when we fixed the -dispose option.  Try again.
1322
13232009-07-21  6.5.4-4 Cristy  <quetzlzacatenango@image...>
1324  * Update autoconf support files.
1325  * More than one -dispose setting overwrote previous settings (reference
1326    http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=14252).
1327  * Don't use JPEG's color reduction algorithm for less than 8 colors.
1328
13292009-07-13  6.5.4-3 Anthony Thyssen <A.Thyssen@griffith...>
1330  * Final testing and bug fixes for all mathematical compose methods
1331    Including non-overlapping regions bugs found in in operators Divide,
1332    ColorDodge,  VividLight.  And the handling of transparency to follow
1333    standard 'Over' Blending in Divide.  Only math methods not looked at are
1334    the addition methods Plus, Add, Minus, and Subtract, which do not follow
1335    normal 'Over' alpha blending behaviour, for the purposes of mask handling.
1336
13372009-07-12  6.5.4-3 Anthony Thyssen <A.Thyssen@griffith...>
1338  * Addition of user definable 'Mathematics' compose method
1339      -compose Mathematics -set option:compose:args A,B,C,D -composite
1340    Will implement the formula    f(Sc,Dc) = A*Sc*Dc + B*Sc + C*Dc + D
1341    this lets you implement most smooth polynomial compose methods.
1342    (requested by Fred WienHaus)
1343
13442009-07-11  6.5.4-3 Anthony Thyssen <A.Thyssen@griffith...>
1345  * Finished the recoding of Composite methods to allow easier debugging
1346    and faster access.
1347  * Added PegtopLight compose method as an alternative simpler Softlight
1348    alternative.  See notes and comparision to SoftLight in...
1349       http://www.pegtop.net/delphi/articles/blendmodes/softlight.htm
1350  * From the notes on Photoshop blend modes at
1351       http://www.simplefilter.de/en/basics/mixmods.html
1352    Added extra composition modes:
1353       VividLight, PinLight, LinearBurn, LinearDodge
1354    NOTE: 'LinearBurn' the same as 'Plus' but with the normal 'Over' blending.
1355
13562009-07-10  6.5.4-3 Anthony Thyssen <A.Thyssen@griffith...>
1357  * Re-coding of Composite methods HardLight, SoftLight, Overlay, LinearLight,
1358    ColorBurn, ColorDodge, Multiply, Screen  to make it more readable, easier
1359    to debug, and directly comparable to SVG specifications.
1360  * Specifications changed for  SoftLight, ColorBurn, ColorDodge
1361    Though only SoftLight changed to significantly.
1362  * However implementation errors were found for  ColorBurn, LinearLight
1363
13642009-07-01  6.5.4-3 Cristy  <quetzlzacatenango@image...>
1365  * Add -blue-shift option.
1366  * Add compression flag for each channel of a PSD layer.
1367  * Implement experimental forward and inverse Fourier transforms (contributed
1368    by Sean Burke and Fred Weinhaus).  The -fft / -ifft option is not ready for
1369    prime time just yet.
1370  * Support -cdl (color decision list) option.
1371  * Support breaks in Chinese characters which traditionally do not include
1372    spaces.
1373  * Don't process directories as filenames when using wildcard paths
1374    (i.e. logo[1]/png).
1375
13762009-07-01  6.5.4-2 Cristy  <quetzlzacatenango@image...>
1377  * Can't bit shift a float.
1378
13792009-06-25  6.5.4-1 Cristy  <quetzlzacatenango@image...>
1380  * Off by one error for multi-frame raw grayscale images.
1381  * Can't stat() a Zip or Bzip opaque structure.
1382  * DPX user bits are no longer truncated.
1383  * Return image colorspace for -format [%colorspace] option.
1384  * ThumbnailImage(): don't subsample if image is already thumbnail size.
1385
13862009-06-23  6.5.4-0 Anthony Thyssen <A.Thyssen@griffith...>
1387  * Automatic determination of B from C and C from B for a 'Keys Filter'
1388    when using the B,C Cubic Filter Expert options was broken.
1389    See http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=14037
1390
13912009-06-19  6.5.4-0 Anthony Thyssen <A.Thyssen@griffith...>
1392  * Added -compose 'Blur', variable blur mapping to CompositeImages
1393    Arguments   X_scale x Y_scale + angle   of the blurring ellipse.
1394  * Added "-blur" special compose option to "composite"
1395  * Cleanup of "composite" compose argument handling
1396
13972009-06-18  6.5.3-10 Cristy  <quetzlzacatenango@image...>
1398  * Clone pixel cache when cloning image to prevent RMagick semaphore lock.
1399  * Set compare similarity image to NULL to prevent double free.
1400
14012009-06-16  6.5.3-8 Cristy  <quetzlzacatenango@image...>
1402  * Set camera formats to require a seekable stream.
1403  * Do not let display program image window exceed the screen size.
1404
14052009-06-14  6.5.3-7 Cristy  <quetzlzacatenango@image...>
1406  * Improve FITS keyword parser.
1407
14082009-06-14  6.5.3-7 Anthony Thyssen <A.Thyssen@griffith...>
1409  * Cleanup of compose 'displace' of old useless code that is not used.
1410  * Implement a compose 'distort' mapping method,
1411    This is basically exactly like 'displace' but relative to a fixed point
1412    which may be user supplied as +X+Y
1413  * Default scaling to width/2 and height/2 of overlay (100% scale)
1414    with a distortion 'center' to the middle of the overlay image
1415  * If a '%' flag given scale displacement relative to image size
1416  * If a '!' flag given make scale and center relative to 'background' image
1417    instead of the overlay map.
1418  * If no 'height' scale given, use the X scale.
1419
14202009-06-13  6.5.3-6 Anthony Thyssen <A.Thyssen@griffith...>
1421  * Fixed bug for compose methods, Hue, Saturate, Luminize
1422
14232009-06-11  6.5.3-6 Cristy  <quetzlzacatenango@image...>
1424  * Report the correct transparent pixel values in the display program
1425    magnify windows.
1426  * Do not advance when finalizing image settings in the mogrify program.
1427
14282009-06-11  6.5.3-5 Anthony Thyssen <A.Thyssen@griffith...>
1429  * Fixed "convert" to merge the third 'mask' image into the 'source' image
1430    for correct handling of 2 dimensional -compose "displace".
1431  * Fixed PerlMagick Composite() for the same thing.
1432  * Modified compose "Displace" so displacement image's alpha channel can be
1433    used to mask the transparency of the overlay area.
1434
14352009-06-07  6.5.3-4 Cristy  <quetzlzacatenango@image...>
1436  * Added the HALD image Color LUT, and a no-op HALD: image generator.
1437    See Introduction at  http://www.quelsolaar.com/technology/clut.html
1438
14392009-06-07  6.5.3-4 Anthony Thyssen <A.Thyssen@griffith...>
1440  * Changed CompositeImageChannel() so that extra compose arguments are
1441    now passed in the ImageArtifact "compose:args". This can be assigned to
1442    images using   -set "option:compose:args" 'args'  where args are defined
1443    using 'geometry' style or 'comma separated numbers'.
1444  * Declared the special flag needed for Composite Tiling as the ImageArtifact
1445    "compose:outside-overlay".
1446  * Documentation update for CompositeImageChannel() in Core Library to
1447    reflect these changes.
1448  * Documentation update for DistortImage() in Core Library with the extra
1449    ImageArtifact controls it can use.
1450  * Bug correction in normalization of GetOptimalKernelWidth2D() of gem.c
1451
14522009-06-06  6.5.3-3 Anthony Thyssen <A.Thyssen@griffith...>
1453  * Documentation update for CompositeImageChannel() in Core Library.
1454    This adds the information on how extra compose arguments needed for
1455    specific compose methods are actually passed to the library function.
1456    Compose methods such as Blend, Dissolve and Displace.
1457
14582009-06-01  6.5.3-3 Priya Hariharan <priya.hariharan@globa...>
1459  * The target profile in ProfileImage() is no longer accessed after it is
1460    freed.
1461
14622009-06-01  6.5.3-1 Cristy  <quetzlzacatenango@image...>
1463  * Bug fix for -page.
1464
14652009-05-31  6.5.3-1 Anthony Thyssen <A.Thyssen@griffith...>
1466  * Minor change to -function Arctan to make first argument match slope
1467
14682009-05-29  6.5.3-0 Cristy  <quetzlzacatenango@image...>
1469  * Do not treat -page as a global option (reference
1470    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=13864).
1471
14722009-05-28  6.5.2-10 Cristy  <quetzlzacatenango@image...>
1473  * Create thread set for pseudo-random number generator.
1474
14752009-05-25  6.5.2-9 Cristy  <quetzlzacatenango@image...>
1476  * Do not change opacity value for the -alpha background option.
1477  * Rebuild automake / autoconf scripts.
1478
14792009-05-23  6.5.2-8 Cristy  <quetzlzacatenango@image...>
1480  * Check for XMakeImage() integer overflow vulnerability (Secunia Advisory
1481    SA35216).
1482
14832009-05-23  6.5.2-8 Cristy  <quetzlzacatenango@image...>
1484  * Permit reading a specific frame of a multi-page TIFF with blobs.
1485
14862009-05-22  6.5.2-8 Anthony Thyssen <A.Thyssen@griffith...>
1487  * Added new -function methods  Arcsin  and Arctan
1488
14892009-05-19  6.5.2-8 Glenn Randers-Pehrson <glennrp@image...>
1490  * Fixed a regression with PNG8: format.
1491
14922009-05-19  6.5.2-7 Cristy  <quetzlzacatenango@image...>
1493  * The -geometry option was improperly applied twice.
1494
14952009-05-18  6.5.2-6 Richard Oehlinger <richard.oehlinger@celum...>
1496  * Set image colorspace to YCbCrColorspace if JPEG color space is JCS_YCbCr.
1497
14982009-05-14  6.5.2-5 Glenn Randers-Pehrson <glennrp@image...>
1499  * Updated help output and command-line options documentation to bring
1500    the -alpha options up to date with what's actually in the code.
1501
15022009-05-13  6.5.2-5 Glenn Randers-Pehrson <glennrp@image...>
1503  * Change "depreciated" to "deprecated" in several files.
1504
15052009-05-10  6.5.2-5 Cristy  <quetzlzacatenango@image...>
1506  * Change OpenMP schedule from dynamic to static for RenderFreeType().
1507  * Recognize unicode strings when computing caption word wrapping.
1508  * New -alpha background option to set fully-transparent pixels to the
1509    background color.
1510
15112009-05-08  6.5.2-4 Cristy  <quetzlzacatenango@image...>
1512  * Combined layer of transparent PSD image was not being read properly.
1513
15142009-05-06  6.5.2-3 Glenn Randers-Pehrson <glennrp@image...>
1515  * Progress on "-define png:bit-depth=value" and "-define png:color-type=value"
1516    It is now able to write an opaque black-and-white image in any of the 15
1517    valid combinations of PNG color-type and bit-depth.
1518  * Fixed a regression with writing sub-8-bit grayscale PNGs.
1519
15202009-05-06  6.5.2-2 Chris Madison  <madisonblu@gmail...>
1521  * Create 8-bit TIFF images if -depth is set to 8 and HDRI-enable ImageMagick.
1522
15232009-05-04  6.5.2-1 Chris Madison  <madisonblu@gmail...>
1524  * Accept file lists on the command line (e.g. echo "rose: rose.png" |
1525    convert @- ...).
1526  * Duplicate line in tiff.c breaking read of zip compressed tif (reference
1527    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=13688).
1528  * Support policies to permit or deny any coder, delegate, filter, or file
1529    path (see policy.xml).
1530
15312009-05-02  6.5.2-0 Chris Madison  <madisonblu@gmail...>
1532  * The mogrify -crop option returns multiple images if an x/y offset is not
1533    specified (e.g. -crop 100x100).
1534  * Generate a proper file path for -path @filelist.txt (reference
1535    http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=13671).
1536
15372009-05-01  6.5.2-0 Glenn Randers-Pehrson <glennrp@image...>
1538  * Accept "-define png:bit-depth=value" and "-define png:color-type=value"
1539    options.  This is work-in-progress with the objective of being able to
1540    precisely specify the type of PNG file to be written.  The previously-used
1541    internal attribute "png:bit-depth" that was used to communicate between
1542    the PNG writer and the JNG writer is changed to "png:bit-depth-written".
1543    This feature needs testing.  It is important to note that this feature
1544    cannot be used to force the PNG to use a bit-depth or color-type that
1545    does not losslessly represent the image.  You can, however, cause
1546    the writer to use a larger depth or to use the RGB colorspace when
1547    grayscale or indexed would have been sufficent.
1548
15492009-05-01  6.5.1-10 Anthony Thyssen <A.Thyssen@griffith...>
1550  * Fixed the Rmin usage in Depolar and Polar distortions
1551  * The 6th argument (Ato) for Polar/Depolar is now optional and defaults
1552    to Afrom + 360 degrees (or a fill circle from the given start angle)
1553
15542009-04-30  6.5.1-10 Cristy  <quetzlzacatenango@image...>
1555  * Do not return a black image for -channel RGBA -gaussian (reference
1556    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=13669).
1557
15582009-04-28  6.5.1-9 Cristy  <quetzlzacatenango@image...>
1559  * Fix 'conflicting types for Huffman2DEncodeImage' compile exception.
1560
15612009-04-25  6.5.1-9 Cristy  <quetzlzacatenango@image...>
1562  * Generate BMP 32-bit ARGB format for images with transparency (reference
1563    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=13633).
1564
15652009-04-24  6.5.1-7 Cristy  <quetzlzacatenango@image...>
1566  * Grok 'image.psd[0]' and 'image.mpg[0]' (reference
1567    http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=13609).
1568  * Normalize similarity based on reconstruction not the original (reference
1569    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=13626).
1570  * Support multiple JPEG images encapsulated within DICOM.
1571
15722009-04-23  6.5.1-6 Cristy  <quetzlzacatenango@image...>
1573  * Msys does not understand NAME_MAX.
1574
15752009-04-22  6.5.1-5 Cristy  <quetzlzacatenango@image...>
1576  * Check for valid linked list before assigning next / previous pointers.
1577
15782009-04-21  6.5.1-4 Glenn Randers-Pehrson <glennrp@image...>
1579  * Check error return from CompressColormapTransFirst() in coders/png.c
1580
15812009-04-21  6.5.1-4 Glenn Randers-Pehrson <glennrp@image...>
1582  * Refrain from modifying image struct members (color, depth, matte)
1583    while writing PNG datastreams.
1584
15852009-04-21  6.5.1-4 Glenn Randers-Pehrson <glennrp@image...>
1586  * Sometimes the PNG8: format would produce 1-, 2-, or 4-bit PNG datastreams.
1587    Now it always produces 8-bit datastreams as users probably expect.
1588
15892009-04-21  6.5.1-4 Glenn Randers-Pehrson <glennrp@image...>
1590  * Suppressed "shadowed declaration" warnings in coders/jpeg.c and
1591    coders/png.c that are triggered by "-Wshadow" gcc compiler flag.
1592
15932009-04-17  6.5.1-3 Cristy  <quetzlzacatenango@image...>
1594  * The display program now returns a 0 exit code on success (reference
1595    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=13579).
1596
15972009-04-14  6.5.1-3 Glenn Randers-Pehrson <glennrp@image...>
1598  * Folded some long lines and made other cosmetic changes.in coders/png.c
1599
16002009-04-13  6.5.1-3 Cristy  <quetzlzacatenango@image...>
1601  * MVG autodetection failing (reference
1602    http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=13542).
1603
16042009-04-11  6.5.1-2 Cristy  <quetzlzacatenango@image...>
1605  * Image not properly placed when displaying to the X server root (reference
1606    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=13532).
1607  * fmax() is not support on some platforms (reference
1608    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=13533).
1609
16102009-04-11  6.5.1-2 Anthony Thyssen <A.Thyssen@griffith...>
1611  * Rename existing "Bilinear" distortion as  "BilinearReverse"
1612  * Added forward mapped bilinear distort as  "BilinearForward"
1613  * The "Bilinear" distort is temporarily obsoleted but will eventually
1614    be added as a  "BilinearReverse" and "BilinearForward" combination
1615    mapping though a unit square.
1616  * Sparse Gradient internally uses "BilinearReverse" for its "Bilinear"
1617    gradient function as that method is the direct use of such equations.
1618
16192009-04-01  6.5.1-1 Cristy  <quetzlzacatenango@image...>
1620  * Default to min-is-white Photometric for fax / group4 compression (reference
1621    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=13468).
1622  * Respect image resolution when setting PDF MediaBox (reference
1623    http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=13350).
1624  * Add SimilarityImage() to return how similar one image is to another.
1625
16262009-03-28  6.5.1-0 Cristy  <quetzlzacatenango@image...>
1627  * Graceful exit in djvu coder when EOF is thrown.
1628  * Support -unsharp option for the montage program.
1629
16302009-03-28  6.5.0-10 Cristy  <quetzlzacatenango@image...>
1631  * Reduce deskew blurring: use AffineTransformImage() rather than
1632    RotateImage().
1633  * Unexpected end-of-file @ xwd.c/ReadXWDImage/252 (reference
1634    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=13430).
1635
16362009-03-26  6.5.0-10 Markus Dahms <markus.dahms@progr...>
1637  * Support for -density & -units options in PSD writer.
1638
16392009-03-26  6.5.0-10 Samuel Thibault  <samuel.thibault@ens-l...>
1640  * Fix bug in the braille coder which makes it always segfault.
1641
16422009-03-25  6.5.0-9 Cristy  <quetzlzacatenango@image...>
1643  * Enhance the compare program to locate a template image within a larger
1644    image.
1645  * Eliminate assertion when generating a PDF thumbnail.
1646
16472009-03-25  6.5.0-8 Cristy  <quetzlzacatenango@image...>
1648  * Fix assertion in IntegralRotateImage (reference
1649    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=13410).
1650
16512009-03-24  6.5.0-7 Cristy  <quetzlzacatenango@image...>
1652  * Referenced counted blob was incremented incorrectedly in CloneImage().
1653
1654    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=13410).
16552009-03-23  6.5.0-6 Chris Madison  <madisonblu@gmail...>
1656  * Assertion failure reading PSD image (reference
1657    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=13397).
1658
16592009-03-21  6.5.0-5 Chris Madison  <madisonblu@gmail...>
1660  * Change -selective-blur to use gaussian kernel.
1661
16622009-03-21  6.5.0-4 ERB  <entropy@xebec...>
1663  * Missing locks in blob - race condition (reference
1664    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=13385).
1665
16662009-03-19  6.5.0-3 Chris Madison  <madisonblu@gmail...>
1667  * Use default SVG resolution unless resolution is explicitly set (reference
1668    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=13373).
1669  * Add support for -selective-blur option.
1670
16712009-03-19  6.5.0-3 ragesteel  <iimagemagic-org-iapied0o@gt2.r...>
1672  * ImageToBlob() no longer faults if Jasper compression is wrong (reference
1673    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=13372).
1674
16752009-03-19  6.5.0-3 ERB  <entropy@xebec...>
1676  * Check the 8BIM profile resource block length (reference
1677    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=13368).
1678  * Unlocked read in DeleteNodeByValueFromSplayTree (reference
1679    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=13370).
1680
16812009-03-18  6.5.0-2 ERB  <entropy@xebec...>
1682  * Eliminate race condition when acquiring a wand (reference
1683    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=13357).
1684  * Use of "localtime" in FormatMagickTime not thread-safe (reference
1685    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=13358).
1686
16872009-03-18  6.5.0-2 Cristy  <quetzlzacatenango@image...>
1688  * Fix the image compose operator at OverCompositeOP for shadows (reference
1689    http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=13330).
1690
16912009-03-14  6.5.0-1 Paul Smedley  <paul@smedl...>
1692  * Patches to get ImageMagick working under OS2.
1693
16942009-03-10  6.5.0-1 Anthony Thyssen <A.Thyssen@griffith...>
1695  * Expansion of Virtual-Pixel (Cache) handling, to include corrected Mirror,
1696    plus addition of  CheckerTile, HorizontalTileEdge and VerticalTileEdge
1697
16982009-03-10  6.5.0-0 John Cupitt  <jcupitt@gmail...>,
1699                    Glenn Randers-Pehrson <glennrp@image...>
1700  * DICOM reader not handling signed pixels properly.
1701
17022009-03-09  6.4.9-10 Alexander E. Patrakov <patrakov@gmail...>
1703  * Don't call GetValueFromSplayTree() if image properties is NULL.
1704
17052009-03-09  6.4.9-10 Anthony Thyssen <A.Thyssen@griffith...>
1706  * Fix minor size issue with bestfit +distort operation.
1707  * Enable listing of -distort Polynomial
1708  * Minor tweeks and center fixes for Polar/Depolar
1709
17102009-03-01  6.4.9-9 Cristy  <quetzlzacatenango@image...>
1711  * Convert returns MagickFalse for the -version option (reference
1712    http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=13230).
1713  * Don't set pixel opacity unless the image alpha channel is active (reference
1714    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=13189).
1715
17162009-02-27  6.4.9-8 Anthony Thyssen <A.Thyssen@griffith...>
1717  * Fix old -clut bug for re-coloring gray images using transparent and
1718    semi-transparent colors.
1719
17202009-02-22  6.4.9-7 Rick Mabry  <rick.mabry@anony...>
1721  * Changes have been made to scores of the files that generate the
1722    documentation. The most noticeable cosmetic changes are to the command-line
1723    examples and command-line snippets, which now have a new look: dark blue
1724    boxes with white/yellow text to indicate sample input/output.  Inclusion of
1725    current version and release dates in appropriate places are now
1726    automatically generated. Also, many changes have been made to begin to
1727    bring the pages into strict W3C compliance with respect to both HTML and
1728    CSS.
1729
17302009-02-21  6.4.9-7 Chris Madison  <madisonblu@gmail...>
1731  * The identify program reads the image pixels when the -format option is
1732    asking for image statistics.
1733  * Much improved ImageMagick validation suite (exercise with 'make check').
1734
17352009-02-18  6.4.9-5 Jon  <jon@brick...>
1736  * Processing the arg list -tile is replaced by -sans0 which is 1 char longer
1737    and which overwrites the allocated area.
1738
17392009-02-16  6.4.9-5 Chris Madison  <madisonblu@gmail...>
1740  * Add section to license to alert users to third-party licenses in the
1741    NOTICE file.
1742
17432009-02-11  6.4.9-3 Anthony  <A.Thyssen@griffith...>
1744  * Replaced geometry string parsing using ParseGravityGeometry() in
1745    "composite" with more direct use of GravityAdjustGeometry();
1746
17472009-02-10  6.4.9-3 Cristy  <quetzlzacatenango@image...>
1748  * Support file descriptors (e.g. convert image.jpg fd:3 ...).
1749  * The stream utility no longer go into an infinite loop (reference
1750    http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=13102).
1751
17522009-02-04  6.4.9-2 Cristy  <quetzlzacatenango@image...>
1753  * JPEG to PDF was not always reversible (reference
1754    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=13020).
1755
17562009-01-30  6.4.9-0 Cristy  <quetzlzacatenango@image...>
1757  * Stroking when annotating failed for stroks widths > 2 (reference
1758    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=13009).
1759
17602009-01-24  6.4.8-10 Cristy  <quetzlzacatenango@image...>
1761  * TransformImageColorspace() returns GRAYColorspace when set (reference
1762    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=12990).
1763  * Don;t assume CMYK unless document process colors include Cyan, Magenta,
1764    or Yellow.
1765
17662009-01-23  6.4.8-9 Cristy  <quetzlzacatenango@image...>
1767  * Increase random angle range for +polaroid from -7..7 to -15..15 degrees.
1768
17692009-01-22  6.4.8-8 Anthony  <A.Thyssen@griffith...>
1770  * Fixed a -evaluate AddModulus 'patch' for correct 'negative' handling
1771
17722009-01-20  6.4.8-7 Cristy  <quetzlzacatenango@image...>
1773  * Removed previous patches for -shear directions.
1774
17752009-01-20  6.4.8-8 Thomas Stegemann  <Thomas.Stegemann@mater...>
1776  * SVG with resolutions other than 72.0 dpi, text is no longer transformed
1777    twice.
1778
17792009-01-20  6.4.8-8 Anthony  <A.Thyssen@griffith...>
1780  * Renamed -evaluate methods 'sin' and 'cos' to math C math library names
1781  * Added  "-function polynomial  a,b,c,...."   Eg:  a*x^2 + b*x + c
1782  * Added  "-function sinusoid freq,phase,amplitude,bias  (all optional)
1783
17842009-01-18  6.4.8-7 Anthony  <A.Thyssen@griffith...>
1785  * Removed "annotate" patches, which causes no end of problems.
1786    Original coding worked perfectly fine.  Annotate isn't part of SVG!
1787
17882009-01-18  6.4.8-7 Cristy  <quetzlzacatenango@image...>
1789  * Respect mouse wheel movements for display program (reference
1790    http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=12938).
1791  * Grab button in Display Open menu now works consistently (reference
1792    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=12942).
1793  * Patch for problem with opacity in MVG (reference
1794    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=12946).
1795
17962009-01-14  6.4.8-6 Cristy  <quetzlzacatenango@image...>
1797  * Don't accept discontinuous shear angles for the -annotate option.
1798    -- REMOVED
1799
18002009-01-14  6.4.8-6 Mark Freeman <mark.freeman@porci...>
1801  * Apply patch so ImageMagick compiles with Visual Studio 6.
1802
18032009-01-12  6.4.8-5 Alexander E. Patrakov <patrakov@gmail...>
1804  * Fix small memory leak on truncated PNG images.
1805  * Do not allocate pixels when pinging a PNG image.
1806
18072009-01-11  6.4.8-6 Chris Madison  <madisonblu@gmail...>
1808  * Set the stroke opacity for "opacity" SVG element (reference
1809    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=10594).
1810
18112009-01-10  6.4.8-5 Matthew Litwin <mlitwin@sonic...>
1812  * Convert to windows .ico format no longer inverts alpha channel.
1813
18142009-01-10  6.4.8-5 Cristy  <quetzlzacatenango@image...>
1815  * Interpret geometry correctly for negative angles (-shear 30x-10).
1816
18172009-01-08  6.4.8-4 Eberhard Mattes  <eberhard.mattes@web.d...>
1818  * Fix GetMagickToken() to accept locales that use "," as radix character.
1819
18202009-01-08  6.4.8-4 Anthony  <A.Thyssen@griffith...>
1821  * Add (and Fix) -evaluate methods   Sine, Cosine, AddModulus
1822
18232009-01-05  6.4.8-4 Rick Mabry  <rick.mabry@anony...>
1824  * Check for negative offsets (bevel widths) for the -frame option.
1825
18262009-01-04  6.4.8-4 Alexander E. Patrakov <patrakov@gmail...>
1827  * Patch for a memory leak and a logical bug in coders/gif.c.
1828  * CopyMagickString() now returns the minimum of the source string length
1829    or the length parameter.
1830  * Properly set alpha channel in PNGs with palette and tRNS.
1831
18322009-01-01  6.4.8-4 Cristy  <quetzlzacatenango@image...>
1833  * Support %[] embedded filename tag (e.g. convert rose: -set area "%wx%h"
1834    'rose-%[area].png').
1835  * Do not set the fill element when 'opacity' is set (reference
1836    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=10594).
1837  * Restore support for decoding the DVI format.
1838  * Add perl and math lib reference to PerlMagick Makefile (reference
1839    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=12840).
1840  * Fix crash on invalid JPEG XML profile.
1841  * Export libtool symbols in MagickCore.sym and MagickWand.sym.
1842  * Support sine and cosine as arguments to the -evaluate option.
1843
18442008-12-31  6.4.8-4 Amartyo Banerjee" <amartyo@gmail...>
1845  * Calculate the kurtosis and skewness of image channels (reference
1846    http://amartyosscrapbook.blogspot.com/2008/12/formulas-used-to-calculate-kurtosis-and.html).
1847
18482008-12-28  6.4.8-4 Rick Mabry  <rick.mabry@anony...>
1849  * Patch magick/display.c and PerlMagick/ContrastStretchImage() to return the
1850    same results as the -contrast-stretch option.
1851  * ContrastStretchImageChannel() no longer interpreted as Contast() by
1852    MogrifyRegion() in PerlMagick.
1853
18542008-12-28  6.4.8-3 Rick Mabry  <rick.mabry@anony...>
1855  * Reverse argument and option in Throw*InvalidArgumentException()
1856    macro for proper exception message.
1857  * Recognize negative geometries for -shear and -annotate (.e.g. 45x-30).
1858  * Fix Y shear angle for -shear option.
1859
18602008-12-26  6.4.8-2 Cristy  <quetzlzacatenango@image...>
1861  * Use GetImageArtifact() to retrieve -attentuate option value for +noise.
1862  * Support reading FITS test files (reference
1863    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=12799).
1864  * Replace input.ttf with the public domain Tuffy.ttf font.
1865  * MagickNewImage() no longer faults when parameters are incorrect (reference
1866    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=12817).
1867  * Allocate strings returned by XGetResourceInstance() (reference
1868    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=12818).
1869  * The -append gravity is relative to the container (reference
1870    http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=12821).
1871
18722008-12-19  6.4.8-1 Cristy  <quetzlzacatenango@image...>
1873  * Reference cache rather than acquiring when cloning an image.
1874
18752008-12-19  6.4.8-0 Cashish Kulkarni <ashkulz@redif...>
1876  * Cross-compilation failure using MinGW on Linux for ImageMagick trunk
1877
18782008-12-19  6.4.8-0 Cristy  <quetzlzacatenango@image...>
1879  * Add -interword-spacing option to convert.
1880  * Initialize the black channel when testing the CMY colorspace (reference
1881    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=12685).
1882  * remove calls to exit() in MagickWand (reference
1883    http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=12772).
1884  * Validate -affine arguments.
1885  * Accept -attentuate as an option for convert.
1886  * Properly create RGBA image if colormapped image has transparency.
1887  * Support X11 geometry like this: +-4+-4;  wierd but X11 supports it.
1888
18892008-12-17  6.4.7-10 Chris Madison  <madisonblu@gmail...>
1890  * Fix off-by-one problem with -shear.
1891  * Clone pixel cache method when cloning an image.
1892
18932008-12-16  6.4.7-9 Anthony  <A.Thyssen@griffith...>
1894  * Make "-layers Coalesce" work as it should.
1895
18962008-12-16  6.4.7-9 Sam Fisher <fisher@image...?
1897  * Support > 2GB TIFF under Windows.
1898
18992008-12-12  6.4.7-8 mootools <help@mooto...>
1900  * FormatMagickTime() checks to ensure the provided time is valid.
1901
19022008-12-12  6.4.7-8 Cristy  <quetzlzacatenango@image...>
1903  * Add -kerning option to convert.
1904  * Remove halo effect for the -scale option.
1905
19062008-12-11  6.4.7-7 Alan Wright  <alanwright.atex@google...>
1907  * Fix a 1 byte overrun in Postscript coder.
1908
19092008-12-10  6.4.7-6 Cristy  <quetzlzacatenango@image...>
1910  * Fix small memory leak in ExpandFilenames().
1911
19122008-12-09  6.4.7-5 Cristy  <quetzlzacatenango@image...>
1913  * Fix small memory leak in LoadLocaleList().
1914  * Fix small memory leak in GetProfilesFromResourceBlock().
1915  * Don't forget to scale grayscale values when quanum min-is-white is set.
1916
19172008-12-08  6.4.7-4 Cristy  <quetzlzacatenango@image...>
1918  * Include delegate libraries in MagickCore-config script.
1919
19202008-12-07  6.4.7-3 Cristy  <quetzlzacatenango@image...>
1921  * Fix off-by-one error for -chop 0x50%.
1922  * Performance improvement bilinear interpolation.
1923
19242008-12-06  6.4.7-2 Cristy  <quetzlzacatenango@image...>
1925  * Support absolute paths in the include directive within a configuration
1926    file.
1927
19282008-12-05  6.4.7-1 Chris Madison  <madisonblu@gmail...>
1929  * Assume Log colorspace if DPX transfer is LogarithmicColorimetric.
1930  * Another attempt at properly extracting the IPTC profile from a 8BIM
1931    resource block.
1932
19332008-12-04  6.4.7-1 Anthony  <A.Thyssen@griffith...>
1934  * AppendImage() re-written to respect gravity properly!
1935    Routine simplified to a single loop for both styles of append
1936
19372008-12-03  6.4.6-9 Cristy  <quetzlzacatenango@image...>
1938  * AppendImage() respects gravity.
1939  * Protect against circular image list when cropping.
1940  * The index variable must be long rather than unsigned long for the DCM
1941    coder.
1942
19432008-12-02  6.4.6-9 Cristy  <quetzlzacatenango@image...>
1944  * Use ScaleQuantumToMap() to prevent fault in SetGrayscaleImage() when
1945    quantum depth is 32.
1946
19472008-12-01  6.4.6-8 Cristy  <quetzlzacatenango@image...>
1948  * Global replaced accidently renamed MagickGetImagePixelColor().
1949
19502008-11-29  6.4.6-6 Cristy  <quetzlzacatenango@image...>
1951  * Fixed transient bug in the -white-threshold option.
1952  * -extent x256+100+100 no longer returns an exception (reference
1953    http://www.imagemagick.org/discourse-server/viewtopic.php?f=7&t=12583).
1954
19552008-11-27  6.4.6-5 Cristy  <quetzlzacatenango@image...>
1956  * TIFF pad is relative to bits-per-sample (reference
1957    http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=12563).
1958
19592008-11-27  6.4.6-5 Koshiji Masayuki  <kosiji.masayuki@da.mi...>
1960  * Support GBR raw image files.
1961
19622008-11-26  6.4.6-4 Cristy  <quetzlzacatenango@image...>
1963  * DPX 10 bit YUV 4:2:2 are now processed properly (reference
1964    http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=12443).
1965  * Default PDF compression to that of the image unless overwritten by
1966    the -compress option.
1967
19682008-11-25  6.4.6-3 Cristy  <quetzlzacatenango@image...>
1969  * Numerous pixel cache improvements including embeded support for
1970    OpenMP in a transparent manner.
1971
19722008-11-20  6.4.6-2 Cristy  <quetzlzacatenango@image...>
1973  * Transient bug in encipher / decipher operation (reference
1974    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=12540).
1975
19762008-11-14  6.4.6-1 Cristy  <quetzlzacatenango@image...>
1977  * MPC image files working again.
1978  * coders/wmf.c/lite_font_stringwidth() returns string width (reference
1979    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=12528).
1980
19812008-11-10  6.4.6-0 Cristy  <quetzlzacatenango@image...>
1982  * Fix temporary file leak.
1983
19842008-11-18  6.4.5-9 Koshiji Masayuki  <kosiji.masayuki@da.mi...>
1985  * Fix bug for RGBO image @ line, plane and partition interlace.
1986
19872008-11-18  6.4.5-9 Chris Madison  <madisonblu@gmail...>
1988  * Deprecate pixel methods: AcquireImagePixels(), GetImagePixels(), etc.
1989  * New pixel methods: GetVirtualPixels(), GetAuthenticPixels(), etc.
1990
19912008-11-15  6.4.5-7 Alexander E. Patrakov <patrakov@gmail...>
1992  * GPS and multivalued EXIF properties support
1993
19942008-11-14  6.4.5-6 Manish Aggarwal <manish@circu...>
1995  * Add TransparentPaintImageChroma() to MagickCore and transparentChroma()
1996    to Magick++.
1997
19982008-11-10  6.4.5-6 Cristy  <quetzlzacatenango@image...>
1999  * Correct DPX frame position property label (reference
2000    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=12440).
2001  * Textures are no longer painted as the background color.
2002  * Update both fields of an EXIF resolution.
2003  * Support query-font-metrics MSL tag.
2004
20052008-11-01  6.4.5-4 Cristy  <quetzlzacatenango@image...>
2006  * Do not set image colorspace for the MSL modulate tag.
2007
20082008-11-01  6.4.5-3 Cristy  <quetzlzacatenango@image...>
2009  * Off by one error when computing affine in DrawAffineImage() (reference
2010    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=12391.
2011
20122008-10-30  6.4.5-2 Cristy  <quetzlzacatenango@image...>
2013  * Fixed local adaptive thresholding  when using an offset (reference
2014    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=12371.
2015  * Set SetImagePixels() rather than SyncImagePixelCache() to update
2016    the pixel cache morphology.
2017
20182008-10-26  6.4.5-1 Cristy  <quetzlzacatenango@image...>
2019  * Set explicit image format for BlobToImage() (reference
2020    http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=12340).
2021  * p_thread_t is an aggregate under MinGW.
2022
20232008-10-20  6.4.5-0 Cristy  <quetzlzacatenango@image...>
2024  * pthread_t can be aggregate so stop treating it like its atomic.
2025  * default the WPG image size to 1 top avoid "no pixels defined in cache"
2026    exceptions.
2027
20282008-10-17  6.4.4-8 Anthony  <A.Thyssen@griffith...>
2029  * slight modification of the added "radial-gradient:" image generator
2030    so the radius goes to an edge rather than the corner, allowing more user
2031    control based on image size.
2032  * fix -raise N to mean -raise NxN
2033
20342008-10-15  6.4.4-8 Cristy  <quetzlzacatenango@image...>
2035  * Add support for inline images.
2036
20372008-10-10  6.4.4-7 Cristy  <quetzlzacatenango@image...>
2038  * MinGW supports both Posix threads and Windows critical sections.
2039
20402008-10-06  6.4.4-5 Cristy  <quetzlzacatenango@image...>
2041  * pthread_self() can be an aggregate value.
2042  * Scale pixel quantum to match PNG tRNS range (i.e. 0-255).
2043
20442008-10-06  6.4.4-3 Cristy  <quetzlzacatenango@image...>
2045  * Set sentinel byte for MVG coder.
2046  * fx:standard_deviation returns standard deviation now instead of mean.
2047
20482008-10-01  6.4.4-1 Florent Monnier  <monnier.florent@gmail...>
2049  * Support radial gradients in DrawGradientImage().
2050
20512008-09-26  6.4.4-1 Cristy  <quetzlzacatenango@image...>
2052  * Fix memory leak when XMP profile is corrupt.
2053  * Support filename references (e.g. convert image-%d.jpg[1-5] ...).
2054
20552008-09-25  6.4.4-0 Cristy  <quetzlzacatenango@image...>
2056  * Use -remap rather than -affinity.
2057  * Don't unregister a module for an image coder signature exception.
2058  * Don't assume a monochrome image is colormapped.
2059
20602008-09-25  6.4.4-0 Anthony <A.Thyssen@griffith...>
2061  * Attempt to fix three image "composite -displace" while also allowing use
2062    of seperate X, Y grayscale displacement maps, or a merged X=red Y=green
2063    (later transparency mask will also be added) as discussed in IM Examples,
2064    'distortion maps', but for -displace.
2065
20662008-09-24  6.4.3-10 Cristy  <quetzlzacatenango@image...>
2067  * Fix pixel cache race condition.
2068
20692008-09-23  6.4.3-10 Cristy  <quetzlzacatenango@image...>
2070  * Fixed an OTB coder bug (reference
2071    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=12119).
2072
20732008-09-23  6.4.3-8 Peter Fales <psfales@alcat...>
2074  * Add NULL terminator to options list to in MontageImageCommand().
2075
20762008-09-23  6.4.3-8 Anthony <A.Thyssen@griffith...>
2077  * Added -layers TrimBounds  which will adjust the offsets and canvas bounds
2078    to fit the current sequence of layered/animated images. The images
2079    themselves are not modified only the 'page' meta-data.  As a side-effect
2080    all offsets will become positive, with a minimal canvas width/height.
2081
20822008-09-22  6.4.3-8 Cristy  <quetzlzacatenango@image...>
2083  * Define _FILE_OFFSET_BITS from MAGICKCORE_FILE_OFFSET_BITS.
2084
20852008-09-10  6.4.3-7 Anthony <A.Thyssen@griffith...>
2086  * String Memory leak from InterpretImageProperties() in "annotate"
2087    for Command line handling in mogrify.c
2088  * Allow percent escapes in both -sparse-color and -distort argument strings.
2089  * Fix -alpha to allow Set, Copy, and Extract from command line
2090  * Fix -alpha Set so it only clears the alpha when it was previously off
2091  * Changed 'AllChannels' to be just the 'real' channels (including K).
2092  * Special handling if  +level-colors is given one color, and no seperator.
2093  * Fix 'matte' flag in DisposeImages() (for -layer dispose)
2094
20952008-09-01  6.4.3-7 Cristy  <quetzlzacatenango@image...>
2096  * Fix -interpolate / -compose settings.
2097  * No need to specify -endian for native floating point format.
2098  * Remove small memory leak when cloning image properties (reference
2099    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=11981).
2100  * The scan delegate requires a device name, not a symbolic link.
2101  * Report alpha instead of opacity for the TXT image format (reference
2102    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=12002).
2103  * Add channel support to -motion-blur.
2104  * Set the SVG affine matrix *before* we compute the scale (reference
2105    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=12030).
2106  * Rely on 'omp critical' in the rare case where OpenMP is enabled but
2107    ImageMagick distribution is built without thread support.
2108  * Return the correct number of unique colors for colormapped image (reference
2109    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=12055).
2110  * SVG depends on MagickWand for parallel make (reference
2111    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=12099).
2112
21132008-09-02 6.4.3-7
2114  * Addition of 'BarrelInverse' Distortion
2115
21162008-08-27  6.4.3-6 Cristy  <quetzlzacatenango@image...>
2117  * Extract / embed namespace for JPEG XMP profiles (reference
2118    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=11832).
2119  * Deprecate -map and replace with -affinity which supports dither methods.
2120  * Set image depth when -depth is fired.
2121  * Fix small memory leak in TIFF coder (reference
2122    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=11968).
2123
21242008-08-24  6.4.3-5 Cristy  <quetzlzacatenango@image...>
2125  * Parallelize the colorspace transforms.
2126  * Honor gravity for -extent option (reference
2127    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=11944).
2128
21292008-08-22  6.4.3-3 Cristy  <quetzlzacatenango@image...>
2130  * Fixed a memory leak in the TransparentPaintImage() method.
2131
21322008-08-20  6.4.3-2 Cristy  <quetzlzacatenango@image...>
2133  * Treat -compose as a setting.
2134  * Check for depth == 0 in GetQuantumScale() (reference
2135    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=11921).
2136  * Fix CIN coder scanline length (reference
2137    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=11922).
2138
21392008-08-20  6.4.3-1 Cristy  <quetzlzacatenango@image...>
2140  * Add $(MAGICKWAND_LIBS) dependency to the PerlMagick Makefile (reference
2141    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=11908).
2142  * Fix configure script to configure the JBIG delegate library (reference
2143    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=11907).
2144  * Error in indexed PNG output if number of colors <= 16 (reference
2145    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=11905).
2146
21472008-08-18  6.4.3-0 Cristy  <quetzlzacatenango@image...>
2148  * Always reinterpret %[fx:] properties.
2149  * Composite based on the composite image compose operator.
2150
21512008-08-14  6.4.2-10 Cristy  <quetzlzacatenango@image...>
2152  * Add --coder-path and --filter-path options to MagickCore-config to
2153    support the Magick Coder and Image Filter kits.
2154
21552008-08-17  6.4.2-9 Anthony <anthony@griffith...>
2156  * -sparse-color option completed with inital set of methods.
2157  * -distort Barrel arguments expanded.
2158
21592008-08-14  6.4.2-9 Cristy  <quetzlzacatenango@image...>
2160  * The -draw option no longer returns an error when for # like .6 (reference
2161    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=11879).
2162
21632008-08-14  6.4.2-9 Cristy  <quetzlzacatenango@image...>
2164  * New dithering selection option, -dither Floyd-Steinberg or
2165    -dither Riemersma.
2166
21672008-08-10  6.4.2-8 Anthony <anthony@griffith...>
2168  * Added new distort "Polar" and "DePolar" due to Forum Discussions
2169
21702008-08-07  6.4.2-8 Cristy  <quetzlzacatenango@image...>
2171  * Change MPEG delegate from mpeg2decode/mpeg2encode to ffmpeg (reference
2172    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=11827).
2173  * Extract embedded XMP and EXIF profiles froma Photoshop resource block.
2174  * Support -compose option in the compare program.
2175
21762008-08-04  6.4.2-7 Cristy  <quetzlzacatenango@image...>
2177  * Support -fx scientific-notation (e.g. '2.0*3.81469e-06').
2178  * Substitute DistortImage() with 'AffineProjectionDistortion' for
2179    the older DrawAffineImage() in AffineTransformImage().
2180  * Apply Sam Hocevar's patch to replace  Hilbert-Peano curve dithering with
2181    Floyd Steinberg.
2182  * Added -virtual-pixel method VerticalTile as a complement to HorizontalTile
2183
21842008-08-02  6.4.2-6 Anthony <anthony@griffith...>
2185  * Added -virtual-pixel method HorizontalTile suitable for generating 360
2186    degree Arcs and Polar Distorts.
2187
21882008-07-31  6.4.2-6 Cristy  <quetzlzacatenango@image...>
2189  * Patch -fx to properly recognize maxima and minima.
2190  * Add channel specifier to -fx depth, mean, maxima, minima, and
2191    standard_deviation (e.g. depth.r).
2192  * Properly append .magick to the USERPROFILES path (reference
2193    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=11806).
2194
21952008-07-30  6.4.2-6 Anthony <anthony@griffith...>
2196  * Added a  "-set option:distort:scale"  which scales the output 'view'
2197    by the amount given.  This is directly useful for doing 'super-sampled'
2198    distorts, just set this, the scale the result back to a normal size.
2199
22002008-07-27  6.4.2-5 Anthony <anthony@griffith...>
2201  * Rewrite on coefficent handlig for DistortImages so allow for generation
2202    by other operators (SparseColor), and addition of verbose output of
2203    equivelent -fx functions for DistortImages to report of the internal
2204    coefficents that was calculated, and who they are used.
2205  * Initial implementation of SparseColor for interpolated gradients from
2206    sparsely seperated points of color (or posibily other forms of arguments)
2207  * New distortion Barrel as defined by Helmut Dersch options A,B,C,D
2208    on his web page  http://www.all-in-one.ee/~dersch/barrel/barrel.html
2209    And as developed by Fred WeinHaus in his PinBarrel script
2210
22112008-07-20  6.4.2-5 Cristy  <quetzlzacatenango@image...>
2212  * Certain corrupt GIF images no longer hang (reference
2213    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=11723).
2214  * Read more than one image (if they exist) from DJVU image files.
2215  * Don't set image depth in histogram coder (references
2216    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=11752).
2217
22182008-07-17  6.4.2-4 Cristy  <quetzlzacatenango@image...>
2219  * Fixed cache nexus threading problem to avoid spurious assertions when
2220    calling the DistortImage() method.
2221
22222008-07-17  6.4.2-4 Anthony <anthony@griffith...>
2223  * New distortion  Shepards which provide semi-localized distorts of control
2224    points within an image, as first developed for IM by Frew Weinhaus in his
2225    ShapeMorph script.   http://www.fmwconcepts.com/imagemagick/shapemorph/
2226    It's almost like taffy pulling!
2227
22282008-07-12  6.4.2-2 Anthony <anthony@griffith...>
2229  * Separate coefficient calculation from DistortImages (future development)
2230  * Perspective and Bilinear Distortions fallback to Affine
2231    when less than 4 point pairs are provided.
2232  * Affine Distortion now handles 2 point pairs (SRT of a single line)
2233    and a simple translation if only a single point pair is provided.
2234  * Added 'verbose' output of some of the distortion equations generated
2235  * Initial addition of polynomal distortion (incomplete - not working yet)
2236
22372008-06-29  6.4.2-2 Cristy  <quetzlzacatenango@image...>
2238  * Add log2 and round as -fx operators.
2239  * Add log and round as -evaluate operator.
2240  * Add -deskew option to straighten an image.
2241
22422008-06-22  6.4.2-1 Cristy  <quetzlzacatenango@image...>
2243  * Use the source image interpolation method when drawing an affine image.
2244
22452008-06-24  6.4.2-1 Anthony <anthony@griffith...>
2246  * Added new operator  +/-level-colors which will 'level' images based
2247    on colors to use for the black and white points. This lets to adjust
2248    the image in terms of mapping the given colors from/to black and white
2249    respectivally.
2250
22512008-06-23  6.4.2-0 Christian Lackas <christian@lacka...>
2252  * Fix a problem with calling mpeg2encode with parameters (%o/%i) in wrong
2253    order.
2254
22552008-06-22  6.4.2-0 Cristy  <quetzlzacatenango@image...>
2256  * Refactor additional ImageMagick algorithms for OpenMP support.
2257
22582008-06-25  6.4.1-9 Cristy  <quetzlzacatenango@image...>
2259  * Add pow as an -evaluate operation, using normalized values
2260
22612008-06-18  6.4.1-9 Anthony <anthony@griffith...>
2262  * Added a  LevelizeImageChannels() which is simular to LevelImageChannels()
2263    Function maps black and white values to the given level values.
2264    Rather than mapping the given level values to black and white.
2265    Bacically a 'reverse-level' function, with different input args.
2266  * Set  +level  or a '!' flag in -level or LevelImage() to call
2267    the new 'reverse-level' function LevelizeImageChannels().
2268  * More work on IsMagickColorSimular() to fix relationship between
2269    transparent-black and opaque-black, which was matched as 'simular'.
2270    Also attempts to fix 'K' channel handling for CMYK colorspace.
2271    More work on this to come.
2272
22732008-06-25  6.4.1-9 Cristy  <quetzlzacatenango@image...>
2274  * The TXT format correctly reports alpha channel (reference
2275    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=11478).
2276  * MONOTCHROME1 Dicom images are not longer inverted (reference
2277    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=11492).
2278
22792008-06-13  6.4.1-8 Anthony <anthony@griffith...>
2280  * Fixed IsMagickColorSimular() as used by -opauqe and -transparent
2281    so as to understand that the Hue Channel is cyclic by nature
2282
22832008-06-08  6.4.1-8 Cristy  <quetzlzacatenango@image...>
2284  * The -sketch option is working again (reference
2285    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=11454).
2286
22872008-06-08  6.4.1-7 Cristy  <quetzlzacatenango@image...>
2288  * More algorithms refactored to support a threaded cache view.
2289  * EPS2 output only 1/3 of image when using LZW or rle compress (reference
2290    http://www.imagemagick.org/discourse-server/viewforum.php?f=3).
2291  * ISO C++ 1998 does not support 'long long' (reference
2292    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=11405).
2293  * Patch GetMagickMemoryHandlers() to return the properly return the memory
2294    handler addresses.
2295  * Generate histogram comment if # unique colors exceed 1024 (reference
2296    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=11434).
2297
22982008-06-03  6.4.1-6 Marton Bokor  <marton.bokor@gfthu....>
2299  * Reading EMF files containing non-ascii characters no longer fails for
2300          UTF8 encoded paths on Windows XP.
2301
23022008-06-03  6.4.1-6 Cristy  <quetzlzacatenango@image...>
2303  * The -colorspace option is an operator, not a setting.
2304
23052008-05-31  6.4.1-5 rsnel <rik@snel....>
2306  * gif.c misreads Gifs in which LZW codes are split across three datablocks.
2307
23082008-05-31  6.4.1-4 Matthew Clark <mclark@gorge...>
2309  * Patches to the JPEG and DCM coders to fix a few problems reading
2310    certain DCM image types.
2311
23122008-05-15  6.4.1-4 Cristy  <quetzlzacatenango@image...>
2313  * Interpreting the -set option is no longer delayed.
2314  * Add AcquireCacheViews() and DestroyCachewViews() to the API.
2315  * Call DrawAffineImage() instead of CompositeImage() (reference
2316    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=11288).
2317  * Throw exception for TIFF compression not support (reference
2318    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=11289).
2319  * The +opaque option now recognizes its required argument (reference
2320    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=11298).
2321  * The -background and -virtual-pixel settings are now applied correctly
2322    across parenthesis.
2323  * Only reset the exception signature if the relinquish memory is MagickTrue.
2324  * Correct recolor equation for computing opacity (referencee
2325    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=11346).
2326  * Set midpoint when scaling JP2 images.
2327  * Semaphores must be passed by reference when destroyed for reliable thread
2328    locks.
2329  * Updated Matlab coder (thanks to Jaroslav Fojtik).
2330
23312008-05-13  6.4.1-3 Cristy  <quetzlzacatenango@image...>
2332  * MagickGetResource(): resources are MagickSizeType not unsigned long.
2333
23342008-05-11  6.4.1-2 Cristy  <quetzlzacatenango@image...>
2335  * Import: properly handle a hierarchy of subwindows under X11.
2336  * Refactor quantum pixel processor to inprove ease of use and speed.
2337
23382008-05-09  6.4.1-2 Leonardo de Paula Rosa Piga <lpiga@terra...>
2339  * OpenMP patch for sepia-tone effect.
2340
23412008-05-08  6.4.1-2 Bruno Cardoso Lopes <bruno.cardoso@gmail...>
2342  * OpenMP patch for NormalizeImage() & TintImage()
2343
23442008-05-06  6.4.1-2 <cristiannomartins@gmail...>
2345  * OpenMP patch for GetImageChannelDepth().
2346  * Set depth to 32 when saving MIFF HDRI image files.
2347
23482008-05-05  6.4.1-2 <joao.vita@gmail...>
2349  * OpenMP patch for OilPaintImage Function
2350
23512008-05-05  6.4.1-2 Sean Patrick Burke  <seanburk@gmail...>
2352  * Update IPLab coder (reference
2353    http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=11200).
2354
23552008-05-02  6.4.1-1 Cristy  <quetzlzacatenango@image...>
2356  * Return correct result for -fx luminence.
2357  * Restore missing break so that PGM images remain PGM.
2358  * Speed up the processing of ASCII PNM files.
2359  * Return the correct number of MNG images for PingImage().
2360
23612008-05-01  6.4.1-0 Cristy  <quetzlzacatenango@image...>
2362  * Remove C++ style comments from source.
2363  * Center motion blur kernel.
2364  * Reenable dithering for -monochrome option.
2365
23662008-04-24  6.4.0-11 Cristy  <quetzlzacatenango@image...>
2367  * For color reduction, use maximum tree depth if image has 1024 or less
2368    unique colors.
2369  * Use a uniform convolution filter for motion blur (reference
2370    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=11122).
2371  * Add 'mean' and 'std' symbols to the Fx expression parser.
2372
23732008-04-20  6.4.0-10 Chris Madison  <madisonblu@hotma...>
2374  * Updated to the latest autoconf/automake/libtool scripts.
2375  * Default to HSL colorspace when modulating (reference
2376    http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=11073).
2377  * The -regard-warnings option properly returns a program status of 1 if and
2378    only if a warning or error exception is thrown.
2379  * Report 'no clip path defined' exception for -clip-path option (reference
2380    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=11098).
2381
23822008-04-16  6.4.0-8 Cristy  <quetzlzacatenango@image...>
2383  * Distinquish between pre and post processing of image list options.
2384  * Return MagickTrue if InvokeDynamicImageFilter() does not generate an
2385    exception (reference
2386                http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=11065).
2387
23882008-04-16  6.4.0-7 Glenn Randers-Pehrson <glennrp@image...>
2389  * Instead of masking the PNG tRNS values when reducing from 16-bit,
2390    set image->matte to MagickFalse and emit a warning.  This will produce
2391    behavior similar to that of libpng-1.2.27 (and libpng-1.2.19 and earlier).
2392
23932008-04-12  6.4.0-7 Cristy  <quetzlzacatenango@image...>
2394  * Fix fault for animate -window root image.gif.
2395  * Use GetImagePixels() rather than SetImagePixels() when making multiple
2396    passes and setting image pixels (reference
2397    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=11022).
2398
23992008-04-10  6.4.0-6 Cristy  <quetzlzacatenango@image...>
2400  * Compile error in coders/avi.c when JPEG delegate library is unavailable.
2401
24022008-04-09  6.4.0-5 Glenn Randers-Pehrson <glennrp@image...>
2403  * Mask the PNG tRNS values when reducing from 16-bit, in accordance with
2404    the PNG specification, instead of scaling them.
2405
24062008-04-09  6.4.0-5 Glenn Randers-Pehrson <glennrp@image...>
2407  * Revised png.c to avoid saving unknown chunk types that will never
2408    be used later.  This prevents the vulnerability described in
2409    CVE-2008-1382, with respect to all unknown chunks except vpAg.
2410    To handle an invalid, zero-length vpAg chunk properly will require
2411    libpng-1.2.27 or later.
2412
24132008-04-04  6.4.0-5 Cristy  <quetzlzacatenango@image...>
2414  * Use mplayer delegate if ImageMagick does not grok AVI op code.
2415  * Use proper rounding for the -fx intensity expression.
2416
24172008-03-26  6.4.0-4 Cristy  <quetzlzacatenango@image...>
2418  * Fix +swap option so it no longer throws an assertion.
2419  * Return correct min/max for grayscale JPEG images (e.g. -format %[min]).
2420
24212008-03-26  6.4.0-1 Cristy  <quetzlzacatenango@image...>
2422 * Rewrote patch so that writing pyramid TIFF images no longer fails if a
2423   tile size is specified (e.g. ptif:image.tif[128x128]).
2424 * Malformed use of caption no longer consumes memory (reference
2425   http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=10914).
2426 * Don't run Ghostscript twice (reference
2427   http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=10922).
2428
24292008-03-21  6.4.0-0 Cristy  <quetzlzacatenango@image...>
2430  * SpreadImage() no longer introduces noise into the resulting image (reference
2431                http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=10892).
2432  * Properly handle min-is-white TIFF gray scale images.
2433  * Use CompositeImage() instead of DrawAffineImage() if the affine expansion
2434    factor is 1.0.
2435
24362008-03-20  6.3.9-10 Cristy  <quetzlzacatenango@image...>
2437  * Writing pyramid TIFF images no longer fails if a tile size is specified
2438    (e.g. ptif:image.tif[128x128]).
2439  * Reset page geometry when interactively cropping an image with the display
2440    program.
2441
24422008-03-18  6.3.9-9 Cristy  <quetzlzacatenango@image...>
2443  * With a single swap argument should swap the image with the *last* image.
2444
24452008-03-16  6.3.9-8 Cristy  <quetzlzacatenango@image...>
2446  * Make sure we don't sync a blob after it has been closed.
2447
24482008-03-14  6.3.9-7 Cristy  <quetzlzacatenango@image...>
2449  * Patch mpeg:encode delegate to properly produce an MPEG image sequence.
2450
24512008-03-11  6.3.9-6 Cristy  <quetzlzacatenango@image...>
2452  * Support both GTK and CAIRO interfaces to RSVG (reference
2453    ttp://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=10802).
2454  * Display colormapped PNG images with alpha properly (reference
2455    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=10819).
2456
24572008-03-09  6.3.9-5 Cristy  <quetzlzacatenango@image...>
2458  * Define inline to _magickcore_inline (to satisfy HP's aCC compiler).
2459
24602008-03-08  6.3.9-4 Cristy  <quetzlzacatenango@image...>
2461  * The rsvg delegate library depends on cairo-svg.
2462  * Account for min-is-white 8-bit gray TIFF images.
2463
24642008-02-29  6.3.9-2 Cristy  <quetzlzacatenango@image...>
2465  * Add support for the Postable Document Archive Format.
2466  * Add support for Braille images.
2467  * Add support for DDS images (contributed by Bianca van Schaik).
2468  * Add GetImageAlphaChannel() method.
2469  * PSD clipping paths are once again recognized.
2470
24712008-02-24  6.3.9-1 Cristy  <quetzlzacatenango@image...>
2472  * Return the actual image format for HTTP: or FTP: format (reference
2473        http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=10715).
2474  * Fix so image.quantize(true) returns error as expected (reference
2475    http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=10735).
2476
24772008-02-20  6.3.9-0 Cristy  <quetzlzacatenango@image...>
2478  * Fixed a small memory leak (8 bytes) in TransformImages().
2479  * Render to Cairo surface rather than a GDK buffer when rendering SVG.
2480  * Identify now reports both actual and reported image depths (reference
2481    http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=10716).
2482
24832008-02-17  6.3.8-10 Cristy  <quetzlzacatenango@image...>
2484  * Speed up converting large PDF/PS images when only selecting a few pages
2485    (e.g. pdffile.pdf[195-199]).
2486  * Deprecate HSLTransform() and TransformHSL().
2487
24882008-02-16  6.3.8-9 Cristy  <quetzlzacatenango@image...>
2489  * Fix Magick++-config script to reflect the MagickWand / MagickCore
2490    dependencies.
2491
24922008-02-14  6.3.8-7 Cristy  <quetzlzacatenango@image...>
2493  * Promote colormapped to truecolor images when enciphering.
2494
24952008-02-08  6.3.8-6 Cristy  <quetzlzacatenango@image...>
2496  * Add EncipherImage() / DecipherImage() methods.
2497  * Add -encipher / -decipher options to the command-line utilities.
2498
24992008-02-03  6.3.8-5 Cristy  <quetzlzacatenango@image...>
2500  * New Unix/Linux refactoring (should be transparent since changes are
2501    reflected in Magick-config and ImageMagick.pc pkg-config files):
2502      /usr/local/include => /usr/local/include/ImageMagick
2503      libMagick => libMagickCore
2504      libWand => libMagickWand
2505      Magick-config (deprecated) => MagickCore-config
2506      Wand-config (deprecated) => MagickWand-config
2507      Add Magick++-config, MagickCore.pc, MagickWand.pc, Magick++.pc
2508
25092008-01-28  6.3.8-3 Cristy  <quetzlzacatenango@image...>
2510  * Liquid rescale limits the final size to twice the original size (reference
2511    http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=10536).
2512  * Read EXIF data in TIFF images; writing is pending until we can figure out
2513    how to use the libtiff delegate library to write EXIF data.
2514
25152008-01-24  6.3.8-2 Cristy  <quetzlzacatenango@image...>
2516  * Add support for liquid rescaling (e.g. -liquid-rescale).
2517  * Support a ^ meta character in an image geometry (.e.g
2518    convert 640x480.png -resize 240^ returns a 320x240 result).
2519
25202008-01-20  6.3.8-1 Cristy  <quetzlzacatenango@image...>
2521  * Fix transient bug where "identify -format '%w;%[exif:Model]'" failed to
2522    return camera model number.
2523
25242008-01-14  6.3.8-0 Cristy  <quetzlzacatenango@image...>
2525  * Monochome EPS3 images are no longer corrupt (reference
2526    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=10422).
2527  * Eliminate memory corruption with broken PICT image (reference
2528    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=10447).
2529  * Return a Grayscale colorspace for grayscale DPX image (previously
2530    returned Log colorspace).
2531  * Fix -g option for PCL6 support (reference
2532    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=10462).
2533
25342008-01-08  6.3.7-10 Cristy  <quetzlzacatenango@image...>
2535  * Only read ICON alpha mask if BPP is <= 16.
2536  * Add support for +opaque and +transparent (requested by Anthony).
2537  * Throw an exception *before* we call wmf_api_destroy() (reference
2538    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=10420).
2539
25402008-01-01  6.3.7-9 Cristy  <quetzlzacatenango@image...>
2541  * Use explicit format specifier to render transparent Adobe Illustrator
2542    files (i.e. convert ai:image.ai image.png).
2543  * Set RSVG base URI (patch provided by tsdineen).
2544
25452007-12-20  6.3.7-7 Cristy  <quetzlzacatenango@image...>
2546  * `Magick-config --version` returns Q16 instead of
2547    Q@MAGICKCORE_QUANTUM_DEPTH@.
2548  * Permit commas in numbers in certain locales (e.g. german +100,000).
2549
25502007-12-13  6.3.7-5 Cristy  <quetzlzacatenango@image...>
2551  * Added an exception reason to BlobToImage() in the event an image has no
2552    magic number and neither the image magick or filename is set.
2553  * Do not pass PhotoYCC data thru gamma-corrected lookup-table.
2554  * Fix bug in GetEXIFProperty() (reference
2555    https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=10300).
2556
25572007-12-12  6.3.7-4 Cristy  <quetzlzacatenango@image...>
2558  * Adding comments to your image is now possible with the display program.
2559
25602007-12-09  6.3.7-3 Anthony <anthony@griffith...>
2561  * Adjusted -clut multiplyer for correct handling of
2562    "-interpolation Integer" in color lookup.
2563
25642007-12-01  6.3.7-3 Cristy  <quetzlzacatenango@image...>
2565  * Fix 'insufficient image data' for DCM format (reference
2566    https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=10227).
2567  * Force a colormapped image if Palm bits-per-pixel < 16.
2568  * Fix multiple problems with Palm Data Base reader (patch from
2569    1tms@gmx.d...).
2570  * Do not exit after first image with the display --immutable option.
2571  * Update autoconf/automake/libtool configuration files.
2572  * Add support for resource limit units (e.g. -limit memory 16mb).
2573  * Return original image if gaussian blur sigma is 0.0.
2574  * Colormapped multi-image PDF's are no longer corrupt (reference
2575    https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=10258).
2576
25772007-11-27  6.3.7-2 Anthony <anthony@griffith...>
2578  * Finalisation of new resize filters, "Lagrange" self-windowing filter
2579    now adjusts automatically with different support window size.
2580  * Added "Bohman" (another 2'rd order cosine function) and "Bartlett"
2581    (triangluar) resize windowing filters.
2582  * Adjusted -clut to use a grayscale image (with no alpha) to select colors
2583    from the Lookup Table image.
2584
25852007-11-26  6.3.7-2 Cristy  <quetzlzacatenango@image...>
2586  * Not all DCM tags were being saved as image attributes (patch provided by
2587    jcupitt@gmail...).
2588  * Normalize pixel values when quantum format is floating-point.
2589  * Initialize the pixel sum to zero when averaging image pixels.
2590
25912007-11-23  6.3.7-1 Anthony <anthony@griffith...>
2592  * Bug fix in height calculation for -layers merge operation
2593
25942007-11-02  6.3.7-0 Cristy  <quetzlzacatenango@image...>
2595  * Add support for SCT grayscale images.
2596  * Fixed transparancy bug for the ICO image format.
2597  * Fixed small memory leak in the caption and label coders.
2598  * Fixed -threshold option to return all white for -threshold 0 (reference
2599    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=10126).
2600
26012007-11-06  6.3.6-10 Chris Madison  <madisonblu@hotma...>
2602  * Corrected CGM delegate command in config/delegate.xml.
2603
26042007-11-05  6.3.6-9 Chris Madison  <madisonblu@hotma...>
2605  * Reclassified X server open error from fatal to non-fatal.
2606  * New SetImageAlphaChannel() method to activate, deactivate, reset, or
2607    set the image alpha channel.
2608  * Patch for Scanalytics IPLab image format for non 8-bit images
2609    (contributed by Sean Burke).
2610
26112007-11-04  6.3.6-8 Chris Madison  <madisonblu@hotma...>
2612  * Remove ctrl-M characters on in various source files.
2613  * Fix signature for Magick++ averageImages() regression tests for HDRI.
2614  * Only invoke PerlMagick x11 regression test if DISPLAY variable is set.
2615
26162007-11-03  6.3.6-7 Chris Madison  <madisonblu@hotma...>
2617  * MAGICK_ERX_SRCS should be MAGICK_EXR_SRCS in coders/Makefile.am.
2618
26192007-11-02  6.3.6-6 Cristy  <quetzlzacatenango@image...>
2620  * Upgrade to FPX version libfpx-1.2.0.14 (reference
2621    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=10041).
2622  * Modules are searched first in the directories specified by the environment
2623    variables, and then -- if the desired module is not found -- in the
2624    compiled-in path.  (reference
2625    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=10039).
2626
26272007-11-01  6.3.6-5 Cristy  <quetzlzacatenango@image...>
2628  * Update FPX regression test reference images.
2629  * Fixed Magick++ compile error for Sun Studio 10 compiler.
2630
26312007-10-25  6.3.6-4 Cristy  <quetzlzacatenango@image...>
2632  * The -equalize option now respects the -channel option.
2633
26342007-10-23  6.3.6-4 Anthony <anthony@griffith...>
2635  * Additional Filters:  Welsh, Parzen, Lagrangian
2636  * Addition of Cubic filter B,C controls
2637  * 'verbose' filter plotting output using  -define "filter:verbose"
2638
26392007-10-20  6.3.6-3 Anthony <anthony@griffith...>
2640  * Further expandsion and handling of filters with expert options.
2641    -filter selects from a table of standard filter settings, while
2642    expert options allow complete selection of filter, windowing, support
2643    and blurring options.  Includes automatic switch from Sinc to Bessel
2644    for operators using 2 dimentional cylindrical filter, rather than
2645    two pass 1 dimentional orthogonal filters.
2646
26472007-10-14  6.3.6-3 Cristy  <quetzlzacatenango@image...>
2648  * Obsolete -support (set filter blur factor)
2649  * Expandsion to add -set/define filter options
2650
26512007-10-12  6.3.6-2 Anthony <anthony@griffith...>
2652  * Least Squares coordinate handling added for -distort methods Affine,
2653    Perspective, Bilinear.   This allows for more than the minimal number of
2654    coordinates to be used to 'fit' a distortion function to an image.
2655    This addition will allow the use of image registration to generate
2656    panarama overviews and better geographical coordinate correction.
2657  * Cosolidated the simular methods FlattenImage() and MosaicImage()
2658    into a new layers function MergeImageLayers() method, adding 'flatten'
2659    and 'mosaic' layer methods.
2660  * Addition of another simular layers method 'merge' which 'unlocks' the
2661    normal flatten/mosaic layer merger from the origin, The resulting image
2662    will have a virtual canvas of minimal size with an offset. Also images
2663    with negative offsets will not be clipped by the 'merge' form of the
2664    command.  This was created for better layering of distorted images, such
2665    as panarama overlays.
2666  * Bug fix in handling transparency for EWA resampling.
2667  * Access to Resize Filter Functions from resize.c (for resample.c)
2668    with posible future filter sources... Acquire/Destory/Call ResizeFilter()
2669  * All resize filters added to resampling, but filter handling is incomplete.
2670
26712007-10-05  6.3.6-2 Cristy  <quetzlzacatenango@image...>
2672  * The box filter no longer produces a black grid when resizing an image
2673    under Mac OS X.
2674  * Respect cropbox for PDF with a subimage specification (e.g.
2675        image.pdf[1-3]).
2676  * Detect proper PDF bounding box when offsets are negative.
2677
26782007-10-02  6.3.6-1 Cristy  <quetzlzacatenango@image...>
2679  * Speed up the Fx interpreter.
2680  * Use ULL not ui64 for MinGW 64-bit constants.
2681  * Call SyncCacheView() instead of SyncImagePixels() in WaveImage().
2682  * Close all references to a pixel cache on disk before removing the temporary
2683          file as required under Windows.
2684
26852007-09-29  6.3.6-0 Anthony <anthony@griffith...>
2686  * Added Scaling 'derivitives' to -distort Arc, so image arcing is now
2687    sharp and clear as you approach the center of the distort.
2688  * Added  " -set option:distort:viewport 'geometry' " special option
2689    that can be used to override the output image size and offset.
2690  * Fixed experimental use of -filter and -support in Resampling (more later).
2691  * Changed order for coordinate arguments in -distort (for later leastsq
2692    multiple coordinate distortion function fitting)
2693
26942007-09-22  6.3.6-0 Cristy  <quetzlzacatenango@image...>
2695  * Check the API version and quantum depth before loading a coder module or
2696          image filter (reference
2697    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=9780).
2698  * Add exception to the image filter signature.
2699  * Get the execution path under Mac OS X.
2700  * TIFFTAG_STRIPBYTECOUNTS requires a uint32 pointer (magick/compress.c).
2701  * Fixed memory leak in CloneString() (reference
2702    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=9763).
2703  * Set S_IRUSR | S_IWUSR | S_IRGRP mode when writing a file in
2704    CopyDelegateFile().
2705
27062007-09-18  6.3.5-9 Anthony <anthony@griffith...>
2707  * Bug fix for +distort in Perspective, also effected PerspectiveProjection
2708
27092007-09-17  6.3.5-10 Cristy  <quetzlzacatenango@image...>
2710  * Replace all InterpolatePixelColor() calls to use the ResamplePixelColor()
2711    method instead.
2712  * Map the display program pan icon window for each oversized image.
2713  * The ufraw delegate does not like quotes around the output filename.
2714  * Adjust the sensitivity of a few PerlMagick tests to pass the validation on
2715    a 64-bit FreeBSD system.
2716  * The -level option now works properly for colormapped images.
2717  * Allow Extrapolated blending of images using -blend
2718       http://netpbm.sourceforge.net/doc/extendedopacity.html
2719
27202007-09-12  6.3.5-9 Anthony <anthony@griffith...>
2721  * Major Addition,  Area Resampling Functions, (scaled interpolation)
2722    for pixel lookup in Distortion functions.  This improves the look in
2723    areas of minification enormousally, especially in situations of infinite
2724    tiling and horizon views.  All virtual pixel methods have been handled
2725    to minimise computation time involved with area resampling.  To use the
2726    new function distortions need to be able to determine scaling vectors
2727    (distortion function derivitives) for correct working.  All
2728    -distort methods, except Arc, uses scaled area resampling.
2729  * Improvements to perspective distort method, to include the correct
2730    differentation between the 'ground' on which the image lies, and the
2731    'sky', the color of which can be set using the -mattecolor setting
2732    (as the distortion invalid pixel color). Background color is retains
2733    for surrounding ground areas. The horizon is also correct anti-aliased
2734    and transparent colors are also allowed, allowing you to add backdrops
2735    of gradients and patterns.
2736
27372007-09-04  6.3.5-9 Cristy  <quetzlzacatenango@image...>
2738  * Read/Write Scanalytics IPLab image format (contributed by Sean Burke).
2739  * Patched ReadBlobString() to fix a off-by-one vulnerability (alert from
2740    iDefense).
2741  * Patched ReadDIBImage() to fix a sign extension vulnerability (alert from
2742    iDefense).
2743  * Patched AllocateImageColormap() to fix an integer overflow vulnerability
2744    (alert from iDefense).
2745  * Patched ReadDCMImage() to fix an integer overflow vulnerability
2746    (alert from iDefense).
2747  * Patched ReadDIBImage() to fix an integer overflow vulnerability
2748    (alert from iDefense).
2749  * Patched ReadXBMImage() to fix an integer overflow vulnerability
2750    (alert from iDefense).
2751  * Patched ReadDCMImage() to fix an denial of service vulnerability
2752    (alert from iDefense).
2753  * Patched ReadXCFImage() to fix an denial of service vulnerability
2754    (alert from iDefense).
2755  * If image size changes, don't trust DPX orientation attributes.
2756
27572007-09-04  6.3.5-9 Gozer404
2758  * Add French to the messaging system (reference
2759    http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=9601).
2760  * Add -fopenmp to MAGICK_PCFLAGS (reference
2761   http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=9608).
2762
27632007-08-14  6.3.5-7 Cristy  <quetzlzacatenango@image...>
2764  * Add -alpha {activate,deactivate,reset} option to activate, deactivate, or
2765    reset the alpha channel.
2766  * Render proper image labels for VID coder.
2767  * Resolved a conflict for the -list option.  Use -list font to list
2768          ImageMagick fonts and -list type to list image types.
2769  * Catch any errors returned by pthread_mutex_init() (problem report
2770    from devman@gmx-t...).
2771  * TransformHSL() returns a proper hue component.
2772  * Added -clut option and the ClutImage() method.
2773  * Fix glyph memory leak in AnnotateImage (reference
2774    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=9523).
2775  * Rename analyze.c to Analyze.c (reference
2776    ttp://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=9538).
2777
27782007-08-07  6.3.5-6 Anthony  <anthony@griffith...>
2779  * Enabled use of +distort to auto resize destination image to 'bestfit'
2780    the distorted input image.  This also enabled the use of virtual canvas
2781    offsets in source and destination images for most distortion methods.
2782
27832007-08-05  6.3.5-6 Cristy  <quetzlzacatenango@image...>
2784  * Remove atexit in Magick++ code to avoid possible client crash (reference
2785    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=9270).
2786
27872007-08-01  6.3.5-5 Cristy  <quetzlzacatenango@image...>
2788  * Read/Write Scanalytics IPLab image format (contributed by Sean Burke).
2789
27902007-07-30  6.3.5-5 Anthony  <anthony@griffith...>
2791  * Added -distort arc.  This update also allows the destination image
2792    size and offset to be set according to the specific distortion being
2793    applied.
2794
27952007-07-29  6.3.5-5 Cristy  <quetzlzacatenango@image...>
2796  * Set the -poloroid border color with the -bordercolor option.
2797
27982007-07-25  6.3.5-4 Cristy  <quetzlzacatenango@image...>
2799  * Remove extranous break statement so -type option properly sets the
2800    image_info->type member (reference
2801    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=9261).
2802
28032007-07-21  6.3.5-4 Anthony  <anthony@griffith...>
2804  * Allow the use of optional arguments in -distort SRT
2805
28062007-06-29  6.3.5-0 Anthony  <anthony@griffith...>
2807  * Initial addition of three Affine Distortions to -distort with the affine
2808    mapping defined by the use of;  an Affine Matrix, Coordinates of Triangles,
2809    or separate Scale-Rotate-Translate actions.
2810
28112007-06-18  6.3.5-0 Cristy  <quetzlzacatenango@image...>
2812  * Fix X11 font ascender.
2813  * Add -distort option.
2814  * Add random noise option (e.g. +noise random).
2815  * Many internal algorithms are now threaded to take advantage of speed-ups
2816    offered by the new dual and quad-core processor technologies.
2817    and quad-core processor technology.
2818  * Tiff images in the LAB colorspace are no longer identified as RGB
2819    (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=9015).
2820  * Update image color_profile and iptc_profile members in the JPEG coder
2821    (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=9063);
2822
28232007-06-13  6.3.4-10 Cristy  <quetzlzacatenango@image...>
2824  * Fix composite mask bug (reference
2825    http://www.imagemagick.org/Usage/bugs/composite_mask/).
2826  * Speed up GetPixelOpacity() method (patch from seth@price...).
2827  * Set icon image width/height before allocating the image colormap.
2828  * Remove Photoshop string segment from JPEG profile (reference
2829    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=9006).
2830
28312007-06-11  6.3.4-9 Cristy  <quetzlzacatenango@image...>
2832  * Converting a jpg to pdf is creating an empty pdf object (reference
2833    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=8954).
2834  * Respect the '-set type:hinting off option' (bug report from Richard
2835    Jones).
2836  * WritePSDImage vulnerable to exploitable heap corruption (reference
2837    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=8967).
2838
28392007-06-09  6.3.4-8 Cristy  <quetzlzacatenango@image...>
2840  * SetMagickRegistry() post-increment the value 'id' (reference
2841    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=8944).
2842
28432007-06-02  6.3.4-6 Cristy  <quetzlzacatenango@image...>
2844  * Read/write 10 & 12-bit packed DPX images.
2845  * Reduce stack requirements for messaging system.
2846  * Small memory leak for raw profiles in the PNG coder.
2847
28482007-06-01  6.3.4-5 Glenn <glennrp@image...>
2849  * Added GIF, JPEG, and PNG interlace types.  For backward compatibility,
2850    you can continue to use "-interlace Plane" to request these.
2851
28522007-04-30  6.3.4-0 Anthony  <anthony@griffith...>
2853  * Fixed minor bug in the 'curl' for Polaroid of very non-square images.
2854
28552007-06-01  6.3.4-5 Cristy  <quetzlzacatenango@image...>
2856  * Set min-is-white for Group4-compressed PDF.
2857  * Add PaintFloodfillImage() method.
2858
28592007-05-30  6.3.4-4 Cristy  <quetzlzacatenango@image...>
2860  * Add MEPP metric to compare program.  Returns the mean error per pixel
2861    along with the normalize mean and maximum error.
2862  * Attach an XMP profile to an image (e.g.
2863    convert input.tif -profile xmp:metadata.xmp output.tif).
2864
28652007-05-22  6.3.4-3 Cristy  <quetzlzacatenango@image...>
2866  * Fixed mogrify conversions with -format and -path (reference
2867    http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=9127).
2868
28692007-05-15  6.3.4-2 Cristy  <quetzlzacatenango@image...>
2870  * SVG style element was not always parsed properly.
2871  * Do not dither when the number of unique colors is already less than the
2872    maximum.
2873  * Return normalized PAE metric (compare utility).
2874
28752007-05-03  6.3.4-1 Cristy  <quetzlzacatenango@image...>
2876  * Add support for PFM images.
2877  * Check for corrupt EXIF image profiles.
2878  * Writing JPEG YCbCr TIFF images no longer faults (reference
2879    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=8896).
2880
28812007-04-30  6.3.4-0 Anthony  <anthony@griffith...>
2882  * Fixed minor bug for crop missed images and 'background' GIF disposal.
2883
28842007-04-28  6.3.4-0 Glenn  <glennrp@image...>
2885  * Added profile support to the GIF decoder/encoder.  They are stored
2886    as GIF Application Extensions.  Known extensions include existing ICCRGB1
2887    (for ICC profiles) and new MGKIPTC0 and MGK8BIM0 (for IPTC and 8BIM
2888    profiles).  Unknown extensions found in GIF files are read as gifappNNN.
2889
28902007-04-28  6.3.4-0 Anthony  <anthony@griffith...>
2891  * Invert Opacity change for user defined ordered dither threshold maps,
2892    so that 'off' map is transparent, and 'on' is opaque.
2893
28942007-04-24  6.3.4-0 Anthony  <anthony@griffith...>
2895  * Added an initial Coalesce Images, and a final +map local colortable
2896    optimization to the -layers Optimize method, for a simple to use
2897    GIF optimization operation.  (more work to come)
2898
28992007-04-22  6.3.4-0 Cristy  <quetzlzacatenango@image...>
2900  * Properly set the virtual canvas of a multi-frame GIF image sequence.
2901  * Add AcquireOneVirtualPixel() method.
2902  * Set Log colorspace properly when writing DPX images.
2903  * Add -tile-offset option.
2904  * Add support for the EXR image format.
2905  * Improve support for DPX images.
2906  * Add --enable-hdri option to the configure script.
2907  * Add support for high dynamic-range images (HDRI).
2908
29092007-04-20  6.3.3-9 Peter Hull  <peterhull90@gmail...>
2910  * Improve support for writing multiple image icons.
2911
29122007-04-18  6.3.3-9 Anthony  <anthony@griffith...>
2913  * Separated -layers Optimize from -layers OptimizeFrame to allow
2914    the former expansion into a general (multiple method) optimizer
2915    of GIF animations
2916  * merged -layers OptimizeTransparency into -layers Optimize method
2917
29182007-04-12  6.3.3-8 Chris Madison  <madisonblu@hotma...>
2919  * Fix fault whem comparing a colormapped image with a non-colormapped one.
2920  * Fix race condition when spawning delegate programs.
2921  * TIFF JPEG now respects the -quality comptression setting.
2922  * The -fx option now properly groks the logical and operator.
2923  * DPX tilestamp property should be timestamp.
2924
29252007-04-13  6.3.3-7 Anthony  <anthony@griffith...>
2926  * Added GravityAdjustGeometry() to "geometry.c" to adjust geometry settings
2927    according to given gravity and canvas area it applies to. This is for
2928    code simplification thoughout MagickCore.
2929
29302007-04-09  6.3.3-6 Anthony  <anthony@griffith...>
2931  * Fixed CoalesceImages() to reset virtual canvas info on second and later
2932    frames.   Other animation handlers may also need to reset virtual canvas
2933    sizes to match the first frame, as well.
2934
29352007-04-06  6.3.3-6 Anthony  <anthony@griffith...>
2936  * Addition of a CompositeImages() "layer.c" function to compose two
2937    separate image lists together (with a virtual canvas offset) in three
2938    different ways, depending on the size of the lists.
2939  * A 'hack' for command line use (the two lists separates by the special
2940    "NULL" image, which is junked) has also been added. Specifically...
2941    "-layers Composite".
2942
29432007-04-04  6.3.3-6 Anthony  <anthony@griffith...>
2944  * Add -layers RemoveDups method to remove duplicate sequential images in
2945    coalesced animations.
2946  * Add -layers RemoveZero method to remove images with a zero time delay
2947    (with no action and a warning is all images have zero time delay)
2948
29492007-04-01  6.3.3-6 Cristy  <quetzlzacatenango@image...>
2950  * Permit generic profiles (e.g. -profile name:profile).
2951
29522007-03-31  6.3.3-5 Cristy  <quetzlzacatenango@image...>
2953  * Fixed DCM and XWD buffer overflow vulnerabilities (reference
2954    http://labs.idefense.com/intelligence/vulnerabilities/display.php?id=496).
2955
29562007-03-28  6.3.3-4 Anthony  <anthony@griffith...>
2957  * Code duplication, simplification, and possible logic faults in "list.c".
2958  * Added new Composition method, 'ChangeMask' to return pixels
2959    that have changed or will cause a color change in overlays
2960  * Used 'ChangeMask' to implement the "-layers" method
2961    "OptimizeTransparency" to improve the compressibility of
2962    frame optimized GIF animations. See IM Examples...
2963      http://www.imagemagick.org/Usage/anim_opt/#opt_trans
2964
29652007-03-19  6.3.3-4 Cristy  <quetzlzacatenango@image...>
2966  * Fixed two memory leaks in wand/magick-image.c and magick/stream.c and made
2967    some minor changes to the GIF coder to make reading and pinging images
2968    faster (patch provided by mstemm@cloud...).
2969
29702007-03-19  6.3.3-3 Cristy  <quetzlzacatenango@image...>
2971  * Patch RotateImage() to properly rotate CMYK images.
2972  * Patch the XWD coder to prevent heap overflow vulnerability (vulnerability
2973    report from idefense.com [IDEF2108] [IDEF2221] [IDEF2226]).
2974
29752007-03-19  6.3.3-3 Anthony <Anthony@griffith...>
2976  * Fixed bug for GIF Optimization for images without a matte channel.
2977  * Improved image handling for "-layers" method "Dispose".
2978
29792007-03-11  6.3.3-2 Cristy  <quetzlzacatenango@image...>
2980  * Improve configure script to better support Ghostscript under Mac OSX (
2981    reference http://www.imagemagick.org/discourse-server/viewtopic.php?t=8557).
2982  * Force a virtual pixel method of Tile for GetFillColor() and
2983    GetStrokeColor().
2984  * Add -reverse option to reverse the image list.
2985
29862007-03-08  6.3.3-1 Cristy  <quetzlzacatenango@image...>
2987  * Support versions 2.1.0 and above (reference
2988    http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=8620).
2989  * Support SVG rotation about a point (e.g. rotate(45 75 75)).
2990  * Fix fault in DCM coder (reference
2991    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=8618).
2992  * Check for a NULL parser in SVGReference in coders/svg.c (reference
2993    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=8609).
2994  * Add --disable-deprecated configure script option.
2995  * Composite mask now works properly with transparent images.
2996
29972007-03-04  Daniel Kobras <kobras@debia...>
2998  * Fixed additional data-driven faults (reference
2999    http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=412945).
3000  * Allocate proper scanline length to prevent a PCX overflow.
3001
30022007-03-03  6.3.3-1 Cristy  <quetzlzacatenango@image...>
3003  * Patch ImageMagick to permit referenced labels: -set option:mylabel
3004    "color = %[pixel:u[0].p{12,26}]" label:'%[mylabel]'
3005
30062007-02-24  6.3.3-0 Cristy  <quetzlzacatenango@image...>
3007  * Escape indirect labels and comments (e.g. -label @file).
3008  * Added -format %C to return the image compression type.
3009  * Do not report channel statistics if -ping -format is specified with the
3010    identify program.
3011  * Add ResetImagePage() to reset the image page canvas and position.
3012  * Upgrade to LCMS 1.16
3013  * Configure Ghostscript for library or framework (reference
3014    http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=8557).
3015  * Add -taint option to convert/mogrify to mark image as ineligible for
3016  * Fixed various data-driven faults (reference
3017    http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=412945).  The corrupt
3018    JP2 image faults but its failing in the JP2 jas_image_decode() method,
3019    not MagickCore.  The corrupt XWD image faults but its failing in
3020    the X11 XGetPixel() method, not MagickCore.
3021
30222007-02-20  6.3.2-8 Cristy  <quetzlzacatenango@image...>
3023  * Use -define quantum:polarity=min-is-black or -define
3024    quantum:polarity=min-is-white to toggle the photometric interpretation for
3025    a bilevel TIFF image.
3026
30272007-02-17  6.3.2-8 Cristy  <quetzlzacatenango@image...>
3028  * Don't interpret embedded format characters when reading comments/labels
3029    from a file.
3030  * Reading an image from stdin stopped working.
3031
30322007-02-17  6.3.2-7 Cristy  <quetzlzacatenango@image...>
3033  * PerlMagick Label() no longer faults.
3034  * Fix double-free when using the display/animate -geometry option.
3035  * Add GetStringInfoLength() and GetStringInfoDatum(); deprecate
3036    profile->length and profile->datum.
3037
30382007-02-16  6.3.2-6 Cristy  <quetzlzacatenango@image...>
3039  * Fix file leak in InjectImageBlob().
3040  * Do not reinterpret image properties (e.g. -comment %%w).
3041
30422007-02-14  6.3.2-5 Cristy  <quetzlzacatenango@image...>
3043  * Don't over-allocate file buffers.
3044
30452007-02-12  6.3.2-5 Cristy  <quetzlzacatenango@image...>
3046  * Format strings in the POSIX locale.
3047  * Make font metrics invarient to the strokewidth.
3048
30492007-02-10  6.3.2-4 Albert Chin  <china@thewr...>
3050  * Patch to fix configure.ac typo.
3051
30522007-02-08  6.3.2-4 Cristy  <quetzlzacatenango@image...>
3053  * Permit ImageMagick to run as a service under Windows.
3054  * Remove duplicate EXIF properties.
3055  * Support strokewidth option for the caption format.
3056  * Don't use Ghostscript for rendering fonts if Freetype is available.
3057
30582007-02-02  6.3.2-3 Cristy  <quetzlzacatenango@image...>
3059  * Added thumbnail format to write EXIF thumbnails.
3060  * Move ReadByteImage() out of Min() macro of ReadPALMImage().
3061  * Move EXIF properties to the EXIF namespace (e.g. exif:XResolution).
3062
30632007-01-26  6.3.2-2 Cristy  <quetzlzacatenango@image...>
3064  * Add interpolate and background options to PerlMagick's AffineTransform().
3065  * Revert to Postscript rendering if Freetype delegate library is not
3066    available.
3067
30682007-01-20  6.3.2-1 Cristy  <quetzlzacatenango@image...>
3069  * Accept Fx expressions from a file with -fx @filename.
3070  * Enhance -fill and -stroke to accept image filenames as patterns.
3071
30722007-01-16  6.3.2-0 Cristy  <quetzlzacatenango@image...>
3073  * Save grayscale images as JPEG-compressed grayscale when writing in the TIFF
3074    format.
3075  * Update EXIF resolution fields when image density changes.
3076
30772007-01-07  6.3.1-7 Cristy  <quetzlzacatenango@image...>
3078  * The -polaroid option now respects -gravity.
3079  * Deprecate Get/SetImageAttribute().  Recommend Get/SetImageProperty()
3080    instead.
3081  * Any form of "-crop" with a percentage, implies an offset for the crop.
3082  * Fixed percent option for -border (e.g. -border 10%x0%).
3083  * Add -path option to the mogrify program to specify where to write the
3084    images.
3085
30862007-01-06  6.3.1-6 Cristy  <quetzlzacatenango@image...>
3087  * Fix the -auto-orient to work with an image sequence (reference
3088    http://www.imagemagick.org/discourse-server/viewtopic.php?t=8100).
3089  * Add -polaroid option to simulate a Polaroid picture.
3090  * Eliminate double-free bug in GradientImage().
3091  * Set AppendImage() matte channel only when image has matte attribute set.
3092  * The -crop with negative offsets do not modify the virtual canvas.
3093  * Caption: Given both the width and height ("-size") of the area to fill,
3094    adjust the fonts "-pointsize" until the text just filles the whole space
3095    without overflowing.
3096  * Generate proper Windows icon image files (patch provided by
3097    Robert M. Jansen).
Note: See TracBrowser for help on using the repository browser.