source: ImageMagick/branches/ImageMagick-6.7.5/ChangeLog @ 7027

Revision 7027, 189.0 KB checked in by cristy, 15 months ago (diff)
Line 
12012-03-02  6.7.5-8 Cristy  <quetzlzacatenango@image...>
2  * New version 6.7.5-8, SVN revision 7027.
3
42012-03-02  6.7.5-8 Glenn Randers-Pehrson <glennrp@image...>
5  * non-verbose identify now reports DirectClass for transparent PNG images
6    to agree with the report by identify -verbose.  (reference
7    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=20448 and
8    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=15482).
9
102012-02-29  6.7.5-8 Cristy  <quetzlzacatenango@image...>
11  * Support infinite caption lengths.
12  * Permit custome JPEG quantization tables (e.g.
13          -define jpeg:q-table=quantization-table.xml).
14  * Missing grestore from ps2.c (reference
15    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=20445).
16
172012-02-29  6.7.5-8 Anthony Thyssen <A.Thyssen@griffith...>
18  * Added Image list options (like "-delete" and "-swap") to "montage".
19
202012-02-25  6.7.5-7 Cristy  <quetzlzacatenango@image...>
21  * New version 6.7.5-7, SVN revision 6965.
22
232012-02-23  6.7.5-7 Cristy  <quetzlzacatenango@image...>
24  * Add support for the EMFPlus delegate program.
25
262012-02-22  6.7.5-7 Anthony Thyssen <A.Thyssen@griffith...>
27  * Re-added the Iterative Distance function in morphology (as apposed to the
28    faster more direct 2-pass Distance Function that replaced it) so it can be
29    used in the special situation of  Constrainted Distance Morphology.
30    http://www.imagemagick.org/discourse-server/viewtopic.php??f=2&t=18032
31
322012-02-13  6.7.5-6 Cristy  <quetzlzacatenango@image...>
33  * New version 6.7.5-6, SVN revision 6851.
34
352012-02-13  6.7.5-6 Cristy  <quetzlzacatenango@image...>
36  * Only set PDF & PS page size when explicitedly requested (e.g. -page).
37
382012-02-12  6.7.5-5 Cristy  <quetzlzacatenango@image...>
39  * New version 6.7.5-5, SVN revision 6840.
40
412012-02-12  6.7.5-5 Cristy  <quetzlzacatenango@image...>
42  * Only use the canvas size of the very first frame of a GIF image sequence.
43
442012-02-11  6.7.5-4 Cristy  <quetzlzacatenango@image...>
45  * New version 6.7.5-4, SVN revision 6824.
46
472012-02-08  6.7.5-4 Cristy  <quetzlzacatenango@image...>
48  * Set image alpha channel for -virtual-pixel background and transparent.
49  * Get tiff:fill-order as an image artifact, not an image option.
50
512012-02-06  6.7.5-3 Cristy  <quetzlzacatenango@image...>
52  * New version 6.7.5-3, SVN revision 6732.
53
542012-02-06  6.7.5-3 Cristy  <quetzlzacatenango@image...>
55  * TIFF no longer writes the incorrect fill order.
56
572012-02-05  6.7.5-2 Cristy  <quetzlzacatenango@image...>
58  * New version 6.7.5-2, SVN revision 6718.
59
602012-02-03  6.7.5-2 Cristy  <quetzlzacatenango@image...>
61  * Add SyncImagePixelCache() to ensure cache morphology is consistent.
62  * Patch so two -colorspace options return correct results for rowund-trip.
63
642012-02-02  6.7.5-1 Cristy  <quetzlzacatenango@image...>
65  * New version 6.7.5-1, SVN revision 6684.
66
672012-01-30  6.7.5-1 Cristy  <quetzlzacatenango@image...>
68  * Support the -alpha remove option (use it to remove transparency from PDF,
69    convert -density 200 apple.pdf -alpha remove x:).
70  * Use union instead of casting gzFile and BZFILE.
71  * Don't treat PSD user channel as alpha (patch from Dominic Benson).
72  * Prevent overflow when casting short int to size_t when parsing a
73    maliciously crafted image with an IFD whose all IOP tags' value offsets
74    point to the beginning of the IFD itself [CVE-2012-0247].
75  * Prevent DES when parsing a maliciously crafted image with an IFD whose
76    all IOP tags' value offsets point to the beginning of the IFD itself
77    [CVE-2012-0248].
78  * Caption with Pango support no longer return a blank canvas.
79  * Correct sRGB colorspace conversion equations.
80
812012-01-30  6.7.5-1 Glenn Randers-Pehrson <glennrp@image...>
82  * Fix bug in png coder (spurious warning, reference
83    http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=20257).
84
852012-01-28  6.7.5-0 Cristy  <quetzlzacatenango@image...>
86  * New version 6.7.5-0, SVN revision 6606.
87
882012-01-25  6.7.5-0 Cristy  <quetzlzacatenango@image...>
89  * Zlib-1.2.5.2 requires gzFile cast (bug report from John Bowler).
90
912012-01-25  6.7.4-10 Cristy  <quetzlzacatenango@image...>
92  * New version 6.7.4-10, SVN revision 6592.
93
942012-01-25  6.7.4-10 Cristy  <quetzlzacatenango@image...>
95  * Update PerlMagick TIFF regression signatures to match endian order.
96
972012-01-24  6.7.4-9 Cristy  <quetzlzacatenango@image...>
98  * New version 6.7.4-9, SVN revision 6589.
99
1002012-01-24  6.7.4-9 Cristy  <quetzlzacatenango@image...>
101  * Fix rare file link in the pixel cache.
102
1032012-01-20  6.7.4-8 Cristy  <quetzlzacatenango@image...>
104  * New version 6.7.4-8, SVN revision 6551.
105
1062012-01-19  6.7.4-8 Cristy  <quetzlzacatenango@image...>
107  * Although MagickRealType is a double, use double for KernelInfo values in
108    the rare event of problems with C++ name mangling.
109  * Get strokes with patterns (e.g. -stroke xc:red) working again.
110  * Revert KernelInfo values from MagickRealType to double.
111
1122012-01-17  6.7.4-8 Glenn Randers-Pehrson <glennrp@image...>
113  * Don't write ancillary chunks (except for tRNS and gAMA) in PNG-encoded
114    ICO files.
115
1162012-01-14  6.7.4-7 Cristy  <quetzlzacatenango@image...>
117  * New version 6.7.4-7, SVN revision 6471.
118
1192012-01-13  6.7.4-7 Cristy  <quetzlzacatenango@image...>
120  * Default to a lighter hinting algorithm for non-monochrome font rendering.
121
1222012-01-12  6.7.4-6 Cristy  <quetzlzacatenango@image...>
123  * New version 6.7.4-6, SVN revision 6434.
124
1252012-01-12  6.7.4-6 Cristy  <quetzlzacatenango@image...>
126  * Eliminate preprocessor exception for the HDRI build.
127
1282012-01-10  6.7.4-5 Cristy  <quetzlzacatenango@image...>
129  * New version 6.7.4-5, SVN revision 6422.
130
1312012-01-02  6.7.4-5 Glenn Randers-Pehrson <glennrp@image...>
132  * Fixed -black-threshold and -white-threshold so they work properly with
133    the -channels option (reference
134    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=20096).
135
1362012-01-02  6.7.4-5 Glenn Randers-Pehrson <glennrp@image...>
137  * Removed PNG_USE_CLONE cruft from the PNG encoder (see 2011-11-19 entry)
138  * Promote image depths 9-15 to 16 to avoid crashing in the PNG
139    encoder (reference
140    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=20098).
141
1422012-01-01  6.7.4-4 Cristy  <quetzlzacatenango@image...>
143  * New version 6.7.4-4, SVN revision 6318.
144
1452011-12-30  6.7.4-4 Glenn Randers-Pehrson <glennrp@image...>
146  * Fix problems with JNG encoder "quality" (reference
147    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=20076).
148
1492011-12-30  6.7.4-3 Cristy  <quetzlzacatenango@image...>
150  * New version 6.7.4-3, SVN revision 6310.
151
1522011-12-28  6.7.4-3 Cristy  <quetzlzacatenango@image...>
153  * Fix memory leak in JP2 coder (reference
154    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=20071).
155  * Use maximum bounds when rendering PDF (reference
156    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=20078).
157
1582011-12-25  6.7.4-2 Cristy  <quetzlzacatenango@image...>
159  * New version 6.7.4-2, SVN revision 6254.
160
1612011-12-24  6.7.4-2 Cristy  <quetzlzacatenango@image...>
162  * Export new Windows binaries.
163
1642011-12-21  6.7.4-1 Cristy  <quetzlzacatenango@image...>
165  * New version 6.7.4-1, SVN revision 6236.
166
1672011-12-12  6.7.4-0 Cristy  <quetzlzacatenango@image...>
168  * Sped up -noise option when radius is 0.
169  * Read concatentated arcs correctly in a SVG path (reference
170    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=19992).
171  * PDF's now convert properly with -define pdf:use-cropbox=true (reference
172    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=20033).
173
1742011-12-09  6.7.4-0 Cristy  <quetzlzacatenango@image...>
175  * New version 6.7.4-0, SVN revision 6162.
176
1772010-12-06  6.7.4-0 Glenn Randers-Pehrson <glennrp@image...>
178  * Eliminated use of FARDATA in coders/png.c; it won't be supported in
179    libpng-1.6.0 and is not needed now.
180
1812011-11-29  6.7.4-0 Cristy  <quetzlzacatenango@image...>
182  * Add GetQuantumFormat() method to return the quantum format (reference
183    http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=19961).
184  * Allow unspecified width/height in geometries with the aspect flag (reference
185    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=19964).
186  * MagickGetImageDepth() no longer returns the depth setting but instead
187    computes the depth of the image.
188   
1892011-12-02  6.7.4-0 Anthony  <quetzlzacatenango@image...>
190  * Fixed Equal-Area Cropping (size and minimum of delta increments)
191
1922011-12-01  6.7.3-10 Cristy  <quetzlzacatenango@image...>
193  * New version 6.7.3-10, SVN revision 6106.
194
1952011-11-29  6.7.3-10 Cristy  <quetzlzacatenango@image...>
196  * Delay reading TIFF EXIF properties to prevent premature exit.
197  * Remove duplicates from the configuration file search path under Windows.
198  * Use viewbox offset when setting affine transform translation (reference
199    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=19943).
200  * Ensure equally sized tiles for -crop 11x2@ (reference
201    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=18322).
202  * Recognize SI prefixes for jpeg:extent (reference
203    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=19944).
204
2052011-11-27  6.7.3-9 Cristy  <quetzlzacatenango@image...>
206  * New version 6.7.3-9, SVN revision 6092
207
2082011-11-27  6.7.3-9 Cristy  <quetzlzacatenango@image...>
209  * Upgrade libtool / ltdl to version 2.4.7.
210
2112011-11-25  6.7.3-8 Cristy  <quetzlzacatenango@image...>
212  * New version 6.7.3-8, SVN revision 6084
213
2142011-11-20  6.7.3-8 Cristy  <quetzlzacatenango@image...>
215  * The exif:ExposureBiasValue property is a signed value.
216  * Prevent buffer underflow for 1-bit PSD images.
217  * Don't include alpha channel when computing range unless image->matte is
218    set.
219  * Set FILETYPE_REDUCEDIMAGE tag on pyramidal TIFF images (reference
220    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=19892).
221  * Correct image geometry for Postscript for hi-res bounding box (reference
222    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=19807).
223
2242011-11-19  6.7.3-8 Glenn Randers-Pehrson <glennrp@image...>
225  * Fixed bug with scaling Q16 background to PNG sub-8-bit bKGD and
226    again disabled PNG_USE_CLONE in coders/png.c.
227
2282011-11-18  6.7.3-7 Cristy  <quetzlzacatenango@image...>
229  * New version 6.7.3-7, SVN revision 6024
230
2312011-11-18  6.7.3-7 Cristy  <quetzlzacatenango@image...>
232  * Ensure embedded XML resource file is null terminated (reference
233    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=19856).
234
2352011-11-17  6.7.3-7 Anthony Thyssen <A.Thyssen@griffith...>
236  * Added a -define filter:alpha to contol the 'alpha value' of the
237    Kaiser Windowing filter.  Default value is 6.5
238
2392010-11-15  6.7.3-7 Glenn Randers-Pehrson <glennrp@image...>
240  * Reverted the change of 6.6.6-7 that creates an image clone for use
241    by the PNG encoder.  This was not useful and was somewhat wasteful.
242  * After finding out that writing the bKGD chunk in sub-8-bit PNG fails,
243    enabled PNG_USE_CLONE (to create an image clone again)
244
2452011-11-14  6.7.3-6 Cristy  <quetzlzacatenango@image...>
246  * New version 6.7.3-6, SVN revision 5972.
247
2482011-11-11  6.7.3-6 Cristy  <quetzlzacatenango@image...>
249  * Prefer the hires bounding box for Postscript rendering (reference
250    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=19807).
251  * Default configure.xml destination folder to /usr/lib/ImageMagick-ver/config.
252
2532011-11-09  6.7.3-5 Cristy  <quetzlzacatenango@image...>
254  * New version 6.7.3-5, SVN revision 5936
255
2562011-11-07  6.7.3-4 Cristy  <quetzlzacatenango@image...>
257  * Add ShearRotateImage() method.  RotateImage() now uses distorts rather
258    than shears.
259  * MagickCoreGenesis() path must be accessible to use (reference
260    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=19795).
261
2622011-11-06  6.7.3-4 Cristy  <quetzlzacatenango@image...>
263  * New version 6.7.3-4, SVN revision 5876
264
2652011-11-02  6.7.3-4 Glenn Randers-Pehrson <glennrp@image...>
266  * Ensure that the GIF encoder writes a large enough logical screen (reference
267    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=19734).
268
2692011-11-02  6.7.3-3 Cristy  <quetzlzacatenango@image...>
270  * New version 6.7.3-3, SVN revision 5825
271
2722011-11-02  6.7.3-3 Cristy  <quetzlzacatenango@image...>
273  * Fix small memory leak in the TIFF coder.
274  * Support -debug accelerate option.
275  * Support -includearch-dir and -sharearch-dir configure option (reference
276    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=19720).
277  * Use Pango to improve the caption coder.
278
2792011-11-01  6.7.3-2 Cristy  <quetzlzacatenango@image...>
280  * New version 6.7.3-2, SVN revision 5718
281
2822011-11-01  6.7.3-2 Cristy  <quetzlzacatenango@image...>
283  * Support Ghostscript under 64-bit Windows (reference
284    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=19659).
285  * Correct affine translation for certain SVG files (reference
286    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=19664).
287  * -evaluate-sequence multiply no longer hangs ereference
288    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=19549).
289
2902011-10-15  6.7.3-1 Cristy  <quetzlzacatenango@image...>
291  * New version 6.7.3-1.
292
2932011-10-15  6.7.3-1 Cristy  <quetzlzacatenango@image...>
294  * Read TIFF EXIF profile before reading the image data.
295  * Fix "test: no: unexpected operator" in the configure script (reference
296    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=19615).
297  * Off by one error when writing the JPEG XMP profile (reference
298    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=19616).
299  * Revert GetPathComponent() patch.
300
3012011-10-09  6.7.3-0 Cristy  <quetzlzacatenango@image...>
302  * New version 6.7.3-0.
303
3042011-10-09  6.7.3-0 Cristy  <quetzlzacatenango@image...>
305  * Generate output for caption:"[!]" (reference
306    http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=19589.
307
3082011-10-05  6.7.3-0 Glenn Randers-Pehrson <glennrp@image...>
309  * Add "png:format" property with possible values png8, png24, and png32,
310    for use when prepending the format type to the filename is not convenient
311    or is not possible, e.g., when embedding the PNG in a PNG-encoded ICO.
312
3132011-10-04  6.7.2-10 Cristy  <quetzlzacatenango@image...>
314  * New version 6.7.2-10.
315
3162011-10-04  6.7.2-10 Cristy  <quetzlzacatenango@image...>
317  * Remove most of the LLVM compiler warnings.
318  * Fix bug in -evaluate-sequence multiply (reference
319    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=19549).
320  * Upgrade to sRGB V4 ICC profile (reference
321    http://www.color.org/srgbprofiles.xalter).
322  * Distinguish embedded PNG vs BMP within the MicroSoft ICON image format.
323
3242011-09-30  6.7.2-10 Glenn Randers-Pehrson <glennrp@image...>
325  * Recognize the sRGB version 4 ICC profile and write PNG sRGB chunk instead.
326  * Use crc32 instead of "sRGB" string to recognize certain sRGB profiles.
327
3282011-09-26  6.7.2-9 Cristy  <quetzlzacatenango@image...>
329  * New version 6.7.2-9.
330
3312011-09-26  6.7.2-9 Cristy  <quetzlzacatenango@image...>
332  * Fix race condition on image rotate @ 90 degrees.
333
3342011-09-25  6.7.2-8 Cristy  <quetzlzacatenango@image...>
335  * New version 6.7.2-8.
336
3372011-09-20  6.7.2-8 Cristy  <quetzlzacatenango@image...>
338  * Prevent infinite loop when font is too large for specified width (reference
339    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=19502).
340  * Fix LFS cross-compile detection (patch from Mike Frysinger).
341  * Add open_utf8(), fopen_utf8(), access_utf8(), etc. utility methods.
342
3432011-09-15  6.7.2-7 Cristy  <quetzlzacatenango@image...>
344  * Convert empty .htm / .html file no longer removes source file.
345  * -crop 11x2@ now returns 22 images as expected.
346  * Enable reading the EXIF profile in a TIFF image under Windows.
347  * Support drawing text with bitmap font.
348
3492011-09-13  6.7.2-6 Cristy  <quetzlzacatenango@image...>
350  * New version 6.7.2-6.
351
3522011-09-12  6.7.2-6 Cristy  <quetzlzacatenango@image...>
353  * Expand pixel range for 12 bit DCM images stored in 16-bit words.
354  * Gray images not displayed properly when saved as MIFF with sRGB
355    colorspace.
356  * OpenCL's clCreateContextFromType() no longer returns a system default.
357  * Use -enable-zero-configuration for zero configuration ImageMagick
358    (previously -enable-embeddable).
359
3602011-09-10  6.7.2-5 Cristy  <quetzlzacatenango@image...>
361  * New version 6.7.2-5.
362
3632011-09-10  6.7.2-5 Cristy  <quetzlzacatenango@image...>
364  * SO bump.
365
3662011-09-09  6.7.2-4 Cristy  <quetzlzacatenango@image...>
367  * New version 6.7.2-4.
368
3692011-09-05  6.7.2-4 Cristy  <quetzlzacatenango@image...>
370  * Fix cut-n-paste error when reading JPEG profiles.
371
3722011-09-07  6.7.2-3 Cristy  <quetzlzacatenango@image...>
373  * New version 6.7.2-3.
374
3752011-09-05  6.7.2-3 Cristy  <quetzlzacatenango@image...>
376  * A small memory overwrite when reading TIFF with 1-bit alpha (reference
377    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=19417).
378  * Remove a 2 byte memory leak when checking for environment variables.
379
3802011-09-05  6.7.2-2 Cristy  <quetzlzacatenango@image...>
381  * New version 6.7.2-2.
382
3832011-09-03  6.7.2-2 Glenn Randers-Pehrson <glennrp@image...>
384  * Recognize the sRGB ICC profile and write the PNG sRGB profile instead
385    of a full iCCP chunk.
386
3872011-08-31  6.7.2-2 Cristy  <quetzlzacatenango@image...>
388  * Write grayscale MIFF as a single gray pixel component, not RGB (reference
389    http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=19403).
390  * Bail gracefully for corrupt JPEG images.
391  * Bail gracefully for negative montage geometries (references
392    https://bugzilla.redhat.com/show_bug.cgi?id=735599).
393  * Account for DCm bits allocated 16 and significant bits 12 (reference
394    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=19420).
395  * Fix bug when appending JPEG image profiles (reference
396    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=19429).
397
3982011-08-29  6.7.2-1 Cristy  <quetzlzacatenango@image...>
399  * New version 6.7.2-1.
400
4012011-08-29  6.7.2-1 Cristy  <quetzlzacatenango@image...>
402  * The AllChannels defined changed to 0x7ffffff to avoid integer overflow.
403
4042011-08-26  6.7.2-0 Cristy  <quetzlzacatenango@image...>
405  * HDR format 32-bit_rle_xyze implies the XYZ colorspace.
406
4072011-08-22  6.7.1-10 Cristy  <quetzlzacatenango@image...>
408  * Revert FormatImageAttributeList(), FormatImagePropertyList() (reference
409    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=19339).
410
4112011-08-21  6.7.1-10 Glenn Randers-Pehrson <glennrp@image...>
412  * Revised configure.ac (and configure) to look for -lpng15, -lpng14, -lpng12,
413    and -lpng in that order instead of just -lpng.  This should help find
414    a consistent library and headers when users upgrade their libpng delegate
415    from one version to another, incompatible version.
416
4172011-08-20  6.7.1-9 Cristy  <quetzlzacatenango@image...>
418  * New version 6.7.1-9.
419
4202011-08-20  6.7.1-9 Cristy  <quetzlzacatenango@image...>
421  * Fix memory leak in text annotation (reference
422    http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=19331).
423
4242011-08-18  6.7.1-9 Glenn Randers-Pehrson <glennrp@image...>
425  * The "-strip" option was excluding the PNG tRNS chunk (see 6.6.6-7, below);
426  revised the -strip option so it behaves as
427  if "-define PNG:include-chunk=none,trns,gama" had appeared on the commandline.
428  * When writing a PNG8 and more than one transparent color is present,
429  merge them into the image->background_color (Reference
430  http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=19329),
431  finishing the implementation started in version 6.6.8-7.
432
4332011-08-18  6.7.1-8 Cristy  <quetzlzacatenango@image...>
434  * New version 6.7.1-8.
435
4362011-08-18  6.7.1-8 Cristy  <quetzlzacatenango@image...>
437  * Caption now wraps properly for Chinese text (reference
438    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=19249).
439
4402011-08-18  6.7.1-8 Glenn Randers-Pehrson <glennrp@image...>
441  * The PNG encoder would sometimes fail to respect the -define PNG:color-type
442    option when the incoming image was PseudoClass (reference
443    http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=19262).
444
4452011-08-15  6.7.1-7 Cristy  <quetzlzacatenango@image...>
446  * New version 6.7.1-7.
447
4482011-08-15  6.7.1-7 Cristy  <quetzlzacatenango@image...>
449  * Properly handled continued JPEG embedded profiles.
450
4512011-08-12  6.7.1-6 Cristy  <quetzlzacatenango@image...>
452  * Yet another attempt to read Japanese filenames under Windows.
453
4542011-08-10  6.7.1-5 Cristy  <quetzlzacatenango@image...>
455  * New version 6.7.1-5.
456
4572011-08-10  6.7.1-5 Cristy  <quetzlzacatenango@image...>
458  * Revert -colorspace sRGB option patch (reference
459    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=19256).
460  * Revert -type PaletteMatte option patch (reference
461    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=19263
462
4632011-08-09  6.7.1-4 Cristy  <quetzlzacatenango@image...>
464  * New version 6.7.1-4.
465
4662011-08-09  6.7.1-4 Cristy  <quetzlzacatenango@image...>
467  * Revert MultiByteToWideChar() for Windows patch.
468
4692011-08-05  6.7.1-3 Cristy  <quetzlzacatenango@image...>
470  * New version 6.7.1-3.
471
4722011-08-05  6.7.1-3 Cristy  <quetzlzacatenango@image...>
473  * Use MultiByteToWideChar() for Windows filenames (reference
474    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=19242).
475
4762011-08-03  6.7.1-2 Cristy  <quetzlzacatenango@image...>
477  * New version 6.7.1-2.
478
4792011-08-02  6.7.1-2 Cristy  <quetzlzacatenango@image...>
480  * Windows does not support acosh(), asinh(), or atanh().
481  * Accept filenames with time stamps and a sub-image specification (e.g.
482    test-18:37.jpg[0]).
483
4842011-08-01  6.7.1-1 Cristy  <quetzlzacatenango@image...>
485  * New version 6.7.1-1.
486
4872011-08-01  6.7.1-1 Cristy  <quetzlzacatenango@image...>
488  * Support MSL 'set gravity' element.
489  * Don't report HSB colors as RGB colornames (e.g. hsb(0%,0%,100%)).
490  * Support -fx acosh(), asinh(), and atanh().
491
4922011-07-21  6.7.1-0 Anthony Thyssen <A.Thyssen@griffith...>
493  * Removed a case that prevented rotations of rectangle kernels.
494
4952011-07-01  6.7.1-0 Glenn Randers-Pehrson <glennrp@image...>
496  * Use zlib default compression strategy instead of Z_RLE and Z_FIXED
497    strategies when linking with zlib versions (prior to 1.2.0 and 1.2.2.2,
498    respectively) that don't support them.
499  * Exit test loop sooner in coders/png.c when a non-gray pixel is found.
500
5012011-06-30  6.7.0-10 Cristy  <quetzlzacatenango@image...>
502  * New version 6.7.0-10.
503
5042011-06-30  6.7.0-10 Glenn Randers-Pehrson <glennrp@image...>
505  * Added "-define PNG:compression-level|strategy|filter=value" options to
506    the PNG encoder.  If these options are used, they take precedence over
507    the -quality option (reference
508    http://www.imagemagick.org/discourse-server/viewtopic.php?&f=1&p=73548).
509
5102011-06-29  6.7.0-7 Glenn Randers-Pehrson <glennrp@image...>
511  * Handle "-quality 97" properly in the png encoder, i.e., use intrapixel
512    filtering when writing a MNG file and no filtering when writing a PNG file.
513  * Added support for Z_RLE strategy in the png compressor, using
514    -quality 98 or 99.
515
5162011-06-28  6.7.0-10 Cristy  <quetzlzacatenango@image...>
517  * Properly allocate points when render text with large font size (reference
518    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=18997).
519
5202011-06-25  6.7.0-9 Cristy  <quetzlzacatenango@image...>
521  * New version 6.7.0-9.
522
5232011-06-18  6.7.0-9 Cristy  <quetzlzacatenango@image...>
524  * Defend against corrupt PSD resource blocks.
525
5262011-06-15  6.7.0-8 Cristy  <quetzlzacatenango@image...>
527  * New version 6.7.0-8.
528
5292011-06-14  6.7.0-8 Anthony Thyssen <A.Thyssen@griffith...>
530  * Added Initial implementation of Cylinder to/from Plane 3D Distorts
531    Includes derivative (scaled lookup), and anti-aliased horizon (validity)
532    Currently can NOT handle extractions from full 360 cylinder panoramas.
533
5342011-06-13  6.7.0-7 Cristy  <quetzlzacatenango@image...>
535  * New version 6.7.0-7.
536
5372011-06-09  6.7.0-7 Cristy  <quetzlzacatenango@image...>
538  * Fixed "conversion from unsigned __int64 to double not implemented"
539    so IM can compile under VisualStudio 6.
540
5412011-06-08  6.7.0-7 Glenn Randers-Pehrson <glennrp@image...>
542  * The PNG encoder would sometimes make black pixels transparent when some
543    other gray level was supposed to be the transparent color (reference
544    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=18900).
545    This occurred only with 1, 2, 4-bit grayscale images with Q16 or Q32
546    builds.
547
5482011-06-08  6.7.0-6 Cristy  <quetzlzacatenango@image...>
549  * New version 6.7.0-6.
550
5512011-06-08  6.7.0-6 Cristy  <quetzlzacatenango@image...>
552  * Fix transient error for composite 'Over' operator.
553
5542011-06-07  6.7.0-5 Cristy  <quetzlzacatenango@image...>
555  * New version 6.7.0-5.
556
5572011-06-07  6.7.0-5 Cristy  <quetzlzacatenango@image...>
558  * Fix one-off bug in option parser (reference
559    http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=609177).
560  * Transient bug with composite 'Over' in magick/composite-private.h.
561
5622011-06-06  6.7.0-4 Cristy  <quetzlzacatenango@image...>
563  * New version 6.7.0-4.
564
5652011-06-03  6.7.0-4 Cristy  <quetzlzacatenango@image...>
566  * Support -direction right-to-left for the label: and caption: coders.
567  * Blue / green reversed for JPEG-compressed TIFF images.
568
5692011-06-03  6.7.0-3 Cristy  <quetzlzacatenango@image...>
570  * New version 6.7.0-3.
571
5722011-06-02  6.7.0-2 Cristy  <quetzlzacatenango@image...>
573  * Use memmove() instead of memcpy() in StripString().
574
5752011-05-27  6.7.0-2 Cristy  <quetzlzacatenango@image...>
576  * New version 6.7.0-2.
577
5782011-05-26  6.7.0-2 Cristy  <quetzlzacatenango@image...>
579  * ImageMagick now compiles on Hurd (reference
580    http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=628020).
581  * Use vfprintf rather than fprintf in FormatLocaleFileList().
582
5832011-05-26  6.7.0-1 Cristy  <quetzlzacatenango@image...>
584  * New version 6.7.0-1.
585
5862011-05-25  6.7.0-1 Cristy  <quetzlzacatenango@image...>
587  * Not all Linux'es define locale_t (reference
588    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=18819).
589
5902011-05-22  6.7.0-0 Cristy  <quetzlzacatenango@image...>
591  * New version 6.7.0-0.
592
5932011-05-21  6.7.0-0 Cristy  <quetzlzacatenango@image...>
594  * Avoid fault on corrupt JPEG images.
595  * Avoid fault on certain DJVU images (reference
596    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=18807).
597  * Fix -fx to interpret scientific notation properly.
598
5992011-05-20  6.6.9-10 Cristy  <quetzlzacatenango@image...>
600  * New version 6.6.9-10.
601
6022011-05-20  6.6.9-10 Glenn Randers-Pehrson <glennrp@image...>
603  * The PNG encoder now respects the -depth setting, including 1, 2, 4.
604    Previously settings other than 8 and 16 were ignored (reference
605    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=18412).
606
6072011-05-16  6.6.9-10 Cristy  <quetzlzacatenango@image...>
608  * Don't use comma as a separator for stroked text (reference
609    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=18742).
610  * Use C locale when generating or interpreting SVG.
611  * Fix "unterminated macro" for Q32 build of coders/png.c.
612
6132011-05-15  6.6.9-9 Cristy  <quetzlzacatenango@image...>
614  * New version 6.6.9-9.
615
6162011-05-14  6.6.9-9 Cristy  <quetzlzacatenango@image...>
617  * The -scale option now considers the alpha channel when scaling.
618  * Fix transient bug for HSL to RGB and back.
619
6202011-05-12  6.6.9-9 Glenn Randers-Pehrson <glennrp@image...>
621  * Fixed PNG8 reduction to work with an image that reduces to 256 colors
622    plus transparency, by merging the two darkest red colors.
623
6242011-05-04  6.6.9-8 Cristy  <quetzlzacatenango@image...>
625  * New version 6.6.9-8.
626
6272011-05-02  6.6.9-8 Glenn Randers-Pehrson <glennrp@image...>
628  * Fixed some cut-and-paste errors in new png.c code that caused PNG8
629    reductions to fail.
630
6312011-05-02  6.6.9-8 Anthony Thyssen <A.Thyssen@griffith...>
632  * Add various Option Flags, and fix option skip counts for plus forms
633    of simple operators where plus form is the same as minus form.
634    For example the incorrect counts produces a weird error, and possible
635    future segmentation fault in a command like  convert rose: +border show:
636
6372011-04-30  6.6.9-7 Cristy  <quetzlzacatenango@image...>
638  * New version 6.6.9-7.
639
6402011-04-30  6.6.9-7 Anthony Thyssen <A.Thyssen@griffith...>
641  * Fix FX default for interpolation to Bilinear.
642
6432011-04-27  6.6.9-7 Cristy  <quetzlzacatenango@image...>
644  * Fix pixel interpolation for -draw 'image Over' (reference
645    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=18612).
646
6472011-04-26  6.6.9-7 Glenn Randers-Pehrson <glennrp@image...>
648  * Write the proper bKGD chunk value in grayscale PNG images (reference
649    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=18624).
650
6512011-04-25  6.6.9-7 Anthony Thyssen <A.Thyssen@griffith...>
652  * Added Inverse method for Sparse Color Interpolation
653
6542011-04-24  6.6.9-6 Cristy  <quetzlzacatenango@image...>
655  * New version 6.6.9-6.
656
6572011-04-21  6.6.9-6 Anthony Thyssen <A.Thyssen@griffith...>
658  * Make filter:blur define a multiplicative adjustment of filter settings
659    rather than a complete override of those settings.
660  * Add Flags to CommandOptions parse table, removing the need for
661    ImageListOptions parsing table.  This is the start of development to
662    produce a "convert" replacement that can read options from both command
663    line and from files or pipelines, in "Do it Immediately" handling.
664  * Crop Bug Fix. Prevent infinite loop with "+repage -crop 0x40"
665
6662011-04-18  6.6.9-6 Glenn Randers-Pehrson <glennrp@image...>
667  * Added "date" to the things that can appear on the -define PNG:exclude-chunk
668    list.  This excludes the IM-generated Date:modify and Date:create
669    properties from PNG output text chunks without excluding the rest of the
670    text chunks.
671  * Added "-define PNG:preserve-colormap" option (reference
672    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=18564).
673  * Simplified LosslessReduceDepthOK() function in coders/png.c
674
6752011-04-18  6.6.9-6 Cristy  <quetzlzacatenango@image...>
676  * Add support for writing RGB FITS images as separate planes.
677
6782011-04-16  6.6.9-6 Cristy  <quetzlzacatenango@image...>
679  * Support the HDR 32-bit_rle_xyze format.
680  * Fixed infinite loop for TARGA images with a V2 develop area.
681  * Add signal handler for SIGBUS.
682
6832011-04-15  6.6.9-5 Cristy  <quetzlzacatenango@image...>
684  * New version 6.6.9-5.
685
6862011-04-15  6.6.9-5 Glenn Randers-Pehrson <glennrp@image...>
687  * Added "#define PNG_PTR_NORETURN" because this macro does not work
688    on all platforms with libpng15, with failure to load png_longjmp() (ref
689    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=18518).
690
6912011-04-14  6.6.9-5 Anthony Thyssen <A.Thyssen@griffith...>
692  * Layers Composition Bug Fix, animations attributes of first image not
693    transferred in a single destination, multi-source image composition.
694
6952011-04-09  6.6.9-5 Anthony Thyssen <A.Thyssen@griffith...>
696  * Add a special 'Voronoi' Morphology Distance method that will fill in holes
697    using the nearest non-transparent edge pixel. It is experimental, and
698    hidden from normal morphology usage, as it may be interfaced with a
699    future hole-filling color 'Diffusion' method.
700
7012011-04-08  6.6.9-5 Cristy  <quetzlzacatenango@image...>
702  * MIFF keywords sometimes includes spaces.
703
7042011-04-07  6.6.9-5 Anthony Thyssen <A.Thyssen@griffith...>
705  * Major BUG FIX - wrong sign breaks most morphology methods in IM v6.6.9-4
706  * Fixed -region handling of transparency. Original images without
707    transparency will use 'Over' while images with transparency will
708    preserve transparency using 'Copy'. Before this only 'Over' was used
709    due to the testing of the wrong image.
710  * Added Compose methods  DarkenIntensity and LightenIntensity
711
7122011-04-06  6.6.9-4 Cristy  <quetzlzacatenango@image...>
713  * New version 6.6.9-4.
714
7152011-04-03  6.6.9-4 Anthony Thyssen <A.Thyssen@griffith...>
716  * Add Octagon shape and Octagonal distance kernels for Morphology
717  * Fix minor Morphology kernel compose bug (cleanup after Src/Dst swap)
718  * Fix segmentation fault after error in a morphology 'named' kernel
719  * Added a range of kernels used for specialised thinning purposes
720    as defined in a research paper by Dan S. Bloomberg.
721  * Added Dan Bloomberg best thinning skeleton, "Skeleton:3"
722  * Removed origin pixel from many Hit-and-Miss kernels allowing kernels
723    to not only be used for thinning, but also thickening.
724  * Renamed "ThinDiagonals" kernel to just "Diagonals"
725  * Distance uses a fast two pass algorithm, and no longer needs 'iteration'
726
7272011-04-02  6.6.9-4 Glenn Randers-Pehrson <glennrp@image...>
728  * Make the PNG encoder use depth==8 when incoming image->depth < 8
729    (the encoder later reduces the depth if it can), to avoid writing
730    an incorrect image.
731  * Remove any bogus colormap received by the PNG encoder with an image
732    that is not PseudoClass (reference
733    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=18475).
734
7352011-04-02  6.6.9-3 Cristy  <quetzlzacatenango@image...>
736  * Added -statistic Gradient
737
7382011-04-01  6.6.9-3 Cristy  <quetzlzacatenango@image...>
739  * New version 6.6.9-3.
740
7412011-04-01  6.6.9-3 Cristy  <quetzlzacatenango@image...>
742  * Set the caption height correctly for missing row geometry (reference
743    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=18447).
744
7452011-03-31  6.6.9-2 Cristy  <quetzlzacatenango@image...>
746  * New version 6.6.9-2.
747
7482011-03-30  6.6.9-2 Glenn Randers-Pehrson <glennrp@image...>
749  * Revised the png decoder to store the PNG IHDR and other known PNG
750    chunk data as properties, for later retrieval and reporting by "identify",
751    so users can easily and reliably discover the color-type, bit-depth, etc
752    that were in the input PNG datastream.
753  * The PNG decoder sometimes set images with more than 256 different
754    gray-alpha pixels to storage_class=PseudoClass with an incorrect colormap.
755
7562011-03-30  6.6.9-2 Anthony Thyssen <A.Thyssen@griffith...>
757  * Add a "Resize" distortion method (distort equivalent of -resize).
758  * Special CLI handling so -distort Resize takes a "geometry" argument.
759
7602011-03-29  6.6.9-2 Cristy  <quetzlzacatenango@image...>
761  * Expand PCL compressed pixel buffer to prevent delta compressed overrun.
762
7632011-03-29  6.6.9-1 Cristy  <quetzlzacatenango@image...>
764  * New version 6.6.9-1.
765
7662011-03-29  6.6.9-1 Anthony Thyssen <A.Thyssen@griffith...>
767  * Fix AdaptiveResizeImage() to use 'Mesh' Interpolation, and fix its
768    coordinate handling, as originally defined.
769
7702011-03-29  6.6.9-1 Cristy  <quetzlzacatenango@image...>
771  * Support -statistic standard-deviation option.
772  * Patch for coders/dcm.c so it compiled with HDRI enabled.
773
7742011-03-28  6.6.9-0 Cristy  <quetzlzacatenango@image...>
775  * New version 6.6.9-0.
776
7772011-03-28  6.6.9-0 Cristy  <quetzlzacatenango@image...>
778  * Optimize bilinear interpolation.
779  * Remove version from etc folder and instead use /etc/ImageMagick.
780
7812011-03-28  6.6.9-0 Anthony Thyssen <A.Thyssen@griffith...>
782  * Separated complex cropping function from TransformImage() as a new
783    function CropImageToTiles().  This new function returns either the
784    new cropped image, or a list of tiles, according to geometry, without
785    replacing the source image. The Source image may be part of a larger list
786    of images, without the function 'losing' the other images of the list.
787
7882011-03-27  6.6.8-10 Cristy  <quetzlzacatenango@image...>
789  * New version 6.6.8-10.
790
7912011-03-27  6.6.8-10 Anthony Thyssen <A.Thyssen@griffith...>
792  * Modified image handling in MogrifyImages() and MogrifyImage()
793    which improves overall handling, and allows correct %p, %n and the
794    %[fx:..] 't' and 'n' escape usage to work correctly.
795  * Added -duplicate as a multi-image sequence operator
796
7972011-03-26  6.6.8-9 Cristy  <quetzlzacatenango@image...>
798  * New version 6.6.8-9.
799
8002011-03-25  6.6.8-9 Cristy  <quetzlzacatenango@image...>
801  * Add InterpolateMagickPixelPacket() method.
802  * Add support for the %[opaque] property.
803
8042011-03-25  6.6.8-8 Cristy  <quetzlzacatenango@image...>
805  * New version 6.6.8-8.
806
8072011-03-25  6.6.8-8 Cristy  <quetzlzacatenango@image...>
808  * Fix memory access bug in CloneString() (reference
809    http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=18382).
810  * Avoid infinite loop when no space is available in MagickFormatCaption().
811
8122011-03-25  6.6.8-8 Anthony Thyssen <A.Thyssen@griffith...>
813  * Removed the fix for %p and %n escapes, as it was not working right
814
8152011-03-24  6.6.8-7 Cristy  <quetzlzacatenango@image...>
816  * New version 6.6.8-7.
817
8182011-03-24  6.6.8-7 Cristy  <quetzlzacatenango@image...>
819  * Add support for 16-bit DCM short ints (reference
820    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=18371).
821
8222011-03-23 6.6.8-7 Anthony Thyssen <A.Thyssen@griffith...>
823  * Another fix for -sparse-color and unused color channels
824  * Finalize the -duplicate option created by Cristy
825  * Fix of segmentation fault for second image in %[fx:..] during info:
826    (Bug in AcquireFxInfo(), as given start image is not first image)
827
8282011-03-21  6.6.8-7 Glenn Randers-Pehrson <glennrp@image...>
829  * Revised the PNG8 encoder to use 50% threshold instead of 0% when
830    reducing transparency to binary.  Collapse all resulting fully transparent
831    colors into one (the background color), to reduce the compressed filesize.
832  * First try the 4-4-4-1 and 3-3-3-1 palettes instead of 3-3-2-1, to preserve
833    colors (especially gray) better, when reducing to PNG8.
834  * Force the PNG encoder to return image->matte==MagickTrue when the
835    format is RGBA or GA or if the tRNS chunk is present, even when the
836    image is fully opaque (reference
837    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=18349).
838
8392011-03-21  6.6.8-6 Cristy  <quetzlzacatenango@image...>
840  * New version 6.6.8-6.
841
8422011-03-21  6.6.8-6 Glenn Randers-Pehrson <glennrp@image...>
843  * Re-enabled reduction of grayscale images (color-type 0) to 2 or 4 bits
844    when appropriate (reference
845    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=18098).
846  * The "-define PNG:color-type=4" option did not always force the PNG
847    encoder to write an all-opaque alpha channel (reference
848    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=18349).
849
8502011-03-14  6.6.8-6 Cristy  <quetzlzacatenango@image...>
851  * Fixed memory leak for PDF and Bitmap PSD RLE support (reference
852    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=18317).
853  * Support the -statistic option: replace each pixel with corresponding
854    statistic from the neighborhood.
855  * Add support for -duplicate option.
856  * Move configuration files from /usr/share and /usr/lib to /etc and /var.
857  * Do not cache the results of fx: otherwise -format
858    '%[fx:rand()] %[fx:rand()]' returns the same random numbers.
859
8602011-03-18 6.6.8-6 Anthony Thyssen <A.Thyssen@griffith...>
861  * Replaced Minus and Divide Composition methods with Dst and Src
862    equivalents. Now users can decide how these non-commutative mathematical
863    operators are applied to the images being composited.
864  * Fix the percent escape values for  %p, %n  and  %[fx:t], %[fx:n] to
865    respectively mean the current images index and the total number of
866    images within the current image sequence.
867
8682011-03-17 6.6.8-5 Anthony Thyssen <A.Thyssen@griffith...>
869  * Backed out the patch for Variable Blur Composition that was added
870    2011-02-13 v6.6.7-7, until I can re-think the problem.
871    The existing fix was failing to do circular blurs correctly.
872
8732011-03-14  6.6.8-5 Glenn Randers-Pehrson <glennrp@image...>
874  * Fixed a rounding/truncation error while writing the pHYs chunk in the
875    png encoder.
876  * Don't write text-encoded profile when "-define PNG:exclude-chunk=text,ztxt"
877    is present (reference
878    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=17086 and
879    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=18225).
880
8812011-03-14  6.6.8-5 Cristy  <quetzlzacatenango@image...>
882  * Add support for the WebP image format.
883
8842011-03-14  6.6.8-5 Anthony Thyssen <A.Thyssen@griffith...>
885  * Ensured that -sparse-color preserves unused channels when
886    channel limited.  Before this unused channels would be reset to black.
887
8882011-03-11  6.6.8-4 Glenn Randers-Pehrson <glennrp@image...>
889  * Don't try to store a bKGD chunk in a PNG8 when there are already
890    256 colors in the palette and the background colors is not in that
891    palette (reference
892    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=18199);
893  * The "-define PNG:exclude-chunk=bKGD" option was also excluding
894    the text chunks. (reference
895    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=18253).
896
8972011-03-10  6.6.8-4 Cristy  <quetzlzacatenango@image...>
898  * Fx is a mathematical function.  Do not treat transparency as black.
899  * No image scene suffix for filenames that include a single bracket (reference
900    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=18267).
901
9022011-03-10  6.6.8-3 Cristy  <quetzlzacatenango@image...>
903  * New version 6.6.8-3.
904
9052011-03-10  6.6.8-3 Cristy  <quetzlzacatenango@image...>
906  * Boost causes an ambiguity with ssize_t when building PythonMagick.  Add
907    patch from Arfrever@gento... to fix the build exception.
908
9092011-03-09  6.6.8-2 Cristy  <quetzlzacatenango@image...>
910  * Support the Radiance HDR image format.
911  * Update the offset in the black channel when sharpening to avoid incorrect
912    results.
913  * Do not use GenericReadMethod for TIFF images with 64-bits per sample.
914
9152011-03-06  6.6.8-2 Glenn Randers-Pehrson <glennrp@image...>
916  * Throw error message when the requested color-type or bit-depth
917    cannot be written by the PNG encoder (error was being thrown
918    into the wrong image structure).  (Reference
919    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=18162).
920  * Don't write a PNG text chunk with "density" keyword that overrides the
921    PNG pHYs chunk, if the pHYs chunk was not excluded (reference
922    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=18253).
923  * Ignore any PNG text chunk with a "density" keyword found by the PNG
924    decoder, if the PNG datastream also contains a pHYs chunk.
925
9262011-03-06  6.6.8-1 Cristy  <quetzlzacatenango@image...>
927  * New version 6.6.8-1.
928
9292011-03-05  6.6.8-1 Cristy  <quetzlzacatenango@image...>
930  * Support PSD files with one layer and one composite layer.
931  * We must cast a Quantum type when bit shifting and HDRI is enabled.
932
9332011-03-05  6.6.8-0 Cristy  <quetzlzacatenango@image...>
934  * New version 6.6.8-0.
935
9362011-02-27  6.6.8-0 Cristy  <quetzlzacatenango@image...>
937  * Add support for the -mode option.
938
9392011-02-27  6.6.8-0 Glenn Randers-Pehrson <glennrp@image...>
940  * Fix scaling of new color-reduction method in the PNG encoder (16-bit
941    images were scaled down to 0 or 1, or nearly black).
942  * Delay opening the PNG output blob until the PNG encoder is ready
943    to write the IHDR chunk, to avoid writing zero-length PNG files when
944    errors are found while building the palette.  (reference
945    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=18162).
946
9472011-02-25  6.6.7-10 Cristy  <quetzlzacatenango@image...>
948  * New version 6.6.7-10.
949
9502011-02-23  6.6.7-10 Cristy  <quetzlzacatenango@image...>
951  * Avoid seg fault in AppendImages() when one image is in the RGB colorspace
952    but the other is in the CMYK colorspace.
953  * Get rid of 'respect_parenthesis defined but not used' warnings (reference
954    http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=18173).
955
9562011-02-22  6.6.7-10 Glenn Randers-Pehrson <glennrp@image...>
957  * Write sub-8-bit grayscale PNG images as palette-indexed PNG images.  This
958    usually makes smaller files anyhow.
959  * Eliminated a number of redundant tests for gray images in the PNG encoder.
960  * Removed now-unused IsMonochromeImage() function from coders/png.c
961  * Scan the colormap instead of all of the pixels, when possible, to
962    determine whether the image received by the PNG encoder is grayscale
963    or black-and-white.
964  * Avoid reading from the colormap in coders/png.c when it is NULL (reference
965    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=18162).
966  * Add a check whether the PNG "cheap transparency" criteria are met.  That
967    is, there is a single transparent color, no semitransparent colors, and
968    no opaque color that has the same RGB components as the transparent
969    color.  If those aren't met, a color that is transparent in one pixel
970    and opaque in another would always be rendered as transparent, so we
971    must write a PNG colortype that has an alpha channel (reference
972    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=18167).
973
9742011-02-22  6.6.7-9 Cristy  <quetzlzacatenango@image...>
975  * New version 6.6.7-9.
976
9772011-02-22  6.6.7-9 Glenn Randers-Pehrson <glennrp@image...>
978  * Disabled reduction of grayscale images (color-type 0) to less than 8 bits
979    when writing because this sometimes produced incorrect output (reference
980    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=18098).
981
9822011-02-21  6.6.7-9 Cristy  <quetzlzacatenango@image...>
983  * Check image has properties before accessing the splay tree (reference
984    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=18136).
985
9862011-02-15  6.6.7-8 Cristy  <quetzlzacatenango@image...>
987  * New version 6.6.7-8.
988
9892011-02-14  6.6.7-8 Glenn Randers-Pehrson <glennrp@image...>
990  * The PNG encoder should ignore bogus q->opacity values when image->matte
991    is MagickFalse (reference
992    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=18067).
993
9942011-02-14  6.6.7-8 Cristy  <quetzlzacatenango@image...>
995  * Use implicit image format when explicit format is bogus (e.g.
996    02.13.11-18:43:58.png now writes as PNG).
997  * Fix problem with 4GB file seeks on a 32-bit OS.
998
9992011-02-13  6.6.7-7 Anthony Thyssen <A.Thyssen@griffith...>
1000  * Fixed Variable blur to handle small (< 1.0 sigma) blurs generated
1001    by the blur map being used, rather than just 'cutoff' suddenly.
1002
10032011-02-08  6.6.7-7 Cristy  <quetzlzacatenango@image...>
1004  * Support 16-bit per pixel YUV image files.
1005  * Fix off-by-one error in PosterizeImage().
1006  * Posterize now distributes color uniformly (reference
1007    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=17623).
1008  * Add -smush option (reference
1009    http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=17953).
1010  * Repair memory leak in the display program.
1011
10122011-02-07  6.6.7-6 Cristy  <quetzlzacatenango@image...>
1013  * Fix bug in carg() define when HAVE_COMPLEX is not defined (reference
1014    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=18030).
1015
10162011-02-06  6.6.7-6 Anthony Thyssen <A.Thyssen@griffith...>
1017  * Default sigma for Gauusian resize filter is now 1/2 for both
1018    orthogonal resize and cylindrical EWA distortions.
1019
10202011-02-02  6.6.7-5 Cristy  <quetzlzacatenango@image...>
1021  * Check if the font is null in RenderFreetype() to prevent fault (reference
1022    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=17890).
1023  * Eliminate fault when reading WMF image files (reference
1024    http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=17971).
1025  * Support multi-page transparent Postscript and PDF image files.
1026  * The compare fuzz metric now returns the same correct value for
1027    'xc:white xc:blue -alpha off' and 'xc:white xc:blue -alpha on'.
1028
10292011-01-29  6.6.7-4 Paul Heckbert  <ph@cs.cm...>
1030  * Move coders/tiff.c conditional compile to define TIFF exception /
1031    semaphore / key when TIFF delegate is disabled.
1032
10332011-01-29  6.6.7-4 Glenn Randers-Pehrson <glennrp@image...>
1034  * Renamed variables, macros, and functions defined/declared in coders/png.c
1035    that were in the libpng namespace (beginning with "png_" or "PNG_").
1036
10372011-01-25  6.6.7-3 Glenn Randers-Pehrson <glennrp@image...>
1038  * Removed a call to GetNumberColors() from the PNG encoder that was
1039    only there for debugging purposes and was consuming a huge amount
1040    of CPU time. (reference
1041    http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=17799).
1042  * Sometimes black was still written as transparent, when the PNG
1043    encoder received an image with image->matte==true but no transparent
1044    pixels were present. (reference
1045    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=17913);
1046
10472011-01-24  6.6.7-3 Cristy  <quetzlzacatenango@image...>
1048  * Remove memory leak from ThrowFileException() macro (reference
1049    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=17908).
1050  * Multiple blue error count by 'count' in ClassifyImageColors()
1051  * Add support for the AAI image format.
1052
10532011-01-22  6.6.7-2 Cristy  <quetzlzacatenango@image...>
1054  * Accept quoted file paths in indirect file references (e.g. @myFiles.txt).
1055
10562011-01-19  6.6.7-2 Glenn Randers-Pehrson <glennrp@image...>
1057  * Changed the PNG encoder's "transparent_color" from a UShortPixelPacket
1058    to LongPixelPacket and made the default (65537,65537,65537), which
1059    can never occur in the PNG image data.  Previously the default was
1060    (0,0,0) and black pixels would be rendered as as transparent when
1061    no tRNS chunk was present in the input, which has caused problems
1062    with some test cases since version 6.6.6-10.
1063  * Improved the PNG_BUILD_PALETTE section to count opaque, transparent,
1064    and semitransparent pixels separately.  Previously it wasn't always
1065    possible to determine if there was a single fully-transparent color,
1066    to decide whether to write an RGBA or Gray-Alpha image or an RGB or
1067    Gray image with a tRNS chunk.
1068
10692011-01-15  6.6.7-1 Cristy  <quetzlzacatenango@image...>
1070  * Do not reset image next / previous when detach argument is false for
1071    CloneImage().
1072  * Inline cropping no longer fails for inline raw images (e.g.
1073    -size 640x480 -depth 8 'gray:logo[100x100+200+200]').
1074
10752011-01-14  6.6.7-1 Glenn Randers-Pehrson <glennrp@image...>
1076  * Don't let the PNG encoder try to sort the colormap when there are more
1077    than 256 colors in the image. (reference
1078    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=17834).
1079
10802011-01-10  6.6.7-1 Cristy  <quetzlzacatenango@image...>
1081  * Accept escaped % in output filename (reference
1082    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=17810).
1083
10842011-01-08  6.6.7-1 Glenn Randers-Pehrson <glennrp@image...>
1085  * Quieted some inconsequential warnings in the PNG codec due to a
1086    change in the type of the PNG iCCP profile from png_charp to png_bytep
1087    in libpng-1.5.0.
1088
10892011-01-03  6.6.7-0 Cristy  <quetzlzacatenango@image...>
1090  * Handle negative heights for ICO images.
1091
10922011-01-02  6.6.7-0 Glenn Randers-Pehrson <glennrp@image...>
1093  * Recent changes sometimes caused the PNG encoder to select colortype=2
1094    (Truecolor) instead of 0 (Grayscale) for grayscale images.  This made
1095    the filesize larger than necessary and caused some of the PerlMagick
1096    tests to fail.
1097
10982011-01-01  6.6.6-10 Glenn Randers-Pehrson <glennrp@image...>
1099  * The PNG decoder now checks whether the image actually has any transparency
1100    when the input file contains an alpha channel or a tRNS chunk.  (Reference
1101    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=17748)
1102
11032010-12-26  6.6.6-8 Cristy  <quetzlzacatenango@image...>
1104  * -posterize fails with more than 40 levels (reference
1105    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=17741).
1106  * Add support for the MacPaint image format.
1107  * Eliminate spurious 'invalid colormap index' exception for 16-bit SGI images
1108    (bug report by steven.sittser@fligh...).
1109  * Fix user data length for the CIN image format.
1110
11112010-12-21  6.6.6-7 Glenn Randers-Pehrson <glennrp@image...>
1112  * Use a clone instead of the main image in coders/png.c, so the image
1113    can still be used later on without being affected by changes made by
1114    the PNG encoder.
1115  * Added PNG:exclude-chunk and PNG:include-chunk defines.
1116  * Revised the -strip option so it behaves as though
1117    "-define PNG:include-chunk=none,gama" had appeared on the commandline.
1118  * Avoid writing PNG ancillary chunks in the PNG/MNG/JNG encoder while
1119    generating the alpha channel for a JNG image.
1120
11212010-12-21  6.6.6-7 Anthony Thyssen <A.Thyssen@griffith...>
1122  * Removed the forced interpolation setting in AcquireResampleFilterThreadSet
1123    It prevented user defined interpolation settings for -clut, and possibly
1124    other usage.
1125
11262010-12-17  6.6.6-6 Chris Madison  <madisonblu@gmail...>
1127  * Add LZMA compression support to ImageMagick.
1128  * Eliminate seg-fault in MvgPrintf().
1129
11302010-12-17  6.6.6-6 Glenn Randers-Pehrson <glennrp@image...>
1131  * Eliminated a redundant quantization step in the PNG encoder.
1132  * Untangled a confusing but apparently harmless improper loop nesting
1133    in the PNG encoder.
1134  * Eliminated redundant "IsGray()" tests from the PNG encoder.
1135
11362010-12-14  6.6.6-6 Cristy  <quetzlzacatenango@image...>
1137  * -format "%[fx:u.p{5,5}]" no longer reports parse exception (reference
1138    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=17678).
1139
11402010-12-10  6.6.6-5 Glenn Randers-Pehrson <glennrp@image...>
1141  * Make the PNG encoder always rebuild the palette, to avoid losing
1142    transparency when it is out of sync with the pixel data (reference
1143    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=17655).
1144  * Eliminated CompressColormapTransFirst() since the palette is already
1145    compressed and sorted by opacity now when it's recreated.
1146
11472010-12-10  6.6.6-5 Cristy  <quetzlzacatenango@image...>
1148  * Account for virtual canvas for the -flip / -flop options (reference
1149    http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=17626).
1150  * Also for -transpose and transverse options
1151  * Support -metric fuzz option.
1152
11532010-12-09  6.6.6-4 Anthony Thyssen <A.Thyssen@griffith...>
1154  * Replace IsMagickColorSimilar() which provides the Fuzz Factor threshold
1155    function.  Note function does not calculate 'distance' in total but
1156    short-circuits when threshold is reached for faster processing.
1157  * Ordered Dithered handling of Alpha channel was incorrect - fixing
1158    Bug was introduced v6.6.5-6
1159
11602010-12-03  6.6.6-3 Glenn Randers-Pehrson <glennrp@image...>
1161  * Fixed two more cases where the PNG encoder lost transparency (reference
1162    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=17516).
1163
11642010-12-01  6.6.6-2 Cristy  <quetzlzacatenango@image...>
1165  * Affine multiplication reversed when translating (reference
1166    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=17570).
1167
11682010-11-26  6.6.6-2 Glenn Randers-Pehrson <glennrp@image...>
1169  * Revised the "c7x7b" and "c7x7w" ordered-dither maps to be complementary
1170    to each other.
1171
11722010-11-27  6.6.6-1 Cristy  <quetzlzacatenango@image...>
1173  * Add support for -evaluate-sequence median.
1174
11752010-11-26  6.6.6-0 Glenn Randers-Pehrson <glennrp@image...>
1176  * Fixed two more cases where the PNG encoder lost transparency (reference
1177    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=17516).
1178
11792010-11-23  6.6.6-0 Cristy  <quetzlzacatenango@image...>
1180  * The policy.xml sets not-to-exceed resource values (e.g. policy memory limit
1181    1GB, -limit 2GB exceeds policy maximum so memory limit is 1GB).
1182  * Support NCC (normalized cross correlation) compare metric.
1183
11842010-11-21  6.6.5-10 Cristy  <quetzlzacatenango@image...>
1185  * Fix PNG coder compile error when HDRI is enabled.
1186
11872010-11-17  6.6.5-9 Glenn Randers-Pehrson <glennrp@image...>
1188  * Many of the problems with the PNG encoder have been fixed (reference
1189    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=16490).
1190  * The "-type Optimize" option is now deprecated.  If present, it is treated
1191    by the PNG encoder the same as if the type were undefined.  Optimization
1192    is now always performed.  No other formats used the "type Optimize" option.
1193  * Merged redundant code into LosslessReduceDepth() function in the PNG codec.
1194
11952010-11-14  6.6.5-9 Cristy  <quetzlzacatenango@image...>
1196  * The splice option no longer throws spurious "pixels are not authentic"
1197    exceptions.
1198  * Thread the -adaptive-resize option.
1199  * Set XBM coder height to height not width.
1200
12012010-11-14  6.6.5-9 Nicolas Robidoux <nicolas.robidoux@gmai...>
1202  * Lanczos2Sharp blur tweaked. New blur = 0.9549963639785485.
1203
12042010-11-13  6.6.5-9 Nicolas Robidoux <nicolas.robidoux@gmai...>
1205  * LanczosSharp blur tweaked to minimize worst case deviation from "perfect
1206    preservation of images which only vary horizontally (or vertically)" under
1207    no-op. New blur = 0.9812505644269356.
1208
12092010-11-08  6.6.5-8 Nicolas Robidoux <nicolas.robidoux@gmai...>
1210  * Missing logical operator in tiff.c.
1211
12122010-11-08  6.6.5-8 Cristy  <quetzlzacatenango@image...>
1213  * Only save TIFF image with 1-bit depth if there is no alpha channel.
1214  * Abandon PSD composite if layer is available.
1215  * %[fx:mean] is the mean of the default channels (all but opacity) (reference
1216    http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=17432).
1217
12182010-10-29  6.6.5-6 Glenn Randers-Pehrson <glennrp@image...>
1219  * Added 5x5, 6x6, and 7x7 ordered-dither level maps.
1220
12212010-10-30  6.6.5-5 Cristy  <quetzlzacatenango@image...>
1222  * Do not read configure files in the current directory for the "installed"
1223    version of ImageMagick.
1224  * Allow numeric characters in the XPM basename (reference
1225    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=17385).
1226
12272010-10-29  6.6.5-4 Glenn Randers-Pehrson <glennrp@image...>
1228  * Revised PNG palette optimization
1229  * Added some debug logging in coders/png.c.
1230
12312010-10-28  6.6.5-3 Nicolas Robidoux <nicolas.robidoux@gmai...>
1232  * More precise blur values for Lanczos2Sharp and LanczosSharp.
1233  * Added location of first Mitchell crossing (=8/7) to the filters data
1234    structure.
1235
12362010-10-28  6.6.5-2 Anthony Thyssen <A.Thyssen@griffith...>
1237  * Added Lanczos2D* filters now named Lanczos2*
1238  * Reorganization of AcquireFilter() to make it work better
1239
12402010-10-25  6.6.5-1 Nicolas Robidoux <nicolas.robidoux@gmai...>
1241  * Clearer EWA filters (LanczosSharp etc) comments.
1242
12432010-10-25  6.6.5-1 Anthony Thyssen <A.Thyssen@griffith...>
1244  * Added LanczosSharp  (3-lobe Lanczos with sharpening)
1245  * Filter sharpening factors are also always applied regardless of usage.
1246
12472010-10-24  6.6.5-1 Nicolas Robidoux <nicolas.robidoux@gmai...>
1248  * CubicBC filter formulas simplified by constant folding. In
1249    particular, P1 coefficient (always zero) removed from coeff.
1250
12512010-10-22  6.6.5-1 Nicolas Robidoux <nicolas.robidoux@gmai...>
1252  * Revert the Robidoux filter to a Keys cubic with C=(108 sqrt 2-29)/398
1253    (as already specified in the documentation).
1254
12552010-10-14  6.6.5-1 Cristy  <quetzlzacatenango@image...>
1256  * Ignore PS bounding box offsets if -page is set.
1257  * Use #pragma omp master for dumping single threaded debugging information
1258    (single caused a fault).
1259  * Add support for -evaluate exp.
1260
12612010-10-12  6.6.5-0 Anthony Thyssen <A.Thyssen@griffith...>
1262  * Added "filter:sigma" expert setting defining the 'sigma' for the Gaussian
1263    filter only.  This is similar in action to 'blur' but only for Gaussians,
1264    and does not modify the filters support, allowing you to set a very small
1265    sigma, without the function 'missing' all pixels.
1266    (This will allow future adjustment of Gaussians for variable blur mapping)
1267
12682010-10-10  6.6.5-0 Cristy  <quetzlzacatenango@image...>
1269  * Patch for  DrawableRotation() and DrawableTranslation() (reference
1270    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=17246).
1271  * The webp format requires the webpconv delegate program (experimental).
1272
12732010-10-05  6.6.5-0 Anthony Thyssen <A.Thyssen@griffith...>
1274  * Replaced "Robidoux" with Cubic 'Keys' filter that is near equivalent to
1275    the previous sharped "Lanczos2D" filter. (C=0.31089212245300069)
1276    This also is very similar to a Mitchell filter but specifically designed
1277    for EWA use and is the new default filter for Distorting Images.
1278  * Original sharpened Lanczos2D filter now called "Lanczos2Dsharp"
1279
12802010-10-08  6.6.4-10 Jerry Gay  <jerry.gay@gmail..>
1281  * Autodetect file type support in Makefile.PL to prevent test failures
1282
12832010-10-05  6.6.4-10 Anthony Thyssen <A.Thyssen@griffith...>
1284  * Added new filter 'Lanczos2D' a 2-lobe Lanczos as defined by
1285    Andreas Gustafsson in his thesis  "Interactive Image Warping" (page 24)
1286         http://www.gson.org/thesis/warping-thesis.pdf
1287  * Added filter "Robidoux" which is a slightly sharpened version of the
1288    "Lanczos2D" filter (blur=0.958033808) specifically designed to be less
1289    'blurry' for horizontal and vertical lines in no-op distortions.
1290
12912010-10-05  6.6.4-10 Cristy  <quetzlzacatenango@image...>
1292  * Add support for "pattern:vertical2" and "pattern:horizontal2".
1293  * Add support for "pattern:vertical3" and "pattern:horizontal3".
1294  * Properly handle PSD layers with negative offsets.
1295
12962010-10-03  6.6.4-9 Cristy  <quetzlzacatenango@image...>
1297  * Fix memory assertion with --enable-embeddable (reference
1298    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=17201).
1299  * Don't permit access to pixels when pinging an image (reference
1300    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=17194).
1301
13022010-10-02  6.6.4-9 Anthony Thyssen <A.Thyssen@griffith...>
1303  * Added sqrt(2) blurring default for Gaussian Filter if used as
1304    a Cylindrical EWA filter.  This resulted removing the last aliasing
1305    issue that was present in tests for Gaussian EWA resampling. Of course
1306    it is still a very blurry filter for default use in EWA.
1307  * Adjusted Variable Mapping Blur Composition so user arguments actual
1308    relate properly to the sigma of the blur for a maximum mapping value.
1309  * Fix horizon anti-aliasing for output-scaled perspective distortions.
1310  * 'Bessel' filter is now officially and more accurately named 'Jinc'
1311    however 'Bessel' while not visible as a filter option can still be used
1312    as an internal alias for 'Jinc'.
1313
13142010-09-28  6.6.4-8 Nicolas Robidoux <nicolas.robidoux@gmai...>
1315  * Chantal Racette double checked the bounding parallelogram computation
1316    in resample.c (and I tightened the comments).
1317
13182010-09-28  6.6.4-8 Cristy  <quetzlzacatenango@image...>
1319  * Temporary files not always deleted (reference
1320    http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=15960).
1321
13222010-09-28  6.6.4-8 Anthony Thyssen <A.Thyssen@griffith...>
1323  * Bug fix for -filter point distorts (occasional generating black pixels)
1324
13252010-09-27  6.6.4-8 Nicolas Robidoux <nicolas.robidoux@gmai...>
1326  * Simplified the ClampUpAxes code, the use of its outputs, its comments,
1327    and credited Craig DeForest for the "clamp singular values" idea.
1328  * No reason to have "insane" precision Sinc in resize.c: Use
1329    the 1.2e-12 max. abs. relative error version for Q64 as well as Q32.
1330
13312010-09-27  6.6.4-8 Anthony Thyssen <A.Thyssen@griffith...>
1332  * Replace the blurry "High Quality EWA" technique with a 'Clamped EWA'
1333    for Distort Resampling.  This makes -distort a whole lot nicer
1334    and allows for the use of better cylindrical filters.
1335
13362010-09-26  6.6.4-7 Anthony Thyssen <A.Thyssen@griffith...>
1337  * Fix Point filter for ResizeImage() caused by support limiting the
1338    Box weighting function.
1339
13402010-09-26  6.6.4-6 Cristy  <quetzlzacatenango@image...>
1341  * Don't allow resize filter weights to go to zero (reference
1342    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=17132).
1343
13442010-09-24  6.6.4-6 Nicolas Robidoux <nicolas.robidoux@gmai...>
1345  * Now that MagickPIL is a MagickRealType, some casts are unneeded.
1346
13472010-09-21  6.6.4-6 Cristy  <quetzlzacatenango@image...>
1348  * Do not break words if caption size is absolute (reference
1349    http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=17123).
1350  * Don't define HAVE_THREADS for --without-threads configure script option.
1351
13522010-09-20  6.6.4-5 Nicolas Robidoux <nicolas.robidoux@gmai...>
1353  * Modified "magick/resize.c" so that MagickPIL is a MagickRealType number.
1354    Some computations were needlessly done in long double precision because
1355    PIL forced an automatic upcast wherever it appeared. Changed its name to
1356    MagickREALTYPEPI. <- This was later reverted back to MagickPIL.
1357  * Modified "magick/resize.c" so that Bohman uses one trig call + one sqrt
1358    call instead of two trig calls.
1359
13602010-09-20  6.6.4-5 Anthony Thyssen <A.Thyssen@griffith...>
1361  * modified "magick/resample.c" to allow use of either EWA or HQEWA (default)
1362  * Removed LanczosFast from supported filters (SincFast*SincFast is faster)
1363
13642010-09-19  6.6.4-5 Cristy  <quetzlzacatenango@image...>
1365  * If IPTC profile is not embedded in an 8bim resource, declare it IPTC
1366    rather than 8BIM.
1367  * Support %[version] and %[copyright].
1368  * Improve performance of the pixel cache.
1369
13702010-09-18  6.6.4-4 Cristy  <quetzlzacatenango@image...>
1371  * Automatically set the quantum depth to 16 for HDRI.
1372
13732010-09-16  6.6.4-2 Cristy  <quetzlzacatenango@image...>
1374  * IPTC profile not always wrapped properly inside an 8BIM profile.
1375  * TIFF tile geometry must be divisible by 16.
1376
13772010-09-15  6.6.4-2 Anthony Thyssen <A.Thyssen@griffith...>
1378  * Rename of SincPolynomial to SincFast for easier user understanding
1379  * Ditto for LanczosChebyshev to LanzcosFast
1380
13812010-09-14  6.6.4-2 Anthony Thyssen <A.Thyssen@griffith...>
1382  * Switch default resize filters to using the faster SincPolynomial
1383    filter by default internally.  However 'Sinc' will still use the
1384    Trigonometric function, and can be used to assign the trig version
1385    of Sinc() to filters using the filter expert options.
1386  * The default filter for 'distort' was found to be a very blurry inaccurate
1387    filter function.  It was removed and replaced with a correct Gaussian
1388    filter (as used by resize)
1389  * Added a switch so that "-interpolate filter" will force the use of
1390    a cylindrical filter for ALL pixels in distorted images.  That is you can
1391    use that switch to use a cylindrical filter even for images that are
1392    being enlarged by the distortion.  However EWA is still currently using
1393    a fixed 2.0 sampling radius.  This switch complements the use of "-filter
1394    point" which turns off EWA filters in favor of interpolation for all
1395    pixels in a distorted image.  BOTH switches should not be used together.
1396  * A bug in the support radius of the EWA resampling function was found,
1397    now that correctly defined resize filters are being used. Suddenly Normal
1398    Gaussian distortions are not so blurry, and tests with distortions of
1399    the 'Rings' image show extremely good and clear results, with only minimal
1400    blurring.  The filter 'blur' expert option can be used to adjust this
1401    further.
1402
1403    The above represents a major improvement forward in the quality of the
1404    image distortion operator. But near-unity distortions (no scaling) are
1405    still overly blurry.
1406
14072010-09-13  6.6.4-2 Cristy  <quetzlzacatenango@image...>
1408  * Don't negate the geometry offset for the -extent option.
1409
14102010-09-09  6.6.4-1 Cristy  <quetzlzacatenango@image...>
1411  * The RGBO format is now listed as a supported format.
1412
14132010-09-07  6.6.4-1 Anthony Thyssen <A.Thyssen@griffith...>
1414  * Added the Nicolas Robidoux and Chantal Racette  Lanczos resize filter
1415    function as "LanczosChebyshev" as faster alternative to Lanczos.
1416  * Re-code Nicolas Robidoux and Chantal Racette Polynomial Approximation of
1417    the Sinc Trigonometric resize filter, as a proper filter to allow
1418    direct comparison and speed testing of the filter.
1419  * Expanded the "-set option:filter:verbose 1" output, so as to also include
1420    the actual functions and other values that were used to create the filter.
1421
14222010-09-02  6.6.4-0 el_supremo  <digipete@shaw...>
1423  * Repair a few incorrect LocaleNCompare() calls (ttf.c, ps.c).
1424
14252010-08-31  6.6.4-0 Cristy  <quetzlzacatenango@image...>
1426  * Path no longer closed if join style is round (reference
1427    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=16943).
1428  * Add case for BGRQuantum to GetQuantumExtent().
1429  * Support no compression on PCX write.
1430
14312010-08-23  6.6.3-10 Cristy  <quetzlzacatenango@image...>
1432  * Fixed bug in the raw BGRA coders (reference
1433    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=16880).
1434  * Fix off-by-one error in the PSD coders.
1435  * Nicolas Robidoux with the assistance of Chantal Racette contribute an
1436    approximation of the sinc function over the interval [-3,3].
1437  * Eliminate a small memory leak in LevelizeImageChannel() (reference
1438    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=16951).
1439  * Recognize -fx logtwo (reference
1440    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=16958).
1441
14422010-08-15  6.6.3-7 Cristy  <quetzlzacatenango@image...>
1443  * Throw exception if image size differs for the compare program but the
1444    -subimage-search option is not specified.
1445
14462010-08-13  6.6.3-6 Cristy  <quetzlzacatenango@image...>
1447  * The AdobeRgb.tif TIFF image no longer faults under Windows (reference
1448    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=16838).
1449  * Add -subimage-search option to the compare utility.
1450
14512010-08-12  6.6.3-5 Cristy  <quetzlzacatenango@image...>
1452  * The -fx 2e+6/1e+5 argument no longer returns the wrong results (reference
1453    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=16833).
1454
14552010-08-10  6.6.3-5 Glenn Randers-Pehrson <glennrp@image...>
1456  * Emit a warning if the PNG encoder can't satisfy the color type and
1457    bit depth requested with a "-define" directive.
1458
14592010-08-07  6.6.3-4 Cristy  <quetzlzacatenango@image...>
1460  * The orient option sometimes improperly set "undefined" (reference
1461    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=16795).
1462  * Only list orientation options for the -list orientation option (reference
1463    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=16801).
1464  * Return proper standard deviation for combined channels (reference
1465    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=16786).
1466  * Handle transparency properly for the PSD image format.
1467
14682010-08-05  6.6.3-3 Glenn Randers-Pehrson <glennrp@image...>
1469  * Properly map PNG intent to image->rendering_intent
1470
14712010-08-01  6.6.3-3 Cristy  <quetzlzacatenango@image...>
1472  * Eliminate bogus "invalid colormap index" when pinging ICO images.
1473  * Support -set density / units.
1474
14752010-07-31  6.6.3-2 Cristy  <quetzlzacatenango@image...>
1476  * Only use the first alpha channel in PSD image.
1477  * Only use XPM complying colors for XPM images (e.g. green is rgb(0,255,0)).
1478
14792010-07-27  6.6.3-2 Glenn Randers-Pehrson <glennrp@image...>
1480  * Eliminate useless message about assuming zero delay when writing
1481    a single-frame MNG, and changed it from Error to Warning when
1482    writing a multiple-frame MNG.
1483
14842010-07-25  6.6.3-1 Glenn Randers-Pehrson <glennrp@image...>
1485  * Don't "ping" a PNG image if it is embedded in a MNG.  Otherwise the
1486    reader tries to read MNG chunks from the interior of the embedded PNG,
1487    resulting in an erroneous "corrupted image" message.
1488
14892010-07-09  6.6.3-1 Cristy  <quetzlzacatenango@image...>
1490  * Fix memory leak in for corrupt BMP images (reference
1491    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=16600).
1492  * Repair several issues when writing to stdout (reference
1493    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=16620).
1494  * A GIF image with the .bgr extension is still a GIF (reference
1495    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=16662).
1496
14972010-07-07  6.6.3-1 Glenn Randers-Pehrson <glennrp@image...>
1498  * The PNG decoder failed to handle the tRNS chunk properly for grayscale
1499    images where the PNG bit_depth was not the same as the quantum depth,
1500    and the transparent color was not black.
1501
15022010-07-01  6.6.3-0 Chris Madison  <madisonblu@gmail...>
1503  * Pinging the DJVU image format no longer faults.
1504  * Check for time-limit-exceeded in only one thread.
1505  * Reading filenames from a file (e.g. @filenames) no longer includes the
1506    utility name (side effect of StringToArgv() method).
1507
15082010-06-28  6.6.2-10 Cristy  <quetzlzacatenango@image...>
1509  * Support the tiff:fill-order define.
1510  * Filters are case sensitive (e.g. reduce-Colors).
1511  * Restore mogrify's -path option.
1512  * The -list module option lists image coders and image filters.
1513
15142010-06-27  6.6.2-9 Cristy  <quetzlzacatenango@image...>
1515  * Add the ImageView API.
1516  * Fix DJVU coder to read one page (e.g. 'image.djvu[2]').
1517  * Support -define png:bit-depth=1 -define png:color-type=3 for PNG format.
1518
15192010-06-22  6.6.2-8 Cristy  <quetzlzacatenango@image...>
1520  * Skip byte when DDS bitcount is 32 (reference
1521    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=16487).
1522  * Montage now uses final background setting (e.g. montage -background none ...
1523    -background lightblue show:).
1524  * Do not annotate directory paths in ListFiles().
1525  * Reset the image matte for png:color-type=2.
1526
15272010-06-17  6.6.2-7 Cristy  <quetzlzacatenango@image...>
1528  * Support new label:pointsize property.
1529  * Miscellany->Slide Show, in the display program, now cycles through the
1530    image sequence.
1531  * Recognize certain hex color values (e.g. #b9e1cc00) for the -fx argument.
1532  * Reduce memory requirements when dithering on the iPhone.
1533  * Command line operators no longer affected by settings that appear after
1534    them (e.g. -splice 10x0+0+0 -gravity center).
1535  * Compute the proper DPX user data field size.
1536
15372010-06-15  6.6.2-6 Cristy  <quetzlzacatenango@image...>
1538  * Fix some nits to keep the clang compiler happy.
1539
15402010-06-14  6.6.2-5 Anthony Thyssen <A.Thyssen@griffith...>
1541  * Fix transprancy handling for Morphology Convolve
1542  * Adjustments of Hit And Miss and Edge Detection kernel definitions
1543  * Added 'ThinDiagonals' Thinning Kernel + two sub-types
1544  * Handling for Convolution of 1-D vertical kernels.
1545    However this was removed (using #if-#endif) as I found it slower in tests!
1546
15472010-06-12  6.6.2-5 Cristy  <quetzlzacatenango@image...>
1548  * mogrify -format properly handles compressed image filename (e.g.
1549    -format jpg logo.png.bz2).
1550  * Respect +dither option when saving to the GIF image format.
1551
15522010-06-08  6.6.2-4 Cristy  <quetzlzacatenango@image...>
1553  * End of string sentinel is \n not \r.
1554
15552010-06-06  6.6.2-3 Glenn Randers-Pehrson <glennrp@image...>
1556  * Don't decode pixels in coders/png.c when image->ping is set.
1557
15582010-06-06  6.6.2-3 Cristy  <quetzlzacatenango@image...>
1559  * Reset image filename when reading inline images.
1560  * Don't clamp floating point values for HDRI-enabled ImageMagick.
1561
15622010-05-25  6.6.2-2 Anthony Thyssen <A.Thyssen@griffith...>
1563  * Replaced '^' morphology kernel rotation with two variants '>' and '<'
1564  * 'Skeleton' variant to thin down images as symmetrically as possible.
1565  * Spelling correction:  Manhatten -> Manhattan
1566
15672010-06-01  6.6.2-2 Glenn Randers-Pehrson <glennrp@image...>
1568  * Properly scale color components of the PNG bKGD chunk.
1569  * Prevent MNG divide by zero in calculation of frame_timeout.  Set
1570    both frame_delay and frame_timeout to infinite when ticks_per_second
1571    is zero, as required by the MNG spec.
1572
15732010-05-31  6.6.2-2 Cristy  <quetzlzacatenango@image...>
1574  * Add x:silent option to prevent beeps when reading the X image format.
1575  * Recognize TTF for GetMagicInfo().
1576  * Ensure the +set option deletes the image artifact.
1577
15782010-05-28  6.6.2-1 Glenn Randers-Pehrson <glennrp@image...>
1579  * Prevent coders/png.c from attempting to write an empty tRNS chunk.
1580
15812010-05-25  6.6.2-1 Anthony Thyssen <A.Thyssen@griffith...>
1582  * Fix for Square Array Rotates (off center origin rotate)
1583  * Added HitAndMiss kernel Ridges2 to find 2 pixel thick ridges
1584  * Added FreiChen:0,{angle}  FreiChen:{angle} and FreiChen:-1 variations
1585    to complete this kernels definition
1586
15872010-05-24  6.6.2-1 Cristy  <quetzlzacatenango@image...>
1588  * Respect density when rendering SVG images.
1589  * Set AVI handler to the MPEG coder.
1590  * Compute the proper DPX user data field size.
1591  * Do not interpret a format specifier when enclosed in brackets (e.g.
1592    rose_tile_%[filename:tile].gif.
1593  * Use 64-bit types when compiling with the 64-bit Visual C++ compiler under
1594    Windows.
1595  * Prevent MNG divide by zero in calculation of frame_delay (reference
1596    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=16320).
1597
15982010-05-23  6.6.2-0 Anthony Thyssen <A.Thyssen@griffith...>
1599  * Third Re-write of MorphologyApply() to better handle compound methods.
1600  * Implemented  -set option:morphology:compose for merging results of
1601    multiple kernels. "None" means re-iterate results with next kernel.
1602    While "Undefined" means to use the internal default for a method.
1603    Thinning, Thickening, HitAndMiss, Convolve, Correlate defaults to "None"
1604    while HitAndMiss defaults to "Lighten" (union of all kernel results).
1605    Other morphology methods defaults still to be decided.
1606  * Added HitAndMiss Kernel: Ridges  (find ridges and pixel width lines)
1607  * Rotation Expansion of single kernels '^' and '@' flags in arguments
1608    EG: -set option:showkernel 1 -morphology Convolve 'Blur:0x2^'
1609  * ExpandKernelInfo() (rotation expand) now groks symmetrical kernels.
1610    So the above will only produce a list of 2 kernels, not 4 kernels
1611
16122010-05-18  6.6.2-0 Anthony Thyssen <A.Thyssen@griffith...>
1613  * Separation of internal function MorphologyApply() from
1614    MorphologyImageChannel() to calls to convolve without user settings.
1615  * Rewrite of MorphologyApply() to output better 'verbose' messages
1616  * Better handling of Gaussian tyle filters (bug fixes)
1617  * Bug fix and optimization of kernel size calculations in "gem.c"
1618  * Allow '^' or '@' flags in 'user defined' kernel size arguments to
1619    expand kernel into a rotated list.
1620    EG: -set option:showkernel 1 -morphology Thinning  '3@: 0,1,0 0,1,0 0,0,0'
1621  * Allow a scaled unity kernel to be added to kernel (EdgeDet->Sharpen)
1622    EG: -set option:convolve:scale [kernel_scale][^!],[unity_scale][%]
1623  * Addition of "Laplacian of Gaussian" (LOG), also known as Mexican Hat
1624    EG: -morphology convolve LOG:0x1
1625  * Added FreiChen, Kirsch  Convolution kernels
1626  * Added Discrete 'Laplacian of Gaussian' kernels (Laplacian type 15 and 19)
1627  * Added Edges HitAndMiss Kernel
1628
16292010-05-17  6.6.2-0 Cristy  <quetzlzacatenango@image...>
1630  * PSD images require a proper layer to support an alpha channel.
1631  * Enable PFM endian support.
1632  * Add context to -border for montage.  Inside the parenthesis it adds a border
1633    to the image otherwise it sets the border for the layout manager.
1634  * 24-bit BMP images are not colormapped even if header colors != 0.
1635  * Set DPX user data like this: -set profile dpx:userdata.txt.
1636  * Make sure Lab => RGB => Lab survives the round trip.
1637
16382010-05-15  6.6.1-10 Cristy  <quetzlzacatenango@image...>
1639  * Use ScaleCharToQuantum() in coders/src.c (reference
1640    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=16229).
1641  * Don't clamp HDRI EXR pixels.
1642
16432010-05-14  6.6.1-9 Cristy  <quetzlzacatenango@image...>
1644  * Increase the estimated # points for the path drawing primitive.
1645  * Remove any prior resolution block from PSD before writing the new block.
1646
16472010-05-14  6.6.1-9 Anthony Thyssen <A.Thyssen@griffith...>
1648  * Addition of more Morphological/Convolution Kernels.
1649    DOG (Difference of Gaussians) and DOB (Difference of Blurs),
1650    EG:    -morphology convolve DOG:0x1,3
1651           -morphology convolve DOB:0x1,3,90
1652  * Added Prewitt, Roberts, Compass  Convolution Kernels
1653  * Ring Symbol Kernel (subtraction of Disk from a Disk)
1654
16552010-05-13  6.6.1-9 Cristy  <quetzlzacatenango@image...>
1656  * The pixel buffer was underallocated for some image formats when streaming.
1657
16582010-05-12  6.6.1-8 Anthony Thyssen <A.Thyssen@griffith...>
1659  * Implementation of Pattern Matching Morphology methods
1660    HitAndMiss, Thicken, Thinning
1661  * Reporting of Kernel Strings that fail to parse (though not why)
1662  * Parsing of Multiple Kernel Strings, generating a list of kernels
1663  * Union of results from Multiple Kernels for HitAndMiss method
1664  * Interated Multiple Kernels for all other morphology methods
1665  * Added many new kernels for HitAndMiss and Convolution
1666    Sobel, Laplacian, Cross, Peaks, Corners, LineEnds, LineJunctions,
1667    ConvexHull (for Thicken), Skeleton (for Thinning)
1668
16692010-05-08  6.6.1-8 Glenn Randers-Pehrson <glennrp@image...>
1670  * Use proper background.index when writing indexed PNG, if the background
1671    color is in the palette.
1672
16732010-05-08  6.6.1-7 Cristy  <quetzlzacatenango@image...>
1674  * Fix improper 'invalid colormap index' PNG bug.
1675  * Fix PerlMagick compile exception.
1676
16772010-05-07  6.6.1-6 Anthony Thyssen <A.Thyssen@griffith...>
1678  * Added % and ! modification flags to morphology distance kernel
1679    scaling factor, for easier usage.
1680  * Bug fix for compose math channel handling and morphology diff usage
1681
16822010-05-06  6.6.1-6 Cristy  <quetzlzacatenango@image...>
1683  * Do not claim gray colorspace if gray image includes a non-gray pixel.
1684  * Initialize BMP alpha channel to opaque for RGB images.
1685  * Fixed under allocation for round rectangles.
1686  * The -list option returns a 0 status as expected.
1687
16882010-05-06  6.6.1-6 Anthony Thyssen <A.Thyssen@griffith...>
1689  * Made use of new no-'sync' channel enabled mathematical compose methods
1690    for the difference morphology methods.  These should now work correctly
1691    for specific channels, and more importantly for alpha shaped morphology.
1692
16932010-05-05  6.6.1-6 Glenn Randers-Pehrson <glennrp@image...>
1694  * Fixed bugs with losing the opacity channel while writing some PNG images.
1695    (bug reported by Anthony T.)
1696
16972010-05-05  6.6.1-6 Glenn Randers-Pehrson <glennrp@image...>
1698  * Simplified and corrected rowbytes calculation in coders/png.c and
1699    added more logging.
1700
17012010-05-05  6.6.1-6 Anthony Thyssen <A.Thyssen@griffith...>
1702  * Rename of "Add" and "Subtract" compositions to "ModulusAdd" and
1703    "ModulusSubtract" for more clarity of there functions. Old names
1704    will continue to work as expected.
1705  * Fix "Minus", "ModulusAdd", and "ModulusSubtract" to follow
1706    normal SVG 'Over' blending specifications, (see next for override)
1707    Note that this does NOT include the "Plus" composition method which has
1708    SVG definition for it to use a 'Plus' blending rather than 'Over' blending.
1709
1710  * By default mathematical compositions work as per SVG definition. That is
1711    the results are synchronized with 'Over' alpha-blending (except "Plus"
1712    which uses 'plus' alpha-blending).
1713
1714  * By removing the default 'sync' flag from the -channel setting however
1715    Break this inter-channel synchronization and do the mathematical operations
1716    only on the individual channels as specified by the -channel setting.
1717    That is do 'channel' math rather than 'SVG' composition.
1718
1719  * With this change you can then use mathematical composition methods on
1720    individual channels or even with the alpha channel of images.
1721
17222010-04-28  6.6.1-6 Anthony Thyssen <A.Thyssen@griffith...>
1723  * Special case handling in Barrel distortion (pixel at image center)
1724  * Calculation of image for Barrel distortion (pixel vs image coords)
1725  * Argument input (handling optional 'd' argument) for Barrel distortion
1726
17272010-04-24  6.6.1-6 Cristy  <quetzlzacatenango@image...>
1728  * Do not declare timestruct under MinGW.
1729  * Respect -compose option for the montage utility (bug report by Anthony).
1730  * A 256 column gradient produces a 256 color GIF image (bug report by
1731    Anthony).
1732  * Register / unregister CALS format in static.c (reference
1733    http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=16103).
1734  * Add SetImageColor() method.
1735
17362010-04-17  6.6.1-5 Cristy  <quetzlzacatenango@image...>
1737  * Only write one ICC profile to PSD image.
1738  * Sync image colormap for PNG tRNS chunks.
1739  * The -direction option now works with the -annotate and -draw options.
1740  * For the histogram: format, if you have no need for the unique color list,
1741    use <kbd>-define histogram:unique-colors=false</kbd> to forego this
1742    expensive operation.
1743  * Match on literal after backslash in glob expression (reference
1744    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=16068).
1745  * Enable JPEG-compression for grayscale TIFF images (reference
1746    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=16064).
1747  * Don't write empty tile if tile geometry matches the image width (reference
1748    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=16064).
1749  * Support -regard-warnings in the mogrify utility.
1750  * Output the correct units for the identify utility (reference
1751    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=16075).
1752
17532010-04-15  6.6.1-4 Cristy  <quetzlzacatenango@image...>
1754  * Do not set the resample virtual pixel method when undefined.
1755  * Support writing grayscale PSD images.
1756  * Revert Lab-to-XYZ colorspace transform patch.
1757  * Clamp HDRI values for LevelImageChannel() method.
1758
17592010-04-12  6.6.1-3 Cristy  <quetzlzacatenango@image...>
1760  * For HSL to RGB, if color temperature is less than 0, set RGB to lightness.
1761  * Do not flip BMP image with negative height when pinging.
1762
17632010-04-08  6.6.1-2 Cristy  <quetzlzacatenango@image...>
1764  * Improve support for device link profiles.
1765
17662010-04-06  6.6.1-1 Anthony Thyssen <A.Thyssen@griffith...>
1767  * Fixed bug in -auto-level for special case when only one value is present
1768    in some channel of the image. In this case no 'stretch is performed, just
1769    as -normalize does.
1770
17712010-04-05  6.6.1-1 Cristy  <quetzlzacatenango@image...>
1772  * WMF support under Windows does not produce the same results as under
1773    Linux.
1774
17752010-03-31  6.6.1-0 Anthony Thyssen <A.Thyssen@griffith...>
1776  * Fixed bug in equal-size tile cropping, when image has a page offset.
1777
17782010-03-31  6.6.1-0 Cristy  <quetzlzacatenango@image...>
1779  * The -recolor 4x4 matrix is now interpreted properly (previously it
1780    summed rather than attenuating the alpha channel).
1781  * Support writing 1-bit PSD images.
1782  * Support LCMS 2.0.
1783  * Improved WMF support under Windows.
1784
17852010-03-30  6.6.1-0 Glenn Randers-Pehrson <glennrp@image...>
1786  * The new coders/png.c was failing to read a 1-bit paletted image properly.
1787  * Finished eliminating the deprecated direct references to members of
1788    the png_info structure. ImageMagick can now be built with libpng-1.5.
1789
17902010-03-21  6.6.0-10 Cristy  <quetzlzacatenango@image...>
1791  * Respect the -density option when rendering a Postscript or PDF image.
1792  * Distort barrel no longer complains when 3 arguments are given (reference
1793    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=15883).
1794  * Support -direction left-to-right option for rendering text
1795
17962010-03-24  6.6.0-9 Glenn Randers-Pehrson <glennrp@image...>
1797  * coders/png.c: Eliminated support of libpng versions older than 1.0.12.
1798  * Relocated the new, misplaced png_get_rowbytes() call.
1799  * Updated setjmp/longjmp/jmpbuf usage to work with libpng-1.5.
1800
18012010-03-21  6.6.0-9 Cristy  <quetzlzacatenango@image...>
1802  * Windows does not support complex.h (reference
1803    http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=15808).
1804  * Add support for monochrome PSD images.
1805  * VignetteImage() no longer crashes when x and y arguments are both greater
1806    than half the width (x) and height (y) of the image.
1807
18082010-03-20  6.6.0-8 Glenn Randers-Pehrson <glennrp@image...>
1809  * Eliminated some of the deprecated direct references to members of
1810    the png_info structure.  This must be finished before we can build
1811    with libpng-1.5.
1812
18132010-03-18  6.6.0-8 Cristy  <quetzlzacatenango@image...>
1814  * The animate program no longer loops twice when -loop 1 is specified.
1815  * The caption format would sometimes hang when the text was not UTF-8.
1816  * Don't gamma correct log to linear color conversion unless the -gamma is
1817    specified (reference
1818    http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=15799).
1819
18202010-03-17  6.6.0-7 Cristy  <quetzlzacatenango@image...>
1821  * Detect CMYKProcessColor AI tag.
1822  * Delete image from command line cache for -write option.
1823
18242010-03-13  6.6.0-6 Cristy  <quetzlzacatenango@image...>
1825  * Add support for the Adobe Large Document format.
1826  * Recognize -remap option for the mogrify utility.
1827  * The default Helvetica font is not always available, check for
1828    Century Schoolbook too (reference
1829    http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=15780).
1830
18312010-03-11  6.6.0-5 Cristy  <quetzlzacatenango@image...>
1832  * Permit user to get virtual pixels with a region width of 0.
1833  * Reformulate the jinc() function so that the main peak is of amplitude of 1.
1834  * Resampling filter must respect the image virtual pixel method.
1835
18362010-03-07  6.6.0-4 Cristy  <quetzlzacatenango@image...>
1837  * The -evaluate-sequence option behaves like -evaluate except it operates
1838    on a sequence of images.
1839
18402010-03-05  6.6.0-2 Cristy  <quetzlzacatenango@image...>
1841  * Add support for the -maximum and -minimum options.
1842
18432010-02-27  6.6.0-1 Cristy  <quetzlzacatenango@image...>
1844  * Check to see if ICON image width /height exceeds that of the image canvas.
1845  * Set the DPX descriptor to Luma only if the image type is not TrueColor.
1846  * Add support for -fx airy(), j0(), j1(), jinc(), and sinc() (reference
1847    http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=15685).
1848    Anthony, review these for correctness.
1849  * Don't embed an XMP profile in an EPS image for now.
1850
18512010-02-21  6.6.0-0 Cristy  <quetzlzacatenango@image...>
1852  * Insufficient image data in EPT is a warning rather than an error.
1853  * Respect -type TrueColor when writing gray DPX images.
1854  * Fix problem reading 10-bit grayscale DPX images when scanline length is
1855    not a multiple of 3.
1856  * BMP has an alpha channel, it was treated as an opacity channel.
1857
18582010-02-20  6.5.9-10 Cristy  <quetzlzacatenango@image...>
1859  * Write 10-bit grayscale DPX images properly.
1860
18612010-02-18  6.5.9-8 Cristy  <quetzlzacatenango@image...>
1862  * Detect PDF ICCBased colorspace.
1863
18642010-02-18  6.5.9-7 Anthony Thyssen <A.Thyssen@griffith...>
1865  * Finalized -set option:convolve:scale  kernel normalize/scale option
1866
18672010-02-16  6.5.9-7 Cristy  <quetzlzacatenango@image...>
1868  * TransformImage() resets the image blob when called in the PICT decoder;
1869    use SetImageExtent() instead.
1870
18712010-02-14  6.5.9-6 Cristy  <quetzlzacatenango@image...>
1872  * Support PSD RLE compression.
1873
18742010-02-13  6.5.9-5 Cristy  <quetzlzacatenango@image...>
1875  * The jpeg:extent define sometimes exceeded the specified limit.
1876
18772010-02-09  6.5.9-4 Cristy  <quetzlzacatenango@image...>
1878  * Resolve "too many open files"  (reference
1879    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=15546).
1880
18812010-02-08  6.5.9-3 Anthony Thyssen <A.Thyssen@griffith...>
1882  * Added Correlate method which does a Convolve without reflecting the kernel.
1883
18842010-02-07  6.5.9-3 Cristy  <quetzlzacatenango@image...>
1885  * Initialize grayscale colormap for PSD images.
1886
18872010-02-07  6.5.9-3 Anthony Thyssen <A.Thyssen@griffith...>
1888  * Final testing and fixing of basic morphology operators
1889  * Addition Third-level Subtractive Morphology Methods:
1890    EdgeIn, EdgeOut, Edge, TopHat, BottomHat
1891  * Ensuring original kernels passed to morphology are cloned before being
1892    modified for use by specific methods (EG: convolve scale/normalize)
1893
18942010-02-03  6.5.9-2 Cristy  <quetzlzacatenango@image...>
1895  * display -immutable to display transparent image without a checkboard.
1896
18972010-01-27  6.5.9-1 Glenn Randers-Pehrson <glennrp@image...>
1898  * Make -define png:color-type less persnickity about what it will accept.
1899
19002010-01-24  6.5.9-1 Anthony Thyssen <A.Thyssen@griffith...>
1901  * added use of -precision in 'showkernel' output of -morphology
1902  * correct use of a 'reflected kernel' for 'Convolve' 'Dilate' and
1903    'Distance' Morphology primitives. This does not have a performance hit,
1904    though is only truely applicable when the kernel is asymmetric.  Note that
1905    'Erode' does not use a 'reflected' kernel, so that 'Open' and 'Close'
1906    operations work properly.  This 'reflected usage is defined by online
1907    morphology lecture notes (Google for "EECE Binary Morphology")
1908  * Added convolve kernel scaling setting "-set option:convolve:scale N"
1909    If undefined morphology convolve does not do any scaling or normalization
1910    of the convolution kernel.  A value of 0.0 causes normalization for both
1911    zero and non-zero (added weights) kernel types.
1912
19132010-01-15  6.5.9-1 Cristy  <quetzlzacatenango@image...>
1914  * Speed up reading the PSD image format.
1915  * Add the -precision option.  Use it to set the maximum number of significant
1916    digits to be printed.
1917  * Add -features option to the identify program to display channel features.
1918  * Add -unique option to the identify program to display channel features.
1919
19202010-01-01  6.5.9-0 Cristy  <quetzlzacatenango@image...>
1921  * Add support for compact floating point (i.e. -depth 16 -define
1922    quantum:format=floating-point).
1923  * Transparent images no longer flicker on certain system when using the
1924    display program.
1925  * Permit interactive resizing with the display program.
1926  * Support heterogeneous distributed processing, see
1927    http://www.imagemagick.org/script/architecture.php#distributed.
1928  * Fix semaphore assertion when reading a corrupt image with Magick++.
1929  * Add support for -brightness-contrast option.
1930
19312010-01-05  6.5.9-0 Stephan Menzel  <stephan.menzel@gmail...>
1932  * Add support for the BGRA raw image format.
1933
19342010-01-04  6.5.9-0 Anthony Thyssen <A.Thyssen@griffith...>
1935  * Added Kernel Generator to generate kernels from user strings, which
1936    allows the generation in many built in kernels for both Convolution
1937    and other Morphological methods.  New Kernels currently include..
1938      Convolution: Gaussian, Blur, Comet
1939      Morphological: Rectangle, Square, Diamond, Disk, Plus
1940      Distance: Chebyshev, Manhatten, Knight, Euclidean
1941    And both old and new (rectangular) user defined kernel specifications
1942    including the use of 'nan' to represent elements which are not part
1943    of the kernel definition.  List built-in kernel types use "-list kernel"
1944  * Added -morphology {method}[:{iteration}] {kernel_string}
1945    Initial methods includes no only the basic morphology methods: Dilate,
1946    Erode, Open, Close; and a pixel color preserving 'Intensity' version, but
1947    also the special methods: Convolve, and Distance.  Of course the
1948    appropriate kernel should be provided for each specific method.
1949
19502010-01-01  6.5.9-0 Cristy  <quetzlzacatenango@image...>
1951  * Add OpenCL-enabled filter (e.g.  convert image.png -process
1952    "convolve '-1, -1, -1, -1, 9, -1, -1, -1, -1'" image.jpg).
1953  * Added StringTo...() processing functions
1954
19552009-12-27  6.5.8-9 Anthony Thyssen <A.Thyssen@griffith...>
1956  * Added MxN tile cropping with overlapping and space handling.
1957    See IM Examples, Cutting and Bordering, Cropping roughly Equal
1958
19592009-12-23  6.5.8-8 Anthony Thyssen <A.Thyssen@griffith...>
1960  * angle bug fix in variable blur composition with vertical ellipses
1961  * Added ability to have variable angles for ellipses in variable blur
1962    composition.  See IM Examples, Composition, Variable Blur for details
1963
19642009-12-20  6.5.8-8 Cristy  <quetzlzacatenango@image...>
1965  * JPEG does not grok the HSL colorspace.
1966
19672009-12-18  6.5.8-7 Cristy  <quetzlzacatenango@image...>
1968  * Off by 1 error when allocating the dash-pattern array in PerlMagick.
1969  * The -gaussian-blur over blurred the opacity channel (reference
1970    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=15218).
1971
19722009-12-13  6.5.8-6 Cristy  <quetzlzacatenango@image...>
1973  * Declare InverseFourierTransformImage in Magick++/Include.h.
1974
19752009-12-09  6.5.8-5 Glenn Randers-Pehrson <glennrp@image...>
1976  * The PNG8 encoder would fail to write a 1-color image, due to
1977    a bogus MagickFail return from CompressColormapTransFirst().
1978
19792009-12-05  6.5.8-4 Cristy  <quetzlzacatenango@image...>
1980  * SVG images are no longer double sized with the -density option.
1981
19822009-12-04  6.5.8-3 Glenn Randers-Pehrson <glennrp@image...>
1983  * Changed the one instance of PNG_COLOR_TYPE_RGBA to PNG_COLOR_TYPE_RGB_ALPHA
1984    in coders/png.c
1985
19862009-12-03  6.5.8-3 Cristy  <quetzlzacatenango@image...>
1987  * It's interword-spacing, not interword_spacing (reference
1988    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=1515).
1989  * All JP2 depths (e.g. 4, 10, 12, 16) are now supported properly.
1990
19912009-11-28  6.5.8-2 Glenn Randers-Pehrson <glennrp@image...>
1992  * Changed the one remaining ping_info->trans to ping_info->trans_values
1993    in coders/png.c
1994
19952009-11-26  6.5.8-1 Chris Madison  <madisonblu@gmail...>
1996  * Eliminate bogus 'skip to sync byte' exception for PCD image format.
1997  * -threshold option: threshold to white if the computed intensity of the
1998    color channels exceeds the threshold.
1999  * Add -define jpeg:extent option to restrict the maximum JPEG image file size.
2000
20012009-11-26  6.5.8-1 Dr. Ingo Bremer <bremer@wias-...>
2002  * Escape single quote in when writing the UIL format.
2003
20042009-11-25  6.5.8-1 Jee Teck  <jee.teck@cteca...>
2005  * The mogrify program +opaque option now recognizes its required argument.
2006
20072009-11-19  6.5.8-0 Cristy  <quetzlzacatenango@image...>
2008  * Add magick/morphlogy.{c,h} source templates.
2009  * Sync image option when reading MPR images.
2010  * Optimize ping for SVG images.
2011  * SetLogFormat() no longer causes crash (reference
2012    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=15091).
2013  * Do not call MagickCoreTerminus() when memory allocation fails inside
2014    the locale component.
2015
20162009-11-18  6.5.7-9 Cristy  <quetzlzacatenango@image...>
2017  * Read / write 32-bit SUN raster images with a odd width.
2018  * Cairo format returns pixels with the alpha premultiplied (reference
2019    http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=15081).
2020
20212009-11-12  6.5.7-8 Cristy  <quetzlzacatenango@image...>
2022  * Thumb::URI file URI now has the correct number of forward slashes.
2023
20242009-11-09  6.5.7-7 Glenn Randers-Pehrson <glennrp@image...>
2025  * Suppress libpng pedantic warnings and warn about using old libpng-1.4.0
2026    beta versions.
2027
20282009-11-09  6.5.7-7 Cristy  <quetzlzacatenango@image...>
2029  * Bump library age.
2030  * Restore -tile-offset functionality (bug report from Anthony).
2031
20322009-11-06  6.5.7-6 Cristy  <quetzlzacatenango@image...>
2033  * Animate command line options are no longer ignored.
2034
20352009-11-04  6.5.7-5 Anthony Thyssen <A.Thyssen@griffith...>
2036  * Bug Fix for Polynomial distortion. which is now working.
2037
20382009-11-01  6.5.7-4 Cristy  <quetzlzacatenango@image...>
2039  * Use -define delegate:bimodal=true to activate any bimodal delegates.
2040  * Make sure MagickWand semaphore is acquired before locking it.
2041
20422009-10-28  6.5.7-3 Cristy  <quetzlzacatenango@image...>
2043  * Convert SVG clipping path points from unsigned to long.
2044
20452009-10-26  6.5.7-2 Chris Madison  <madisonblu@gmail...>
2046  * Only call InstantiateXComponent() if X11 support is included.
2047  * Correct hue computation for the HSB colorspace.
2048
20492009-10-23  6.5.7-1 Samuel Thibault  <samuel.thibault@ens-l...>
2050  * Braille coder fix for DirectClass images
2051
20522009-10-19  6.5.7-1 Wang Dataton <wang@datat...>
2053  * Use fdopen() rather than MagickOpenStream() in coders/pict.c.
2054
20552009-10-18  6.5.7-1 Cristy  <quetzlzacatenango@image...>
2056  * Alpha blending is not required for ScaleImage().
2057  * Gaussian noise operator is not longer discontinuous.
2058
20592009-10-14  6.5.7-0 Pino Toscano  <pino@kde...>
2060  * ImageMagick fails to build in GNU/HURD due to absence of PATH_MAX.
2061
20622009-10-14  6.5.7-0 Cristy  <quetzlzacatenango@image...>
2063  * Black channel is now set properly when resizing CMYKA images.
2064
20652009-10-10  6.5.7-0 Anthony Thyssen <A.Thyssen@griffith...>
2066  * Bug Fixes for degenerate 'affine' cases of BilinearForward distortion.
2067
20682009-10-06  6.5.6-10 Cristy  <quetzlzacatenango@image...>
2069  * Declare the  MagickCore method SpliceImage() in Magick++/Include.h.
2070
2071    QueueCacheViewAuthenticPixels() for the CopyComposite optimization.
20722009-10-04  6.5.6-9 Cristy  <quetzlzacatenango@image...>
2073  * Use GetCacheViewAuthenticPixels() rather than
2074  * QueueCacheViewAuthenticPixels() for the CopyComposite optimization.
2075
20762009-10-03  6.5.6-8 Nick Wellnhofer <wellnhofer@aevum...>
2077  * Add missing libraries to the LIBADD entries in coders/Makefile.am,
2078    filters/Makefile.am and wand/Makefile.am.
2079  * Use LIBS rather than LDFLAGS in configure.ac for the Freetype delegate
2080    library.
2081
20822009-10-01  6.5.6-7 Cristy  <quetzlzacatenango@image...>
2083  * Don't use group4 compression if the image is truecolor.
2084  * If image is gray, write grayscale DPX images.
2085  * We no longer lose a scanline when reading multi-frame raw images
2086    (Y, R, C, etc.).
2087  * Properly update the EXIF orientation tag.
2088
20892009-09-25  6.5.6-6 Cristy  <quetzlzacatenango@image...>
2090  * Permit percentage of hue for HSL (e.g. hsl(12%,...)).
2091
20922009-09-25  6.5.6-5 Cristy  <quetzlzacatenango@image...>
2093  * Support -clamp option.
2094  * Patch for IsMagickColorEqual() for HDRI.
2095  * Permit non-percentage HSL colors (e.g. hsl(12.6316,134.58339,219.00012)).
2096
20972009-09-25  6.5.6-5 Elf  <elf@ephem...>
2098  * Patch to fix configure's framework's undefinedness (only if the gslib
2099    tests are run).
2100
21012009-09-22  6.5.6-4 Cristy  <quetzlzacatenango@image...>
2102  * Don't compile Huffman2DEncodeImage() unless the TIFF delegate library
2103    is enabled.
2104  * Hue in hsl() format is 0-360 and does not use %.
2105
21062009-09-21  6.5.6-3 Cristy  <quetzlzacatenango@image...>
2107  * Deprecate LevelImageColors(), replace with LevelColorsImage().
2108
21092009-09-17  6.5.6-2 Cristy  <quetzlzacatenango@image...>
2110  * Optimize copy composite operator.
2111
21122009-09-15  6.5.6-2 Cristy  <quetzlzacatenango@image...>
2113  * Use -define jpeg:size to scale a JPEG image to the specified size.
2114
21152009-09-13  6.5.6-0 Cristy  <quetzlzacatenango@image...>
2116  * Fix ICON alpha mask scanline pad.
2117
21182009-09-11  6.5.5-10 Cristy  <quetzlzacatenango@image...>
2119  * Return the global maximum threads to avoid the rare cache view assertions.
2120  * Throw an end-of-file exception for truncated raw gray images.
2121
21222009-09-10  6.5.5-9 Cristy  <quetzlzacatenango@image...>
2123  * Do not include last line of text in the interline spacing computation.
2124
21252009-09-07  6.5.5-8 Cristy  <quetzlzacatenango@image...>
2126  * Check that quantum_info is defined before destroying it in the PNG coder.
2127  * Add -interline-spacing option to convert.
2128
21292009-09-03  6.5.5-7 Cristy  <quetzlzacatenango@image...>
2130  * Support multi-page transparent Postscript and PDF.
2131
21322009-09-01  6.5.5-6 Cristy  <quetzlzacatenango@image...>
2133  * A union is required when converting a thread ID to an unsigned long.
2134
21352009-08-28  6.5.5-5 Cristy  <quetzlzacatenango@image...>
2136  * Add support for TIFF 3.9.1.
2137
21382009-08-27  6.5.5-4 Cristy  <quetzlzacatenango@image...>
2139  * Validate with the netscape: reference image.
2140
21412009-08-26  6.5.5-3 Cristy  <quetzlzacatenango@image...>
2142  * Fix memory leak for threaded PerlMagick scripts.
2143
21442009-08-24  6.5.5-2 Cristy  <quetzlzacatenango@image...>
2145  * SVG compile error when if MAGICKCORE_CAIRO_DELEGATE is not defined.
2146
21472009-08-23  6.5.5-1 Anthony Thyssen <A.Thyssen@griffith...>
2148  * Bug Fix for transparency handling in Composite Variable Blur
2149  * Addition of -auto-level and -auto-gamma  image enhancements
2150    (under trial not yet final)
2151  * Addition of a special -channel flag 'sync' which means that the specified
2152    channels are to be modified together by the same amount.  The flag is
2153    enabled by default.  This replaces the current 'channels not modified'
2154    type handling thought IM.
2155  * Modified -channel parsing to continue looking for words, after handling
2156    any shorthand channel options.  For example:  -channel RGB,sync
2157
21582009-08-10  6.5.5-0 Cristy  <quetzlzacatenango@image...>
2159  * identify -format %c logo.png returns the image comment as expected.
2160  * Clone ImageInfo members scene and number_scenes (reference
2161    http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=14437).
2162  * Fix memory leak with the -remote option of the animate program (bug report
2163    from Anthony).
2164  * If a grayscale TIFF image has a colormap write it as a colormapped image.
2165  * MVG partial opacity not set properly (reference
2166    http://www.imagemagick.org/discourse-server/viewtopic.php?f=6&t=14442).
2167  * Black channel was not blurring properly (reference
2168    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=14473).
2169
21702009-08-06  6.5.4-10 Cristy  <quetzlzacatenango@image...>
2171  * The display program honors -loop.
2172  * (ab) of Lab colorspace was not offset correctly.
2173  * Scale mag/phase and real/imaginary the same for HDRI and non-HDRI builds.
2174  * SVG permits multiple arc paths with an omitted 'A' (reference
2175    http://www.imagemagick.org/discourse-server/viewtopic.php?f=6&t=14377).
2176  * The 'skewY' MVG attribute produced incorrect angles (reference
2177    http://www.imagemagick.org/discourse-server/viewtopic.php?f=6&t=14144).
2178
21792009-08-02  6.5.4-9 Cristy  <quetzlzacatenango@image...>
2180  * Optimize GammaImage() method.
2181
21822009-08-02  6.5.4-8 Cristy  <quetzlzacatenango@image...>
2183  * OpenMP-enable GetSimilarityMetric().
2184
21852009-07-30  6.5.4-7 Bernhard Rosenkraenzer <bero@arkli...>
2186  * Structure trans_values was renamed to trans_color and trans was
2187    renamed to trans_alpha in PNG version 1.4.
2188
21892009-07-29  6.5.4-7 Cristy  <quetzlzacatenango@image...>
2190  * Replace color blending in DrawGradientImage() to use Composite Blend.
2191    this makes Gradients handle transparency correctly!
2192
21932009-07-28  6.5.4-7 Cristy  <quetzlzacatenango@image...>
2194  * The -thumbnail option no longer removes color profiles (reference
2195    http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=14312).
2196  * Do not scale real / imaginary FFT / IFT.
2197  * Check for localtime() NULL return.
2198  * import --help requires an X server (reference
2199    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=14323).
2200  * Fails to load MS Windows icons with compressed PNG elements (reference
2201    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=14324).
2202
22032009-07-25  6.5.4-6 Cristy  <quetzlzacatenango@image...>
2204  * Support the new JPEG version 7 delegate library.
2205
22062009-07-24  6.5.4-6 Alexander E. Patrakov <patrakov@gmail...>
2207  * Incorrect use of setjmp in coders/png.c.
2208
22092009-07-23  6.5.4-5 Cristy  <quetzlzacatenango@image...>
2210  * We broke -scene when we fixed the -dispose option.  Try again.
2211
22122009-07-21  6.5.4-4 Cristy  <quetzlzacatenango@image...>
2213  * Update autoconf support files.
2214  * More than one -dispose setting overwrote previous settings (reference
2215    http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=14252).
2216  * Don't use JPEG's color reduction algorithm for less than 8 colors.
2217
22182009-07-13  6.5.4-3 Anthony Thyssen <A.Thyssen@griffith...>
2219  * Final testing and bug fixes for all mathematical compose methods
2220    Including non-overlapping regions bugs found in in operators Divide,
2221    ColorDodge,  VividLight.  And the handling of transparency to follow
2222    standard 'Over' Blending in Divide.  Only math methods not looked at are
2223    the addition methods Plus, Add, Minus, and Subtract, which do not follow
2224    normal 'Over' alpha blending behaviour, for the purposes of mask handling.
2225
22262009-07-12  6.5.4-3 Anthony Thyssen <A.Thyssen@griffith...>
2227  * Addition of user definable 'Mathematics' compose method
2228      -compose Mathematics -set option:compose:args A,B,C,D -composite
2229    Will implement the formula    f(Sc,Dc) = A*Sc*Dc + B*Sc + C*Dc + D
2230    this lets you implement most smooth polynomial compose methods.
2231    (requested by Fred WienHaus)
2232
22332009-07-11  6.5.4-3 Anthony Thyssen <A.Thyssen@griffith...>
2234  * Finished the recoding of Composite methods to allow easier debugging
2235    and faster access.
2236  * Added PegtopLight compose method as an alternative simpler Softlight
2237    alternative.  See notes and comparison to SoftLight in...
2238       http://www.pegtop.net/delphi/articles/blendmodes/softlight.htm
2239  * From the notes on Photoshop blend modes at
2240       http://www.simplefilter.de/en/basics/mixmods.html
2241    Added extra composition modes:
2242       VividLight, PinLight, LinearBurn, LinearDodge
2243    NOTE: 'LinearBurn' the same as 'Plus' but with the normal 'Over' blending.
2244
22452009-07-10  6.5.4-3 Anthony Thyssen <A.Thyssen@griffith...>
2246  * Re-coding of Composite methods HardLight, SoftLight, Overlay, LinearLight,
2247    ColorBurn, ColorDodge, Multiply, Screen  to make it more readable, easier
2248    to debug, and directly comparable to SVG specifications.
2249  * Specifications changed for  SoftLight, ColorBurn, ColorDodge
2250    Though only SoftLight changed to significantly.
2251  * However implementation errors were found for  ColorBurn, LinearLight
2252
22532009-07-01  6.5.4-3 Cristy  <quetzlzacatenango@image...>
2254  * Add -blue-shift option.
2255  * Add compression flag for each channel of a PSD layer.
2256  * Implement experimental forward and inverse Fourier transforms (contributed
2257    by Sean Burke and Fred Weinhaus).  The -fft / -ifft option is not ready for
2258    prime time just yet.
2259  * Support -cdl (color decision list) option.
2260  * Don't process directories as filenames when using wildcard paths
2261    (i.e. logo[1]/png).
2262
22632009-07-01  6.5.4-2 Cristy  <quetzlzacatenango@image...>
2264  * Can't bit shift a float.
2265
22662009-06-25  6.5.4-1 Cristy  <quetzlzacatenango@image...>
2267  * Off by one error for multi-frame raw grayscale images.
2268  * Can't stat() a Zip or Bzip opaque structure.
2269  * DPX user bits are no longer truncated.
2270  * Return image colorspace for -format [%colorspace] option.
2271  * ThumbnailImage(): don't subsample if image is already thumbnail size.
2272
22732009-06-23  6.5.4-0 Anthony Thyssen <A.Thyssen@griffith...>
2274  * Automatic determination of B from C and C from B for a 'Keys Filter'
2275    when using the B,C Cubic Filter Expert options was broken.
2276    See http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=14037
2277
22782009-06-19  6.5.4-0 Anthony Thyssen <A.Thyssen@griffith...>
2279  * Added -compose 'Blur', variable blur mapping to CompositeImages
2280    Arguments   X_scale x Y_scale + angle   of the blurring ellipse.
2281  * Added "-blur" special compose option to "composite"
2282  * Cleanup of "composite" compose argument handling
2283
22842009-06-18  6.5.3-10 Cristy  <quetzlzacatenango@image...>
2285  * Clone pixel cache when cloning image to prevent RMagick semaphore lock.
2286  * Set compare similarity image to NULL to prevent double free.
2287
22882009-06-16  6.5.3-8 Cristy  <quetzlzacatenango@image...>
2289  * Set camera formats to require a seekable stream.
2290  * Do not let display program image window exceed the screen size.
2291
22922009-06-14  6.5.3-7 Cristy  <quetzlzacatenango@image...>
2293  * Improve FITS keyword parser.
2294
22952009-06-14  6.5.3-7 Anthony Thyssen <A.Thyssen@griffith...>
2296  * Cleanup of compose 'displace' of old useless code that is not used.
2297  * Implement a compose 'distort' mapping method,
2298    This is basically exactly like 'displace' but relative to a fixed point
2299    which may be user supplied as +X+Y
2300  * Default scaling to width/2 and height/2 of overlay (100% scale)
2301    with a distortion 'center' to the middle of the overlay image
2302  * If a '%' flag given scale displacement relative to image size
2303  * If a '!' flag given make scale and center relative to 'background' image
2304    instead of the overlay map.
2305  * If no 'height' scale given, use the X scale.
2306
23072009-06-13  6.5.3-6 Anthony Thyssen <A.Thyssen@griffith...>
2308  * Fixed bug for compose methods, Hue, Saturate, Luminize
2309
23102009-06-11  6.5.3-6 Cristy  <quetzlzacatenango@image...>
2311  * Report the correct transparent pixel values in the display program
2312    magnify windows.
2313  * Do not advance when finalizing image settings in the mogrify program.
2314
23152009-06-11  6.5.3-5 Anthony Thyssen <A.Thyssen@griffith...>
2316  * Fixed "convert" to merge the third 'mask' image into the 'source' image
2317    for correct handling of 2 dimensional -compose "displace".
2318  * Fixed PerlMagick Composite() for the same thing.
2319  * Modified compose "Displace" so displacement image's alpha channel can be
2320    used to mask the transparency of the overlay area.
2321
23222009-06-07  6.5.3-4 Cristy  <quetzlzacatenango@image...>
2323  * Added the HALD image Color LUT, and a no-op HALD: image generator.
2324    See Introduction at  http://www.quelsolaar.com/technology/clut.html
2325
23262009-06-07  6.5.3-4 Anthony Thyssen <A.Thyssen@griffith...>
2327  * Changed CompositeImageChannel() so that extra compose arguments are
2328    now passed in the ImageArtifact "compose:args". This can be assigned to
2329    images using   -set "option:compose:args" 'args'  where args are defined
2330    using 'geometry' style or 'comma separated numbers'.
2331  * Declared the special flag needed for Composite Tiling as the ImageArtifact
2332    "compose:outside-overlay".
2333  * Documentation update for CompositeImageChannel() in Core Library to
2334    reflect these changes.
2335  * Documentation update for DistortImage() in Core Library with the extra
2336    ImageArtifact controls it can use.
2337  * Bug correction in normalization of GetOptimalKernelWidth2D() of gem.c
2338
23392009-06-06  6.5.3-3 Anthony Thyssen <A.Thyssen@griffith...>
2340  * Documentation update for CompositeImageChannel() in Core Library.
2341    This adds the information on how extra compose arguments needed for
2342    specific compose methods are actually passed to the library function.
2343    Compose methods such as Blend, Dissolve and Displace.
2344
23452009-06-01  6.5.3-3 Priya Hariharan <priya.hariharan@globa...>
2346  * The target profile in ProfileImage() is no longer accessed after it is
2347    freed.
2348
23492009-06-01  6.5.3-1 Cristy  <quetzlzacatenango@image...>
2350  * Bug fix for -page.
2351
23522009-05-31  6.5.3-1 Anthony Thyssen <A.Thyssen@griffith...>
2353  * Minor change to -function Arctan to make first argument match slope
2354
23552009-05-29  6.5.3-0 Cristy  <quetzlzacatenango@image...>
2356  * Do not treat -page as a global option (reference
2357    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=13864).
2358
23592009-05-28  6.5.2-10 Cristy  <quetzlzacatenango@image...>
2360  * Create thread set for pseudo-random number generator.
2361
23622009-05-25  6.5.2-9 Cristy  <quetzlzacatenango@image...>
2363  * Do not change opacity value for the -alpha background option.
2364  * Rebuild automake / autoconf scripts.
2365
23662009-05-23  6.5.2-8 Cristy  <quetzlzacatenango@image...>
2367  * Check for XMakeImage() integer overflow vulnerability (Secunia Advisory
2368    SA35216).
2369
23702009-05-23  6.5.2-8 Cristy  <quetzlzacatenango@image...>
2371  * Permit reading a specific frame of a multi-page TIFF with blobs.
2372
23732009-05-22  6.5.2-8 Anthony Thyssen <A.Thyssen@griffith...>
2374  * Added new -function methods  Arcsin  and Arctan
2375
23762009-05-19  6.5.2-8 Glenn Randers-Pehrson <glennrp@image...>
2377  * Fixed a regression with PNG8: format.
2378
23792009-05-19  6.5.2-7 Cristy  <quetzlzacatenango@image...>
2380  * The -geometry option was improperly applied twice.
2381
23822009-05-18  6.5.2-6 Richard Oehlinger <richard.oehlinger@celum...>
2383  * Set image colorspace to YCbCrColorspace if JPEG color space is JCS_YCbCr.
2384
23852009-05-14  6.5.2-5 Glenn Randers-Pehrson <glennrp@image...>
2386  * Updated help output and command-line options documentation to bring
2387    the -alpha options up to date with what's actually in the code.
2388
23892009-05-13  6.5.2-5 Glenn Randers-Pehrson <glennrp@image...>
2390  * Change "depreciated" to "deprecated" in several files.
2391
23922009-05-10  6.5.2-5 Cristy  <quetzlzacatenango@image...>
2393  * Change OpenMP schedule from dynamic to static for RenderFreeType().
2394  * Recognize unicode strings when computing caption word wrapping.
2395  * New -alpha background option to set fully-transparent pixels to the
2396    background color.
2397
23982009-05-08  6.5.2-4 Cristy  <quetzlzacatenango@image...>
2399  * Combined layer of transparent PSD image was not being read properly.
2400
24012009-05-06  6.5.2-3 Glenn Randers-Pehrson <glennrp@image...>
2402  * Progress on "-define png:bit-depth=value" and "-define png:color-type=value"
2403    It is now able to write an opaque black-and-white image in any of the 15
2404    valid combinations of PNG color-type and bit-depth.
2405  * Fixed a regression with writing sub-8-bit grayscale PNGs.
2406
24072009-05-06  6.5.2-2 Chris Madison  <madisonblu@gmail...>
2408  * Create 8-bit TIFF images if -depth is set to 8 and HDRI-enable ImageMagick.
2409
24102009-05-04  6.5.2-1 Chris Madison  <madisonblu@gmail...>
2411  * Accept file lists on the command line (e.g. echo "rose: rose.png" |
2412    convert @- ...).
2413  * Duplicate line in tiff.c breaking read of zip compressed tif (reference
2414    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=13688).
2415  * Support policies to permit or deny any coder, delegate, filter, or file
2416    path (see policy.xml).
2417
24182009-05-02  6.5.2-0 Chris Madison  <madisonblu@gmail...>
2419  * The mogrify -crop option returns multiple images if an x/y offset is not
2420    specified (e.g. -crop 100x100).
2421  * Generate a proper file path for -path @filelist.txt (reference
2422    http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=13671).
2423
24242009-05-01  6.5.2-0 Glenn Randers-Pehrson <glennrp@image...>
2425  * Accept "-define png:bit-depth=value" and "-define png:color-type=value"
2426    options.  This is work-in-progress with the objective of being able to
2427    precisely specify the type of PNG file to be written.  The previously-used
2428    internal attribute "png:bit-depth" that was used to communicate between
2429    the PNG writer and the JNG writer is changed to "png:bit-depth-written".
2430    This feature needs testing.  It is important to note that this feature
2431    cannot be used to force the PNG to use a bit-depth or color-type that
2432    does not losslessly represent the image.  You can, however, cause
2433    the writer to use a larger depth or to use the RGB colorspace when
2434    grayscale or indexed would have been sufficient.
2435
24362009-05-01  6.5.1-10 Anthony Thyssen <A.Thyssen@griffith...>
2437  * Fixed the Rmin usage in Depolar and Polar distortions
2438  * The 6th argument (Ato) for Polar/Depolar is now optional and defaults
2439    to Afrom + 360 degrees (or a fill circle from the given start angle)
2440
24412009-04-30  6.5.1-10 Cristy  <quetzlzacatenango@image...>
2442  * Do not return a black image for -channel RGBA -gaussian (reference
2443    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=13669).
2444
24452009-04-28  6.5.1-9 Cristy  <quetzlzacatenango@image...>
2446  * Fix 'conflicting types for Huffman2DEncodeImage' compile exception.
2447
24482009-04-25  6.5.1-9 Cristy  <quetzlzacatenango@image...>
2449  * Generate BMP 32-bit ARGB format for images with transparency (reference
2450    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=13633).
2451
24522009-04-24  6.5.1-7 Cristy  <quetzlzacatenango@image...>
2453  * Grok 'image.psd[0]' and 'image.mpg[0]' (reference
2454    http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=13609).
2455  * Normalize similarity based on reconstruction not the original (reference
2456    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=13626).
2457  * Support multiple JPEG images encapsulated within DICOM.
2458
24592009-04-23  6.5.1-6 Cristy  <quetzlzacatenango@image...>
2460  * Msys does not understand NAME_MAX.
2461
24622009-04-22  6.5.1-5 Cristy  <quetzlzacatenango@image...>
2463  * Check for valid linked list before assigning next / previous pointers.
2464
24652009-04-21  6.5.1-4 Glenn Randers-Pehrson <glennrp@image...>
2466  * Check error return from CompressColormapTransFirst() in coders/png.c
2467
24682009-04-21  6.5.1-4 Glenn Randers-Pehrson <glennrp@image...>
2469  * Refrain from modifying image struct members (color, depth, matte)
2470    while writing PNG datastreams.
2471
24722009-04-21  6.5.1-4 Glenn Randers-Pehrson <glennrp@image...>
2473  * Sometimes the PNG8: format would produce 1-, 2-, or 4-bit PNG datastreams.
2474    Now it always produces 8-bit datastreams as users probably expect.
2475
24762009-04-21  6.5.1-4 Glenn Randers-Pehrson <glennrp@image...>
2477  * Suppressed "shadowed declaration" warnings in coders/jpeg.c and
2478    coders/png.c that are triggered by "-Wshadow" gcc compiler flag.
2479
24802009-04-17  6.5.1-3 Cristy  <quetzlzacatenango@image...>
2481  * The display program now returns a 0 exit code on success (reference
2482    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=13579).
2483
24842009-04-14  6.5.1-3 Glenn Randers-Pehrson <glennrp@image...>
2485  * Folded some long lines and made other cosmetic changes.in coders/png.c
2486
24872009-04-13  6.5.1-3 Cristy  <quetzlzacatenango@image...>
2488  * MVG autodetection failing (reference
2489    http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=13542).
2490
24912009-04-11  6.5.1-2 Cristy  <quetzlzacatenango@image...>
2492  * Image not properly placed when displaying to the X server root (reference
2493    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=13532).
2494  * fmax() is not support on some platforms (reference
2495    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=13533).
2496
24972009-04-11  6.5.1-2 Anthony Thyssen <A.Thyssen@griffith...>
2498  * Rename existing "Bilinear" distortion as  "BilinearReverse"
2499  * Added forward mapped bilinear distort as  "BilinearForward"
2500  * The "Bilinear" distort is temporarily obsoleted but will eventually
2501    be added as a  "BilinearReverse" and "BilinearForward" combination
2502    mapping though a unit square.
2503  * Sparse Gradient internally uses "BilinearReverse" for its "Bilinear"
2504    gradient function as that method is the direct use of such equations.
2505
25062009-04-01  6.5.1-1 Cristy  <quetzlzacatenango@image...>
2507  * Default to min-is-white Photometric for fax / group4 compression (reference
2508    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=13468).
2509  * Respect image resolution when setting PDF MediaBox (reference
2510    http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=13350).
2511  * Add SimilarityImage() to return how similar one image is to another.
2512
25132009-03-28  6.5.1-0 Cristy  <quetzlzacatenango@image...>
2514  * Graceful exit in djvu coder when EOF is thrown.
2515  * Support -unsharp option for the montage program.
2516
25172009-03-28  6.5.0-10 Cristy  <quetzlzacatenango@image...>
2518  * Reduce deskew blurring: use AffineTransformImage() rather than
2519    RotateImage().
2520  * Unexpected end-of-file @ xwd.c/ReadXWDImage/252 (reference
2521    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=13430).
2522
25232009-03-26  6.5.0-10 Markus Dahms <markus.dahms@progr...>
2524  * Support for -density & -units options in PSD writer.
2525
25262009-03-26  6.5.0-10 Samuel Thibault  <samuel.thibault@ens-l...>
2527  * Fix bug in the braille coder which makes it always segfault.
2528
25292009-03-25  6.5.0-9 Cristy  <quetzlzacatenango@image...>
2530  * Enhance the compare program to locate a template image within a larger
2531    image.
2532  * Eliminate assertion when generating a PDF thumbnail.
2533
25342009-03-25  6.5.0-8 Cristy  <quetzlzacatenango@image...>
2535  * Fix assertion in IntegralRotateImage (reference
2536    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=13410).
2537
25382009-03-24  6.5.0-7 Cristy  <quetzlzacatenango@image...>
2539  * Referenced counted blob incremented incorrectly in CloneImage() (reference
2540    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=13410).
2541
25422009-03-23  6.5.0-6 Chris Madison  <madisonblu@gmail...>
2543  * Assertion failure reading PSD image (reference
2544    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=13397).
2545
25462009-03-21  6.5.0-5 Chris Madison  <madisonblu@gmail...>
2547  * Change -selective-blur to use gaussian kernel.
2548
25492009-03-21  6.5.0-4 ERB  <entropy@xebec...>
2550  * Missing locks in blob - race condition (reference
2551    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=13385).
2552
25532009-03-19  6.5.0-3 Chris Madison  <madisonblu@gmail...>
2554  * Use default SVG resolution unless resolution is explicitly set (reference
2555    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=13373).
2556  * Add support for -selective-blur option.
2557
25582009-03-19  6.5.0-3 ragesteel  <iimagemagic-org-iapied0o@gt2.r...>
2559  * ImageToBlob() no longer faults if Jasper compression is wrong (reference
2560    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=13372).
2561
25622009-03-19  6.5.0-3 ERB  <entropy@xebec...>
2563  * Check the 8BIM profile resource block length (reference
2564    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=13368).
2565  * Unlocked read in DeleteNodeByValueFromSplayTree (reference
2566    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=13370).
2567
25682009-03-18  6.5.0-2 ERB  <entropy@xebec...>
2569  * Eliminate race condition when acquiring a wand (reference
2570    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=13357).
2571  * Use of "localtime" in FormatMagickTime not thread-safe (reference
2572    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=13358).
2573
25742009-03-18  6.5.0-2 Cristy  <quetzlzacatenango@image...>
2575  * Fix the image compose operator at OverCompositeOP for shadows (reference
2576    http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=13330).
2577
25782009-03-14  6.5.0-1 Paul Smedley  <paul@smedl...>
2579  * Patches to get ImageMagick working under OS2.
2580
25812009-03-10  6.5.0-1 Anthony Thyssen <A.Thyssen@griffith...>
2582  * Expansion of Virtual-Pixel (Cache) handling, to include corrected Mirror,
2583    plus addition of  CheckerTile, HorizontalTileEdge and VerticalTileEdge
2584
25852009-03-10  6.5.0-0 John Cupitt  <jcupitt@gmail...>,
2586                    Glenn Randers-Pehrson <glennrp@image...>
2587  * DICOM reader not handling signed pixels properly.
2588
25892009-03-09  6.4.9-10 Alexander E. Patrakov <patrakov@gmail...>
2590  * Don't call GetValueFromSplayTree() if image properties is NULL.
2591
25922009-03-09  6.4.9-10 Anthony Thyssen <A.Thyssen@griffith...>
2593  * Fix minor size issue with bestfit +distort operation.
2594  * Enable listing of -distort Polynomial
2595  * Minor tweeks and center fixes for Polar/Depolar
2596
25972009-03-01  6.4.9-9 Cristy  <quetzlzacatenango@image...>
2598  * Convert returns MagickFalse for the -version option (reference
2599    http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=13230).
2600  * Don't set pixel opacity unless the image alpha channel is active (reference
2601    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=13189).
2602
26032009-02-27  6.4.9-8 Anthony Thyssen <A.Thyssen@griffith...>
2604  * Fix old -clut bug for re-coloring gray images using transparent and
2605    semi-transparent colors.
2606
26072009-02-22  6.4.9-7 Rick Mabry  <rick.mabry@anony...>
2608  * Changes have been made to scores of the files that generate the
2609    documentation. The most noticeable cosmetic changes are to the command-line
2610    examples and command-line snippets, which now have a new look: dark blue
2611    boxes with white/yellow text to indicate sample input/output.  Inclusion of
2612    current version and release dates in appropriate places are now
2613    automatically generated. Also, many changes have been made to begin to
2614    bring the pages into strict W3C compliance with respect to both HTML and
2615    CSS.
2616
26172009-02-21  6.4.9-7 Chris Madison  <madisonblu@gmail...>
2618  * The identify program reads the image pixels when the -format option is
2619    asking for image statistics.
2620  * Much improved ImageMagick validation suite (exercise with 'make check').
2621
26222009-02-18  6.4.9-5 Jon  <jon@brick...>
2623  * Processing the arg list -tile is replaced by -sans0 which is 1 char longer
2624    and which overwrites the allocated area.
2625
26262009-02-16  6.4.9-5 Chris Madison  <madisonblu@gmail...>
2627  * Add section to license to alert users to third-party licenses in the
2628    NOTICE file.
2629
26302009-02-11  6.4.9-3 Anthony  <A.Thyssen@griffith...>
2631  * Replaced geometry string parsing using ParseGravityGeometry() in
2632    "composite" with more direct use of GravityAdjustGeometry();
2633
26342009-02-10  6.4.9-3 Cristy  <quetzlzacatenango@image...>
2635  * Support file descriptors (e.g. convert image.jpg fd:3 ...).
2636  * The stream utility no longer go into an infinite loop (reference
2637    http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=13102).
2638
26392009-02-04  6.4.9-2 Cristy  <quetzlzacatenango@image...>
2640  * JPEG to PDF was not always reversible (reference
2641    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=13020).
2642
26432009-01-30  6.4.9-0 Cristy  <quetzlzacatenango@image...>
2644  * Stroking when annotating failed for stroke widths > 2 (reference
2645    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=13009).
2646
26472009-01-24  6.4.8-10 Cristy  <quetzlzacatenango@image...>
2648  * TransformImageColorspace() returns GRAYColorspace when set (reference
2649    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=12990).
2650  * Don;t assume CMYK unless document process colors include Cyan, Magenta,
2651    or Yellow.
2652
26532009-01-23  6.4.8-9 Cristy  <quetzlzacatenango@image...>
2654  * Increase random angle range for +polaroid from -7..7 to -15..15 degrees.
2655
26562009-01-22  6.4.8-8 Anthony  <A.Thyssen@griffith...>
2657  * Fixed a -evaluate AddModulus 'patch' for correct 'negative' handling
2658
26592009-01-20  6.4.8-7 Cristy  <quetzlzacatenango@image...>
2660  * Removed previous patches for -shear directions.
2661
26622009-01-20  6.4.8-8 Thomas Stegemann  <Thomas.Stegemann@mater...>
2663  * SVG with resolutions other than 72.0 dpi, text is no longer transformed
2664    twice.
2665
26662009-01-20  6.4.8-8 Anthony  <A.Thyssen@griffith...>
2667  * Renamed -evaluate methods 'sin' and 'cos' to math C math library names
2668  * Added  "-function polynomial  a,b,c,...."   Eg:  a*x^2 + b*x + c
2669  * Added  "-function sinusoid freq,phase,amplitude,bias  (all optional)
2670
26712009-01-18  6.4.8-7 Anthony  <A.Thyssen@griffith...>
2672  * Removed "annotate" patches, which causes no end of problems.
2673    Original coding worked perfectly fine.  Annotate isn't part of SVG!
2674
26752009-01-18  6.4.8-7 Cristy  <quetzlzacatenango@image...>
2676  * Respect mouse wheel movements for display program (reference
2677    http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=12938).
2678  * Grab button in Display Open menu now works consistently (reference
2679    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=12942).
2680  * Patch for problem with opacity in MVG (reference
2681    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=12946).
2682
26832009-01-14  6.4.8-6 Cristy  <quetzlzacatenango@image...>
2684  * Don't accept discontinuous shear angles for the -annotate option.
2685    -- REMOVED
2686
26872009-01-14  6.4.8-6 Mark Freeman <mark.freeman@porci...>
2688  * Apply patch so ImageMagick compiles with Visual Studio 6.
2689
26902009-01-12  6.4.8-5 Alexander E. Patrakov <patrakov@gmail...>
2691  * Fix small memory leak on truncated PNG images.
2692  * Do not allocate pixels when pinging a PNG image.
2693
26942009-01-11  6.4.8-6 Chris Madison  <madisonblu@gmail...>
2695  * Set the stroke opacity for "opacity" SVG element (reference
2696    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=10594).
2697
26982009-01-10  6.4.8-5 Matthew Litwin <mlitwin@sonic...>
2699  * Convert to windows .ico format no longer inverts alpha channel.
2700
27012009-01-10  6.4.8-5 Cristy  <quetzlzacatenango@image...>
2702  * Interpret geometry correctly for negative angles (-shear 30x-10).
2703
27042009-01-08  6.4.8-4 Eberhard Mattes  <eberhard.mattes@web.d...>
2705  * Fix GetMagickToken() to accept locales that use "," as radix character.
2706
27072009-01-08  6.4.8-4 Anthony  <A.Thyssen@griffith...>
2708  * Add (and Fix) -evaluate methods   Sine, Cosine, AddModulus
2709
27102009-01-05  6.4.8-4 Rick Mabry  <rick.mabry@anony...>
2711  * Check for negative offsets (bevel widths) for the -frame option.
2712
27132009-01-04  6.4.8-4 Alexander E. Patrakov <patrakov@gmail...>
2714  * Patch for a memory leak and a logical bug in coders/gif.c.
2715  * CopyMagickString() now returns the minimum of the source string length
2716    or the length parameter.
2717  * Properly set alpha channel in PNGs with palette and tRNS.
2718
27192009-01-01  6.4.8-4 Cristy  <quetzlzacatenango@image...>
2720  * Support %[] embedded filename tag (e.g. convert rose: -set area "%wx%h"
2721    'rose-%[area].png').
2722  * Do not set the fill element when 'opacity' is set (reference
2723    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=10594).
2724  * Restore support for decoding the DVI format.
2725  * Add perl and math lib reference to PerlMagick Makefile (reference
2726    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=12840).
2727  * Fix crash on invalid JPEG XML profile.
2728  * Export libtool symbols in MagickCore.sym and MagickWand.sym.
2729  * Support sine and cosine as arguments to the -evaluate option.
2730
27312008-12-31  6.4.8-4 Amartyo Banerjee" <amartyo@gmail...>
2732  * Calculate the kurtosis and skewness of image channels (reference
2733    http://amartyosscrapbook.blogspot.com/2008/12/formulas-used-to-calculate-kurtosis-and.html).
2734
27352008-12-28  6.4.8-4 Rick Mabry  <rick.mabry@anony...>
2736  * Patch magick/display.c and PerlMagick/ContrastStretchImage() to return the
2737    same results as the -contrast-stretch option.
2738  * ContrastStretchImageChannel() no longer interpreted as Contast() by
2739    MogrifyRegion() in PerlMagick.
2740
27412008-12-28  6.4.8-3 Rick Mabry  <rick.mabry@anony...>
2742  * Reverse argument and option in Throw*InvalidArgumentException()
2743    macro for proper exception message.
2744  * Recognize negative geometries for -shear and -annotate (.e.g. 45x-30).
2745  * Fix Y shear angle for -shear option.
2746
27472008-12-26  6.4.8-2 Cristy  <quetzlzacatenango@image...>
2748  * Use GetImageArtifact() to retrieve -attenuate option value for +noise.
2749  * Support reading FITS test files (reference
2750    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=12799).
2751  * Replace input.ttf with the public domain Tuffy.ttf font.
2752  * MagickNewImage() no longer faults when parameters are incorrect (reference
2753    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=12817).
2754  * Allocate strings returned by XGetResourceInstance() (reference
2755    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=12818).
2756  * The -append gravity is relative to the container (reference
2757    http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=12821).
2758
27592008-12-19  6.4.8-1 Cristy  <quetzlzacatenango@image...>
2760  * Reference cache rather than acquiring when cloning an image.
2761
27622008-12-19  6.4.8-0 Cashish Kulkarni <ashkulz@redif...>
2763  * Cross-compilation failure using MinGW on Linux for ImageMagick trunk
2764
27652008-12-19  6.4.8-0 Cristy  <quetzlzacatenango@image...>
2766  * Add -interword-spacing option to convert.
2767  * Initialize the black channel when testing the CMY colorspace (reference
2768    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=12685).
2769  * remove calls to exit() in MagickWand (reference
2770    http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=12772).
2771  * Validate -affine arguments.
2772  * Accept -attenuate as an option for convert.
2773  * Properly create RGBA image if colormapped image has transparency.
2774  * Support X11 geometry like this: +-4+-4;  weird but X11 supports it.
2775
27762008-12-17  6.4.7-10 Chris Madison  <madisonblu@gmail...>
2777  * Fix off-by-one problem with -shear.
2778  * Clone pixel cache method when cloning an image.
2779
27802008-12-16  6.4.7-9 Anthony  <A.Thyssen@griffith...>
2781  * Make "-layers Coalesce" work as it should.
2782
27832008-12-16  6.4.7-9 Sam Fisher <fisher@image...?
2784  * Support > 2GB TIFF under Windows.
2785
27862008-12-12  6.4.7-8 mootools <help@mooto...>
2787  * FormatMagickTime() checks to ensure the provided time is valid.
2788
27892008-12-12  6.4.7-8 Cristy  <quetzlzacatenango@image...>
2790  * Add -kerning option to convert.
2791  * Remove halo effect for the -scale option.
2792
27932008-12-11  6.4.7-7 Alan Wright  <alanwright.atex@google...>
2794  * Fix a 1 byte overrun in Postscript coder.
2795
27962008-12-10  6.4.7-6 Cristy  <quetzlzacatenango@image...>
2797  * Fix small memory leak in ExpandFilenames().
2798
27992008-12-09  6.4.7-5 Cristy  <quetzlzacatenango@image...>
2800  * Fix small memory leak in LoadLocaleList().
2801  * Fix small memory leak in GetProfilesFromResourceBlock().
2802  * Don't forget to scale grayscale values when quanum min-is-white is set.
2803
28042008-12-08  6.4.7-4 Cristy  <quetzlzacatenango@image...>
2805  * Include delegate libraries in MagickCore-config script.
2806
28072008-12-07  6.4.7-3 Cristy  <quetzlzacatenango@image...>
2808  * Fix off-by-one error for -chop 0x50%.
2809  * Performance improvement bilinear interpolation.
2810
28112008-12-06  6.4.7-2 Cristy  <quetzlzacatenango@image...>
2812  * Support absolute paths in the include directive within a configuration
2813    file.
2814
28152008-12-05  6.4.7-1 Chris Madison  <madisonblu@gmail...>
2816  * Assume Log colorspace if DPX transfer is LogarithmicColorimetric.
2817  * Another attempt at properly extracting the IPTC profile from a 8BIM
2818    resource block.
2819
28202008-12-04  6.4.7-1 Anthony  <A.Thyssen@griffith...>
2821  * AppendImage() re-written to respect gravity properly!
2822    Routine simplified to a single loop for both styles of append
2823
28242008-12-03  6.4.6-9 Cristy  <quetzlzacatenango@image...>
2825  * AppendImage() respects gravity.
2826  * Protect against circular image list when cropping.
2827  * The index variable must be long rather than unsigned long for the DCM
2828    coder.
2829
28302008-12-02  6.4.6-9 Cristy  <quetzlzacatenango@image...>
2831  * Use ScaleQuantumToMap() to prevent fault in SetGrayscaleImage() when
2832    quantum depth is 32.
2833
28342008-12-01  6.4.6-8 Cristy  <quetzlzacatenango@image...>
2835  * Global replaced accidentally renamed MagickGetImagePixelColor().
2836
28372008-11-29  6.4.6-6 Cristy  <quetzlzacatenango@image...>
2838  * Fixed transient bug in the -white-threshold option.
2839  * -extent x256+100+100 no longer returns an exception (reference
2840    http://www.imagemagick.org/discourse-server/viewtopic.php?f=7&t=12583).
2841
28422008-11-27  6.4.6-5 Cristy  <quetzlzacatenango@image...>
2843  * TIFF pad is relative to bits-per-sample (reference
2844    http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=12563).
2845
28462008-11-27  6.4.6-5 Koshiji Masayuki  <kosiji.masayuki@da.mi...>
2847  * Support GBR raw image files.
2848
28492008-11-26  6.4.6-4 Cristy  <quetzlzacatenango@image...>
2850  * DPX 10 bit YUV 4:2:2 are now processed properly (reference
2851    http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=12443).
2852  * Default PDF compression to that of the image unless overwritten by
2853    the -compress option.
2854
28552008-11-25  6.4.6-3 Cristy  <quetzlzacatenango@image...>
2856  * Numerous pixel cache improvements including embedded support for
2857    OpenMP in a transparent manner.
2858
28592008-11-20  6.4.6-2 Cristy  <quetzlzacatenango@image...>
2860  * Transient bug in encipher / decipher operation (reference
2861    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=12540).
2862
28632008-11-14  6.4.6-1 Cristy  <quetzlzacatenango@image...>
2864  * MPC image files working again.
2865  * coders/wmf.c/lite_font_stringwidth() returns string width (reference
2866    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=12528).
2867
28682008-11-10  6.4.6-0 Cristy  <quetzlzacatenango@image...>
2869  * Fix temporary file leak.
2870
28712008-11-18  6.4.5-9 Koshiji Masayuki  <kosiji.masayuki@da.mi...>
2872  * Fix bug for RGBO image @ line, plane and partition interlace.
2873
28742008-11-18  6.4.5-9 Chris Madison  <madisonblu@gmail...>
2875  * Deprecate pixel methods: AcquireImagePixels(), GetImagePixels(), etc.
2876  * New pixel methods: GetVirtualPixels(), GetAuthenticPixels(), etc.
2877
28782008-11-15  6.4.5-7 Alexander E. Patrakov <patrakov@gmail...>
2879  * GPS and multivalued EXIF properties support
2880
28812008-11-14  6.4.5-6 Manish Aggarwal <manish@circu...>
2882  * Add TransparentPaintImageChroma() to MagickCore and transparentChroma()
2883    to Magick++.
2884
28852008-11-10  6.4.5-6 Cristy  <quetzlzacatenango@image...>
2886  * Correct DPX frame position property label (reference
2887    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=12440).
2888  * Textures are no longer painted as the background color.
2889  * Update both fields of an EXIF resolution.
2890  * Support query-font-metrics MSL tag.
2891
28922008-11-01  6.4.5-4 Cristy  <quetzlzacatenango@image...>
2893  * Do not set image colorspace for the MSL modulate tag.
2894
28952008-11-01  6.4.5-3 Cristy  <quetzlzacatenango@image...>
2896  * Off by one error when computing affine in DrawAffineImage() (reference
2897    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=12391.
2898
28992008-10-30  6.4.5-2 Cristy  <quetzlzacatenango@image...>
2900  * Fixed local adaptive thresholding  when using an offset (reference
2901    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=12371.
2902  * Set SetImagePixels() rather than SyncImagePixelCache() to update
2903    the pixel cache morphology.
2904
29052008-10-26  6.4.5-1 Cristy  <quetzlzacatenango@image...>
2906  * Set explicit image format for BlobToImage() (reference
2907    http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=12340).
2908  * p_thread_t is an aggregate under MinGW.
2909
29102008-10-20  6.4.5-0 Cristy  <quetzlzacatenango@image...>
2911  * pthread_t can be aggregate so stop treating it like its atomic.
2912  * default the WPG image size to 1 top avoid "no pixels defined in cache"
2913    exceptions.
2914
29152008-10-17  6.4.4-8 Anthony  <A.Thyssen@griffith...>
2916  * slight modification of the added "radial-gradient:" image generator
2917    so the radius goes to an edge rather than the corner, allowing more user
2918    control based on image size.
2919  * fix -raise N to mean -raise NxN
2920
29212008-10-15  6.4.4-8 Cristy  <quetzlzacatenango@image...>
2922  * Add support for inline images.
2923
29242008-10-10  6.4.4-7 Cristy  <quetzlzacatenango@image...>
2925  * MinGW supports both Posix threads and Windows critical sections.
2926
29272008-10-06  6.4.4-5 Cristy  <quetzlzacatenango@image...>
2928  * pthread_self() can be an aggregate value.
2929  * Scale pixel quantum to match PNG tRNS range (i.e. 0-255).
2930
29312008-10-06  6.4.4-3 Cristy  <quetzlzacatenango@image...>
2932  * Set sentinel byte for MVG coder.
2933  * fx:standard_deviation returns standard deviation now instead of mean.
2934
29352008-10-01  6.4.4-1 Florent Monnier  <monnier.florent@gmail...>
2936  * Support radial gradients in DrawGradientImage().
2937
29382008-09-26  6.4.4-1 Cristy  <quetzlzacatenango@image...>
2939  * Fix memory leak when XMP profile is corrupt.
2940  * Support filename references (e.g. convert image-%d.jpg[1-5] ...).
2941
29422008-09-25  6.4.4-0 Cristy  <quetzlzacatenango@image...>
2943  * Use -remap rather than -affinity.
2944  * Don't unregister a module for an image coder signature exception.
2945  * Don't assume a monochrome image is colormapped.
2946
29472008-09-25  6.4.4-0 Anthony <A.Thyssen@griffith...>
2948  * Attempt to fix three image "composite -displace" while also allowing use
2949    of separate X, Y grayscale displacement maps, or a merged X=red Y=green
2950    (later transparency mask will also be added) as discussed in IM Examples,
2951    'distortion maps', but for -displace.
2952
29532008-09-24  6.4.3-10 Cristy  <quetzlzacatenango@image...>
2954  * Fix pixel cache race condition.
2955
29562008-09-23  6.4.3-10 Cristy  <quetzlzacatenango@image...>
2957  * Fixed an OTB coder bug (reference
2958    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=12119).
2959
29602008-09-23  6.4.3-8 Peter Fales <psfales@alcat...>
2961  * Add NULL terminator to options list to in MontageImageCommand().
2962
29632008-09-23  6.4.3-8 Anthony <A.Thyssen@griffith...>
2964  * Added -layers TrimBounds  which will adjust the offsets and canvas bounds
2965    to fit the current sequence of layered/animated images. The images
2966    themselves are not modified only the 'page' meta-data.  As a side-effect
2967    all offsets will become positive, with a minimal canvas width/height.
2968
29692008-09-22  6.4.3-8 Cristy  <quetzlzacatenango@image...>
2970  * Define _FILE_OFFSET_BITS from MAGICKCORE_FILE_OFFSET_BITS.
2971
29722008-09-10  6.4.3-7 Anthony <A.Thyssen@griffith...>
2973  * String Memory leak from InterpretImageProperties() in "annotate"
2974    for Command line handling in mogrify.c
2975  * Allow percent escapes in both -sparse-color and -distort argument strings.
2976  * Fix -alpha to allow Set, Copy, and Extract from command line
2977  * Fix -alpha Set so it only clears the alpha when it was previously off
2978  * Changed 'AllChannels' to be just the 'real' channels (including K).
2979  * Special handling if  +level-colors is given one color, and no separator.
2980  * Fix 'matte' flag in DisposeImages() (for -layer dispose)
2981
29822008-09-01  6.4.3-7 Cristy  <quetzlzacatenango@image...>
2983  * Fix -interpolate / -compose settings.
2984  * No need to specify -endian for native floating point format.
2985  * Remove small memory leak when cloning image properties (reference
2986    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=11981).
2987  * The scan delegate requires a device name, not a symbolic link.
2988  * Report alpha instead of opacity for the TXT image format (reference
2989    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=12002).
2990  * Add channel support to -motion-blur.
2991  * Set the SVG affine matrix *before* we compute the scale (reference
2992    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=12030).
2993  * Rely on 'omp critical' in the rare case where OpenMP is enabled but
2994    ImageMagick distribution is built without thread support.
2995  * Return the correct number of unique colors for colormapped image (reference
2996    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=12055).
2997  * SVG depends on MagickWand for parallel make (reference
2998    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=12099).
2999
30002008-09-02 6.4.3-7
3001  * Addition of 'BarrelInverse' Distortion
3002
30032008-08-27  6.4.3-6 Cristy  <quetzlzacatenango@image...>
3004  * Extract / embed namespace for JPEG XMP profiles (reference
3005    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=11832).
3006  * Deprecate -map and replace with -affinity which supports dither methods.
3007  * Set image depth when -depth is fired.
3008  * Fix small memory leak in TIFF coder (reference
3009    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=11968).
3010
30112008-08-24  6.4.3-5 Cristy  <quetzlzacatenango@image...>
3012  * Parallelize the colorspace transforms.
3013  * Honor gravity for -extent option (reference
3014    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=11944).
3015
30162008-08-22  6.4.3-3 Cristy  <quetzlzacatenango@image...>
3017  * Fixed a memory leak in the TransparentPaintImage() method.
3018
30192008-08-20  6.4.3-2 Cristy  <quetzlzacatenango@image...>
3020  * Treat -compose as a setting.
3021  * Check for depth == 0 in GetQuantumScale() (reference
3022    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=11921).
3023  * Fix CIN coder scanline length (reference
3024    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=11922).
3025
30262008-08-20  6.4.3-1 Cristy  <quetzlzacatenango@image...>
3027  * Add $(MAGICKWAND_LIBS) dependency to the PerlMagick Makefile (reference
3028    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=11908).
3029  * Fix configure script to configure the JBIG delegate library (reference
3030    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=11907).
3031  * Error in indexed PNG output if number of colors <= 16 (reference
3032    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=11905).
3033
30342008-08-18  6.4.3-0 Cristy  <quetzlzacatenango@image...>
3035  * Always reinterpret %[fx:] properties.
3036  * Composite based on the composite image compose operator.
3037
30382008-08-14  6.4.2-10 Cristy  <quetzlzacatenango@image...>
3039  * Add --coder-path and --filter-path options to MagickCore-config to
3040    support the Magick Coder and Image Filter kits.
3041
30422008-08-17  6.4.2-9 Anthony <anthony@griffith...>
3043  * -sparse-color option completed with initial set of methods.
3044  * -distort Barrel arguments expanded.
3045
30462008-08-14  6.4.2-9 Cristy  <quetzlzacatenango@image...>
3047  * The -draw option no longer returns an error when for # like .6 (reference
3048    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=11879).
3049
30502008-08-14  6.4.2-9 Cristy  <quetzlzacatenango@image...>
3051  * New dithering selection option, -dither Floyd-Steinberg or
3052    -dither Riemersma.
3053
30542008-08-10  6.4.2-8 Anthony <anthony@griffith...>
3055  * Added new distort "Polar" and "DePolar" due to Forum Discussions
3056
30572008-08-07  6.4.2-8 Cristy  <quetzlzacatenango@image...>
3058  * Change MPEG delegate from mpeg2decode/mpeg2encode to ffmpeg (reference
3059    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=11827).
3060  * Extract embedded XMP and EXIF profiles froma Photoshop resource block.
3061  * Support -compose option in the compare program.
3062
30632008-08-04  6.4.2-7 Cristy  <quetzlzacatenango@image...>
3064  * Support -fx scientific-notation (e.g. '2.0*3.81469e-06').
3065  * Substitute DistortImage() with 'AffineProjectionDistortion' for
3066    the older DrawAffineImage() in AffineTransformImage().
3067  * Apply Sam Hocevar's patch to replace  Hilbert-Peano curve dithering with
3068    Floyd Steinberg.
3069  * Added -virtual-pixel method VerticalTile as a complement to HorizontalTile
3070
30712008-08-02  6.4.2-6 Anthony <anthony@griffith...>
3072  * Added -virtual-pixel method HorizontalTile suitable for generating 360
3073    degree Arcs and Polar Distorts.
3074
30752008-07-31  6.4.2-6 Cristy  <quetzlzacatenango@image...>
3076  * Patch -fx to properly recognize maxima and minima.
3077  * Add channel specifier to -fx depth, mean, maxima, minima, and
3078    standard_deviation (e.g. depth.r).
3079  * Properly append .magick to the USERPROFILES path (reference
3080    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=11806).
3081
30822008-07-30  6.4.2-6 Anthony <anthony@griffith...>
3083  * Added a  "-set option:distort:scale"  which scales the output 'view'
3084    by the amount given.  This is directly useful for doing 'super-sampled'
3085    distorts, just set this, the scale the result back to a normal size.
3086
30872008-07-27  6.4.2-5 Anthony <anthony@griffith...>
3088  * Rewrite on coefficient handling for DistortImages so allow for generation
3089    by other operators (SparseColor), and addition of verbose output of
3090    equivalent -fx functions for DistortImages to report of the internal
3091    coefficients that was calculated, and who they are used.
3092  * Initial implementation of SparseColor for interpolated gradients from
3093    sparsely separated points of color (or possibly other forms of arguments)
3094  * New distortion Barrel as defined by Helmut Dersch options A,B,C,D
3095    on his web page  http://www.all-in-one.ee/~dersch/barrel/barrel.html
3096    And as developed by Fred WeinHaus in his PinBarrel script
3097
30982008-07-20  6.4.2-5 Cristy  <quetzlzacatenango@image...>
3099  * Certain corrupt GIF images no longer hang (reference
3100    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=11723).
3101  * Read more than one image (if they exist) from DJVU image files.
3102  * Don't set image depth in histogram coder (references
3103    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=11752).
3104
31052008-07-17  6.4.2-4 Cristy  <quetzlzacatenango@image...>
3106  * Fixed cache nexus threading problem to avoid spurious assertions when
3107    calling the DistortImage() method.
3108
31092008-07-17  6.4.2-4 Anthony <anthony@griffith...>
3110  * New distortion  Shepards which provide semi-localized distorts of control
3111    points within an image, as first developed for IM by Frew Weinhaus in his
3112    ShapeMorph script.   http://www.fmwconcepts.com/imagemagick/shapemorph/
3113    It's almost like taffy pulling!
3114
31152008-07-12  6.4.2-2 Anthony <anthony@griffith...>
3116  * Separate coefficient calculation from DistortImages (future development)
3117  * Perspective and Bilinear Distortions fallback to Affine
3118    when less than 4 point pairs are provided.
3119  * Affine Distortion now handles 2 point pairs (SRT of a single line)
3120    and a simple translation if only a single point pair is provided.
3121  * Added 'verbose' output of some of the distortion equations generated
3122  * Initial addition of polynomal distortion (incomplete - not working yet)
3123
31242008-06-29  6.4.2-2 Cristy  <quetzlzacatenango@image...>
3125  * Add log2 and round as -fx operators.
3126  * Add log and round as -evaluate operator.
3127  * Add -deskew option to straighten an image.
3128
31292008-06-22  6.4.2-1 Cristy  <quetzlzacatenango@image...>
3130  * Use the source image interpolation method when drawing an affine image.
3131
31322008-06-24  6.4.2-1 Anthony <anthony@griffith...>
3133  * Added new operator  +/-level-colors which will 'level' images based
3134    on colors to use for the black and white points. This lets to adjust
3135    the image in terms of mapping the given colors from/to black and white
3136    respectively.
3137
31382008-06-23  6.4.2-0 Christian Lackas <christian@lacka...>
3139  * Fix a problem with calling mpeg2encode with parameters (%o/%i) in wrong
3140    order.
3141
31422008-06-22  6.4.2-0 Cristy  <quetzlzacatenango@image...>
3143  * Refactor additional ImageMagick algorithms for OpenMP support.
3144
31452008-06-25  6.4.1-9 Cristy  <quetzlzacatenango@image...>
3146  * Add pow as an -evaluate operation, using normalized values
3147
31482008-06-18  6.4.1-9 Anthony <anthony@griffith...>
3149  * Added a  LevelizeImageChannels() which is similar to LevelImageChannels()
3150    Function maps black and white values to the given level values.
3151    Rather than mapping the given level values to black and white.
3152    Bacically a 'reverse-level' function, with different input args.
3153  * Set  +level  or a '!' flag in -level or LevelImage() to call
3154    the new 'reverse-level' function LevelizeImageChannels().
3155  * More work on IsMagickColorSimular() to fix relationship between
3156    transparent-black and opaque-black, which was matched as 'similar'.
3157    Also attempts to fix 'K' channel handling for CMYK colorspace.
3158    More work on this to come.
3159
31602008-06-25  6.4.1-9 Cristy  <quetzlzacatenango@image...>
3161  * The TXT format correctly reports alpha channel (reference
3162    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=11478).
3163  * MONOTCHROME1 Dicom images are not longer inverted (reference
3164    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=11492).
3165
31662008-06-13  6.4.1-8 Anthony <anthony@griffith...>
3167  * Fixed IsMagickColorSimular() as used by -opauqe and -transparent
3168    so as to understand that the Hue Channel is cyclic by nature
3169
31702008-06-08  6.4.1-8 Cristy  <quetzlzacatenango@image...>
3171  * The -sketch option is working again (reference
3172    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=11454).
3173
31742008-06-08  6.4.1-7 Cristy  <quetzlzacatenango@image...>
3175  * More algorithms refactored to support a threaded cache view.
3176  * EPS2 output only 1/3 of image when using LZW or rle compress (reference
3177    http://www.imagemagick.org/discourse-server/viewforum.php?f=3).
3178  * ISO C++ 1998 does not support 'long long' (reference
3179    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=11405).
3180  * Patch GetMagickMemoryHandlers() to return the properly return the memory
3181    handler addresses.
3182  * Generate histogram comment if # unique colors exceed 1024 (reference
3183    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=11434).
3184
31852008-06-03  6.4.1-6 Marton Bokor  <marton.bokor@gfthu....>
3186  * Reading EMF files containing non-ascii characters no longer fails for
3187          UTF8 encoded paths on Windows XP.
3188
31892008-06-03  6.4.1-6 Cristy  <quetzlzacatenango@image...>
3190  * The -colorspace option is an operator, not a setting.
3191
31922008-05-31  6.4.1-5 rsnel <rik@snel....>
3193  * gif.c misreads Gifs in which LZW codes are split across three datablocks.
3194
31952008-05-31  6.4.1-4 Matthew Clark <mclark@gorge...>
3196  * Patches to the JPEG and DCM coders to fix a few problems reading
3197    certain DCM image types.
3198
31992008-05-15  6.4.1-4 Cristy  <quetzlzacatenango@image...>
3200  * Interpreting the -set option is no longer delayed.
3201  * Add AcquireCacheViews() and DestroyCachewViews() to the API.
3202  * Call DrawAffineImage() instead of CompositeImage() (reference
3203    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=11288).
3204  * Throw exception for TIFF compression not support (reference
3205    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=11289).
3206  * The +opaque option now recognizes its required argument (reference
3207    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=11298).
3208  * The -background and -virtual-pixel settings are now applied correctly
3209    across parenthesis.
3210  * Only reset the exception signature if the relinquish memory is MagickTrue.
3211  * Correct recolor equation for computing opacity (reference
3212    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=11346).
3213  * Set midpoint when scaling JP2 images.
3214  * Semaphores must be passed by reference when destroyed for reliable thread
3215    locks.
3216  * Updated Matlab coder (thanks to Jaroslav Fojtik).
3217
32182008-05-13  6.4.1-3 Cristy  <quetzlzacatenango@image...>
3219  * MagickGetResource(): resources are MagickSizeType not unsigned long.
3220
32212008-05-11  6.4.1-2 Cristy  <quetzlzacatenango@image...>
3222  * Import: properly handle a hierarchy of subwindows under X11.
3223  * Refactor quantum pixel processor to improve ease of use and speed.
3224
32252008-05-09  6.4.1-2 Leonardo de Paula Rosa Piga <lpiga@terra...>
3226  * OpenMP patch for sepia-tone effect.
3227
32282008-05-08  6.4.1-2 Bruno Cardoso Lopes <bruno.cardoso@gmail...>
3229  * OpenMP patch for NormalizeImage() & TintImage()
3230
32312008-05-06  6.4.1-2 <cristiannomartins@gmail...>
3232  * OpenMP patch for GetImageChannelDepth().
3233  * Set depth to 32 when saving MIFF HDRI image files.
3234
32352008-05-05  6.4.1-2 <joao.vita@gmail...>
3236  * OpenMP patch for OilPaintImage Function
3237
32382008-05-05  6.4.1-2 Sean Patrick Burke  <seanburk@gmail...>
3239  * Update IPLab coder (reference
3240    http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=11200).
3241
32422008-05-02  6.4.1-1 Cristy  <quetzlzacatenango@image...>
3243  * Return correct result for -fx luminence.
3244  * Restore missing break so that PGM images remain PGM.
3245  * Speed up the processing of ASCII PNM files.
3246  * Return the correct number of MNG images for PingImage().
3247
32482008-05-01  6.4.1-0 Cristy  <quetzlzacatenango@image...>
3249  * Remove C++ style comments from source.
3250  * Center motion blur kernel.
3251  * Reenable dithering for -monochrome option.
3252
32532008-04-24  6.4.0-11 Cristy  <quetzlzacatenango@image...>
3254  * For color reduction, use maximum tree depth if image has 1024 or less
3255    unique colors.
3256  * Use a uniform convolution filter for motion blur (reference
3257    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=11122).
3258  * Add 'mean' and 'std' symbols to the Fx expression parser.
3259
32602008-04-20  6.4.0-10 Chris Madison  <madisonblu@hotma...>
3261  * Updated to the latest autoconf/automake/libtool scripts.
3262  * Default to HSL colorspace when modulating (reference
3263    http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=11073).
3264  * The -regard-warnings option properly returns a program status of 1 if and
3265    only if a warning or error exception is thrown.
3266  * Report 'no clip path defined' exception for -clip-path option (reference
3267    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=11098).
3268
32692008-04-16  6.4.0-8 Cristy  <quetzlzacatenango@image...>
3270  * Distinquish between pre and post processing of image list options.
3271  * Return MagickTrue if InvokeDynamicImageFilter() does not generate an
3272    exception (reference
3273                http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=11065).
3274
32752008-04-16  6.4.0-7 Glenn Randers-Pehrson <glennrp@image...>
3276  * Instead of masking the PNG tRNS values when reducing from 16-bit,
3277    set image->matte to MagickFalse and emit a warning.  This will produce
3278    behavior similar to that of libpng-1.2.27 (and libpng-1.2.19 and earlier).
3279
32802008-04-12  6.4.0-7 Cristy  <quetzlzacatenango@image...>
3281  * Fix fault for animate -window root image.gif.
3282  * Use GetImagePixels() rather than SetImagePixels() when making multiple
3283    passes and setting image pixels (reference
3284    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=11022).
3285
32862008-04-10  6.4.0-6 Cristy  <quetzlzacatenango@image...>
3287  * Compile error in coders/avi.c when JPEG delegate library is unavailable.
3288
32892008-04-09  6.4.0-5 Glenn Randers-Pehrson <glennrp@image...>
3290  * Mask the PNG tRNS values when reducing from 16-bit, in accordance with
3291    the PNG specification, instead of scaling them.
3292
32932008-04-09  6.4.0-5 Glenn Randers-Pehrson <glennrp@image...>
3294  * Revised png.c to avoid saving unknown chunk types that will never
3295    be used later.  This prevents the vulnerability described in
3296    CVE-2008-1382, with respect to all unknown chunks except vpAg.
3297    To handle an invalid, zero-length vpAg chunk properly will require
3298    libpng-1.2.27 or later.
3299
33002008-04-04  6.4.0-5 Cristy  <quetzlzacatenango@image...>
3301  * Use mplayer delegate if ImageMagick does not grok AVI op code.
3302  * Use proper rounding for the -fx intensity expression.
3303
33042008-03-26  6.4.0-4 Cristy  <quetzlzacatenango@image...>
3305  * Fix +swap option so it no longer throws an assertion.
3306  * Return correct min/max for grayscale JPEG images (e.g. -format %[min]).
3307
33082008-03-26  6.4.0-1 Cristy  <quetzlzacatenango@image...>
3309 * Rewrote patch so that writing pyramid TIFF images no longer fails if a
3310   tile size is specified (e.g. ptif:image.tif[128x128]).
3311 * Malformed use of caption no longer consumes memory (reference
3312   http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=10914).
3313 * Don't run Ghostscript twice (reference
3314   http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=10922).
3315
33162008-03-21  6.4.0-0 Cristy  <quetzlzacatenango@image...>
3317  * SpreadImage() no longer introduces noise into the resulting image (reference
3318                http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=10892).
3319  * Properly handle min-is-white TIFF gray scale images.
3320  * Use CompositeImage() instead of DrawAffineImage() if the affine expansion
3321    factor is 1.0.
3322
33232008-03-20  6.3.9-10 Cristy  <quetzlzacatenango@image...>
3324  * Writing pyramid TIFF images no longer fails if a tile size is specified
3325    (e.g. ptif:image.tif[128x128]).
3326  * Reset page geometry when interactively cropping an image with the display
3327    program.
3328
33292008-03-18  6.3.9-9 Cristy  <quetzlzacatenango@image...>
3330  * With a single swap argument should swap the image with the *last* image.
3331
33322008-03-16  6.3.9-8 Cristy  <quetzlzacatenango@image...>
3333  * Make sure we don't sync a blob after it has been closed.
3334
33352008-03-14  6.3.9-7 Cristy  <quetzlzacatenango@image...>
3336  * Patch mpeg:encode delegate to properly produce an MPEG image sequence.
3337
33382008-03-11  6.3.9-6 Cristy  <quetzlzacatenango@image...>
3339  * Support both GTK and CAIRO interfaces to RSVG (reference
3340    ttp://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=10802).
3341  * Display colormapped PNG images with alpha properly (reference
3342    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=10819).
3343
33442008-03-09  6.3.9-5 Cristy  <quetzlzacatenango@image...>
3345  * Define inline to _magickcore_inline (to satisfy HP's aCC compiler).
3346
33472008-03-08  6.3.9-4 Cristy  <quetzlzacatenango@image...>
3348  * The rsvg delegate library depends on cairo-svg.
3349  * Account for min-is-white 8-bit gray TIFF images.
3350
33512008-02-29  6.3.9-2 Cristy  <quetzlzacatenango@image...>
3352  * Add support for the Postable Document Archive Format.
3353  * Add support for Braille images.
3354  * Add support for DDS images (contributed by Bianca van Schaik).
3355  * Add GetImageAlphaChannel() method.
3356  * PSD clipping paths are once again recognized.
3357
33582008-02-24  6.3.9-1 Cristy  <quetzlzacatenango@image...>
3359  * Return the actual image format for HTTP: or FTP: format (reference
3360        http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=10715).
3361  * Fix so image.quantize(true) returns error as expected (reference
3362    http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=10735).
3363
33642008-02-20  6.3.9-0 Cristy  <quetzlzacatenango@image...>
3365  * Fixed a small memory leak (8 bytes) in TransformImages().
3366  * Render to Cairo surface rather than a GDK buffer when rendering SVG.
3367  * Identify now reports both actual and reported image depths (reference
3368    http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=10716).
3369
33702008-02-17  6.3.8-10 Cristy  <quetzlzacatenango@image...>
3371  * Speed up converting large PDF/PS images when only selecting a few pages
3372    (e.g. pdffile.pdf[195-199]).
3373  * Deprecate HSLTransform() and TransformHSL().
3374
33752008-02-16  6.3.8-9 Cristy  <quetzlzacatenango@image...>
3376  * Fix Magick++-config script to reflect the MagickWand / MagickCore
3377    dependencies.
3378
33792008-02-14  6.3.8-7 Cristy  <quetzlzacatenango@image...>
3380  * Promote colormapped to truecolor images when enciphering.
3381
33822008-02-08  6.3.8-6 Cristy  <quetzlzacatenango@image...>
3383  * Add EncipherImage() / DecipherImage() methods.
3384  * Add -encipher / -decipher options to the command-line utilities.
3385
33862008-02-03  6.3.8-5 Cristy  <quetzlzacatenango@image...>
3387  * New Unix/Linux refactoring (should be transparent since changes are
3388    reflected in Magick-config and ImageMagick.pc pkg-config files):
3389      /usr/local/include => /usr/local/include/ImageMagick
3390      libMagick => libMagickCore
3391      libWand => libMagickWand
3392      Magick-config (deprecated) => MagickCore-config
3393      Wand-config (deprecated) => MagickWand-config
3394      Add Magick++-config, MagickCore.pc, MagickWand.pc, Magick++.pc
3395
33962008-01-28  6.3.8-3 Cristy  <quetzlzacatenango@image...>
3397  * Liquid rescale limits the final size to twice the original size (reference
3398    http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=10536).
3399  * Read EXIF data in TIFF images; writing is pending until we can figure out
3400    how to use the libtiff delegate library to write EXIF data.
3401
34022008-01-24  6.3.8-2 Cristy  <quetzlzacatenango@image...>
3403  * Add support for liquid rescaling (e.g. -liquid-rescale).
3404  * Support a ^ meta character in an image geometry (.e.g
3405    convert 640x480.png -resize 240^ returns a 320x240 result).
3406
34072008-01-20  6.3.8-1 Cristy  <quetzlzacatenango@image...>
3408  * Fix transient bug where "identify -format '%w;%[exif:Model]'" failed to
3409    return camera model number.
3410
34112008-01-14  6.3.8-0 Cristy  <quetzlzacatenango@image...>
3412  * Monochome EPS3 images are no longer corrupt (reference
3413    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=10422).
3414  * Eliminate memory corruption with broken PICT image (reference
3415    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=10447).
3416  * Return a Grayscale colorspace for grayscale DPX image (previously
3417    returned Log colorspace).
3418  * Fix -g option for PCL6 support (reference
3419    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=10462).
3420
34212008-01-08  6.3.7-10 Cristy  <quetzlzacatenango@image...>
3422  * Only read ICON alpha mask if BPP is <= 16.
3423  * Add support for +opaque and +transparent (requested by Anthony).
3424  * Throw an exception *before* we call wmf_api_destroy() (reference
3425    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=10420).
3426
34272008-01-01  6.3.7-9 Cristy  <quetzlzacatenango@image...>
3428  * Use explicit format specifier to render transparent Adobe Illustrator
3429    files (i.e. convert ai:image.ai image.png).
3430  * Set RSVG base URI (patch provided by tsdineen).
3431
34322007-12-20  6.3.7-7 Cristy  <quetzlzacatenango@image...>
3433  * `Magick-config --version` returns Q16 instead of
3434    Q@MAGICKCORE_QUANTUM_DEPTH@.
3435  * Permit commas in numbers in certain locales (e.g. german +100,000).
3436
34372007-12-13  6.3.7-5 Cristy  <quetzlzacatenango@image...>
3438  * Added an exception reason to BlobToImage() in the event an image has no
3439    magic number and neither the image magick or filename is set.
3440  * Do not pass PhotoYCC data thru gamma-corrected lookup-table.
3441  * Fix bug in GetEXIFProperty() (reference
3442    https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=10300).
3443
34442007-12-12  6.3.7-4 Cristy  <quetzlzacatenango@image...>
3445  * Adding comments to your image is now possible with the display program.
3446
34472007-12-09  6.3.7-3 Anthony <anthony@griffith...>
3448  * Adjusted -clut multiplyer for correct handling of
3449    "-interpolation Integer" in color lookup.
3450
34512007-12-01  6.3.7-3 Cristy  <quetzlzacatenango@image...>
3452  * Fix 'insufficient image data' for DCM format (reference
3453    https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=10227).
3454  * Force a colormapped image if Palm bits-per-pixel < 16.
3455  * Fix multiple problems with Palm Data Base reader (patch from
3456    1tms@gmx.d...).
3457  * Do not exit after first image with the display --immutable option.
3458  * Update autoconf/automake/libtool configuration files.
3459  * Add support for resource limit units (e.g. -limit memory 16mb).
3460  * Return original image if gaussian blur sigma is 0.0.
3461  * Colormapped multi-image PDF's are no longer corrupt (reference
3462    https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=10258).
3463
34642007-11-27  6.3.7-2 Anthony <anthony@griffith...>
3465  * Finalisation of new resize filters, "Lagrange" self-windowing filter
3466    now adjusts automatically with different support window size.
3467  * Added "Bohman" (another 2'rd order cosine function) and "Bartlett"
3468    (triangluar) resize windowing filters.
3469  * Adjusted -clut to use a grayscale image (with no alpha) to select colors
3470    from the Lookup Table image.
3471
34722007-11-26  6.3.7-2 Cristy  <quetzlzacatenango@image...>
3473  * Not all DCM tags were being saved as image attributes (patch provided by
3474    jcupitt@gmail...).
3475  * Normalize pixel values when quantum format is floating-point.
3476  * Initialize the pixel sum to zero when averaging image pixels.
3477
34782007-11-23  6.3.7-1 Anthony <anthony@griffith...>
3479  * Bug fix in height calculation for -layers merge operation
3480
34812007-11-02  6.3.7-0 Cristy  <quetzlzacatenango@image...>
3482  * Add support for SCT grayscale images.
3483  * Fixed transparency bug for the ICO image format.
3484  * Fixed small memory leak in the caption and label coders.
3485  * Fixed -threshold option to return all white for -threshold 0 (reference
3486    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=10126).
3487
34882007-11-06  6.3.6-10 Chris Madison  <madisonblu@hotma...>
3489  * Corrected CGM delegate command in config/delegate.xml.
3490
34912007-11-05  6.3.6-9 Chris Madison  <madisonblu@hotma...>
3492  * Reclassified X server open error from fatal to non-fatal.
3493  * New SetImageAlphaChannel() method to activate, deactivate, reset, or
3494    set the image alpha channel.
3495  * Patch for Scanalytics IPLab image format for non 8-bit images
3496    (contributed by Sean Burke).
3497
34982007-11-04  6.3.6-8 Chris Madison  <madisonblu@hotma...>
3499  * Remove ctrl-M characters on in various source files.
3500  * Fix signature for Magick++ averageImages() regression tests for HDRI.
3501  * Only invoke PerlMagick x11 regression test if DISPLAY variable is set.
3502
35032007-11-03  6.3.6-7 Chris Madison  <madisonblu@hotma...>
3504  * MAGICK_ERX_SRCS should be MAGICK_EXR_SRCS in coders/Makefile.am.
3505
35062007-11-02  6.3.6-6 Cristy  <quetzlzacatenango@image...>
3507  * Upgrade to FPX version libfpx-1.2.0.14 (reference
3508    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=10041).
3509  * Modules are searched first in the directories specified by the environment
3510    variables, and then -- if the desired module is not found -- in the
3511    compiled-in path.  (reference
3512    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=10039).
3513
35142007-11-01  6.3.6-5 Cristy  <quetzlzacatenango@image...>
3515  * Update FPX regression test reference images.
3516  * Fixed Magick++ compile error for Sun Studio 10 compiler.
3517
35182007-10-25  6.3.6-4 Cristy  <quetzlzacatenango@image...>
3519  * The -equalize option now respects the -channel option.
3520
35212007-10-23  6.3.6-4 Anthony <anthony@griffith...>
3522  * Additional Filters:  Welsh, Parzen, Lagrangian
3523  * Addition of Cubic filter B,C controls
3524  * 'verbose' filter plotting output using  -define "filter:verbose"
3525
35262007-10-20  6.3.6-3 Anthony <anthony@griffith...>
3527  * Further expansion and handling of filters with expert options.
3528    -filter selects from a table of standard filter settings, while
3529    expert options allow complete selection of filter, windowing, support
3530    and blurring options.  Includes automatic switch from Sinc to Bessel
3531    for operators using 2-dimensional cylindrical filter, rather than
3532    two pass 1-dimensional orthogonal filters.
3533
35342007-10-14  6.3.6-3 Cristy  <quetzlzacatenango@image...>
3535  * Obsolete -support (set filter blur factor)
3536  * Expansion to add -set/define filter options
3537
35382007-10-12  6.3.6-2 Anthony <anthony@griffith...>
3539  * Least Squares coordinate handling added for -distort methods Affine,
3540    Perspective, Bilinear.   This allows for more than the minimal number of
3541    coordinates to be used to 'fit' a distortion function to an image.
3542    This addition will allow the use of image registration to generate
3543    panorama overviews and better geographical coordinate correction.
3544  * Consolidated the similar methods FlattenImage() and MosaicImage()
3545    into a new layers function MergeImageLayers() method, adding 'flatten'
3546    and 'mosaic' layer methods.
3547  * Addition of another similar layers method 'merge' which 'unlocks' the
3548    normal flatten/mosaic layer merger from the origin, The resulting image
3549    will have a virtual canvas of minimal size with an offset. Also images
3550    with negative offsets will not be clipped by the 'merge' form of the
3551    command.  This was created for better layering of distorted images, such
3552    as panorama overlays.
3553  * Bug fix in handling transparency for EWA resampling.
3554  * Access to Resize Filter Functions from resize.c (for resample.c)
3555    with possible future filter sources... Acquire/Destory/Call ResizeFilter()
3556  * All resize filters added to resampling, but filter handling is incomplete.
3557
35582007-10-05  6.3.6-2 Cristy  <quetzlzacatenango@image...>
3559  * The box filter no longer produces a black grid when resizing an image
3560    under Mac OS X.
3561  * Respect cropbox for PDF with a subimage specification (e.g.
3562        image.pdf[1-3]).
3563  * Detect proper PDF bounding box when offsets are negative.
3564
35652007-10-02  6.3.6-1 Cristy  <quetzlzacatenango@image...>
3566  * Speed up the Fx interpreter.
3567  * Use ULL not ui64 for MinGW 64-bit constants.
3568  * Call SyncCacheView() instead of SyncImagePixels() in WaveImage().
3569  * Close all references to a pixel cache on disk before removing the temporary
3570          file as required under Windows.
3571
35722007-09-29  6.3.6-0 Anthony <anthony@griffith...>
3573  * Added Scaling 'derivitives' to -distort Arc, so image arcing is now
3574    sharp and clear as you approach the center of the distort.
3575  * Added  " -set option:distort:viewport 'geometry' " special option
3576    that can be used to override the output image size and offset.
3577  * Fixed experimental use of -filter and -support in Resampling (more later).
3578  * Changed order for coordinate arguments in -distort (for later leastsq
3579    multiple coordinate distortion function fitting)
3580
35812007-09-22  6.3.6-0 Cristy  <quetzlzacatenango@image...>
3582  * Check the API version and quantum depth before loading a coder module or
3583          image filter (reference
3584    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=9780).
3585  * Add exception to the image filter signature.
3586  * Get the execution path under Mac OS X.
3587  * TIFFTAG_STRIPBYTECOUNTS requires a uint32 pointer (magick/compress.c).
3588  * Fixed memory leak in CloneString() (reference
3589    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=9763).
3590  * Set S_IRUSR | S_IWUSR | S_IRGRP mode when writing a file in
3591    CopyDelegateFile().
3592
35932007-09-18  6.3.5-9 Anthony <anthony@griffith...>
3594  * Bug fix for +distort in Perspective, also effected PerspectiveProjection
3595
35962007-09-17  6.3.5-10 Cristy  <quetzlzacatenango@image...>
3597  * Replace all InterpolatePixelColor() calls to use the ResamplePixelColor()
3598    method instead.
3599  * Map the display program pan icon window for each oversized image.
3600  * The ufraw delegate does not like quotes around the output filename.
3601  * Adjust the sensitivity of a few PerlMagick tests to pass the validation on
3602    a 64-bit FreeBSD system.
3603  * The -level option now works properly for colormapped images.
3604  * Allow Extrapolated blending of images using -blend
3605       http://netpbm.sourceforge.net/doc/extendedopacity.html
3606
36072007-09-12  6.3.5-9 Anthony <anthony@griffith...>
3608  * Major Addition,  Area Resampling Functions, (scaled interpolation)
3609    for pixel lookup in Distortion functions.  This improves the look in
3610    areas of minification enormously, especially in situations of infinite
3611    tiling and horizon views.  All virtual pixel methods have been handled
3612    to minimise computation time involved with area resampling.  To use the
3613    new function distortions need to be able to determine scaling vectors
3614    (distortion function derivitives) for correct working.  All
3615    -distort methods, except Arc, uses scaled area resampling.
3616  * Improvements to perspective distort method, to include the correct
3617    differentiation between the 'ground' on which the image lies, and the
3618    'sky', the color of which can be set using the -mattecolor setting
3619    (as the distortion invalid pixel color). Background color is retains
3620    for surrounding ground areas. The horizon is also correct anti-aliased
3621    and transparent colors are also allowed, allowing you to add backdrops
3622    of gradients and patterns.
3623
36242007-09-04  6.3.5-9 Cristy  <quetzlzacatenango@image...>
3625  * Read/Write Scanalytics IPLab image format (contributed by Sean Burke).
3626  * Patched ReadBlobString() to fix a off-by-one vulnerability (alert from
3627    iDefense).
3628  * Patched ReadDIBImage() to fix a sign extension vulnerability (alert from
3629    iDefense).
3630  * Patched AllocateImageColormap() to fix an integer overflow vulnerability
3631    (alert from iDefense).
3632  * Patched ReadDCMImage() to fix an integer overflow vulnerability
3633    (alert from iDefense).
3634  * Patched ReadDIBImage() to fix an integer overflow vulnerability
3635    (alert from iDefense).
3636  * Patched ReadXBMImage() to fix an integer overflow vulnerability
3637    (alert from iDefense).
3638  * Patched ReadDCMImage() to fix an denial of service vulnerability
3639    (alert from iDefense).
3640  * Patched ReadXCFImage() to fix an denial of service vulnerability
3641    (alert from iDefense).
3642  * If image size changes, don't trust DPX orientation attributes.
3643
36442007-09-04  6.3.5-9 Gozer404
3645  * Add French to the messaging system (reference
3646    http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=9601).
3647  * Add -fopenmp to MAGICK_PCFLAGS (reference
3648   http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=9608).
3649
36502007-08-14  6.3.5-7 Cristy  <quetzlzacatenango@image...>
3651  * Add -alpha {activate,deactivate,reset} option to activate, deactivate, or
3652    reset the alpha channel.
3653  * Render proper image labels for VID coder.
3654  * Resolved a conflict for the -list option.  Use -list font to list
3655          ImageMagick fonts and -list type to list image types.
3656  * Catch any errors returned by pthread_mutex_init() (problem report
3657    from devman@gmx-t...).
3658  * TransformHSL() returns a proper hue component.
3659  * Added -clut option and the ClutImage() method.
3660  * Fix glyph memory leak in AnnotateImage (reference
3661    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=9523).
3662  * Rename analyze.c to Analyze.c (reference
3663    ttp://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=9538).
3664
36652007-08-07  6.3.5-6 Anthony  <anthony@griffith...>
3666  * Enabled use of +distort to auto resize destination image to 'bestfit'
3667    the distorted input image.  This also enabled the use of virtual canvas
3668    offsets in source and destination images for most distortion methods.
3669
36702007-08-05  6.3.5-6 Cristy  <quetzlzacatenango@image...>
3671  * Remove atexit in Magick++ code to avoid possible client crash (reference
3672    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=9270).
3673
36742007-08-01  6.3.5-5 Cristy  <quetzlzacatenango@image...>
3675  * Read/Write Scanalytics IPLab image format (contributed by Sean Burke).
3676
36772007-07-30  6.3.5-5 Anthony  <anthony@griffith...>
3678  * Added -distort arc.  This update also allows the destination image
3679    size and offset to be set according to the specific distortion being
3680    applied.
3681
36822007-07-29  6.3.5-5 Cristy  <quetzlzacatenango@image...>
3683  * Set the -polaroid border color with the -bordercolor option.
3684
36852007-07-25  6.3.5-4 Cristy  <quetzlzacatenango@image...>
3686  * Remove extranous break statement so -type option properly sets the
3687    image_info->type member (reference
3688    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=9261).
3689
36902007-07-21  6.3.5-4 Anthony  <anthony@griffith...>
3691  * Allow the use of optional arguments in -distort SRT
3692
36932007-06-29  6.3.5-0 Anthony  <anthony@griffith...>
3694  * Initial addition of three Affine Distortions to -distort with the affine
3695    mapping defined by the use of;  an Affine Matrix, Coordinates of Triangles,
3696    or separate Scale-Rotate-Translate actions.
3697
36982007-06-18  6.3.5-0 Cristy  <quetzlzacatenango@image...>
3699  * Fix X11 font ascender.
3700  * Add -distort option.
3701  * Add random noise option (e.g. +noise random).
3702  * Many internal algorithms are now threaded to take advantage of speed-ups
3703    offered by the new dual and quad-core processor technologies.
3704    and quad-core processor technology.
3705  * Tiff images in the LAB colorspace are no longer identified as RGB
3706    (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=9015).
3707  * Update image color_profile and iptc_profile members in the JPEG coder
3708    (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=9063);
3709
37102007-06-13  6.3.4-10 Cristy  <quetzlzacatenango@image...>
3711  * Fix composite mask bug (reference
3712    http://www.imagemagick.org/Usage/bugs/composite_mask/).
3713  * Speed up GetPixelOpacity() method (patch from seth@price...).
3714  * Set icon image width/height before allocating the image colormap.
3715  * Remove Photoshop string segment from JPEG profile (reference
3716    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=9006).
3717
37182007-06-11  6.3.4-9 Cristy  <quetzlzacatenango@image...>
3719  * Converting a jpg to pdf is creating an empty pdf object (reference
3720    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=8954).
3721  * Respect the '-set type:hinting off option' (bug report from Richard
3722    Jones).
3723  * WritePSDImage vulnerable to exploitable heap corruption (reference
3724    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=8967).
3725
37262007-06-09  6.3.4-8 Cristy  <quetzlzacatenango@image...>
3727  * SetMagickRegistry() post-increment the value 'id' (reference
3728    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=8944).
3729
37302007-06-02  6.3.4-6 Cristy  <quetzlzacatenango@image...>
3731  * Read/write 10 & 12-bit packed DPX images.
3732  * Reduce stack requirements for messaging system.
3733  * Small memory leak for raw profiles in the PNG coder.
3734
37352007-06-01  6.3.4-5 Glenn <glennrp@image...>
3736  * Added GIF, JPEG, and PNG interlace types.  For backward compatibility,
3737    you can continue to use "-interlace Plane" to request these.
3738
37392007-04-30  6.3.4-0 Anthony  <anthony@griffith...>
3740  * Fixed minor bug in the 'curl' for Polaroid of very non-square images.
3741
37422007-06-01  6.3.4-5 Cristy  <quetzlzacatenango@image...>
3743  * Set min-is-white for Group4-compressed PDF.
3744  * Add PaintFloodfillImage() method.
3745
37462007-05-30  6.3.4-4 Cristy  <quetzlzacatenango@image...>
3747  * Add MEPP metric to compare program.  Returns the mean error per pixel
3748    along with the normalize mean and maximum error.
3749  * Attach an XMP profile to an image (e.g.
3750    convert input.tif -profile xmp:metadata.xmp output.tif).
3751
37522007-05-22  6.3.4-3 Cristy  <quetzlzacatenango@image...>
3753  * Fixed mogrify conversions with -format and -path (reference
3754    http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=9127).
3755
37562007-05-15  6.3.4-2 Cristy  <quetzlzacatenango@image...>
3757  * SVG style element was not always parsed properly.
3758  * Do not dither when the number of unique colors is already less than the
3759    maximum.
3760  * Return normalized PAE metric (compare utility).
3761
37622007-05-03  6.3.4-1 Cristy  <quetzlzacatenango@image...>
3763  * Add support for PFM images.
3764  * Check for corrupt EXIF image profiles.
3765  * Writing JPEG YCbCr TIFF images no longer faults (reference
3766    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=8896).
3767
37682007-04-30  6.3.4-0 Anthony  <anthony@griffith...>
3769  * Fixed minor bug for crop missed images and 'background' GIF disposal.
3770
37712007-04-28  6.3.4-0 Glenn  <glennrp@image...>
3772  * Added profile support to the GIF decoder/encoder.  They are stored
3773    as GIF Application Extensions.  Known extensions include existing ICCRGB1
3774    (for ICC profiles) and new MGKIPTC0 and MGK8BIM0 (for IPTC and 8BIM
3775    profiles).  Unknown extensions found in GIF files are read as gifappNNN.
3776
37772007-04-28  6.3.4-0 Anthony  <anthony@griffith...>
3778  * Invert Opacity change for user defined ordered dither threshold maps,
3779    so that 'off' map is transparent, and 'on' is opaque.
3780
37812007-04-24  6.3.4-0 Anthony  <anthony@griffith...>
3782  * Added an initial Coalesce Images, and a final +map local colortable
3783    optimization to the -layers Optimize method, for a simple to use
3784    GIF optimization operation.  (more work to come)
3785
37862007-04-22  6.3.4-0 Cristy  <quetzlzacatenango@image...>
3787  * Properly set the virtual canvas of a multi-frame GIF image sequence.
3788  * Add AcquireOneVirtualPixel() method.
3789  * Set Log colorspace properly when writing DPX images.
3790  * Add -tile-offset option.
3791  * Add support for the EXR image format.
3792  * Improve support for DPX images.
3793  * Add --enable-hdri option to the configure script.
3794  * Add support for high dynamic-range images (HDRI).
3795
37962007-04-20  6.3.3-9 Peter Hull  <peterhull90@gmail...>
3797  * Improve support for writing multiple image icons.
3798
37992007-04-18  6.3.3-9 Anthony  <anthony@griffith...>
3800  * Separated -layers Optimize from -layers OptimizeFrame to allow
3801    the former expansion into a general (multiple method) optimizer
3802    of GIF animations
3803  * merged -layers OptimizeTransparency into -layers Optimize method
3804
38052007-04-12  6.3.3-8 Chris Madison  <madisonblu@hotma...>
3806  * Fix fault whem comparing a colormapped image with a non-colormapped one.
3807  * Fix race condition when spawning delegate programs.
3808  * TIFF JPEG now respects the -quality compression setting.
3809  * The -fx option now properly groks the logical and operator.
3810  * DPX tilestamp property should be timestamp.
3811
38122007-04-13  6.3.3-7 Anthony  <anthony@griffith...>
3813  * Added GravityAdjustGeometry() to "geometry.c" to adjust geometry settings
3814    according to given gravity and canvas area it applies to. This is for
3815    code simplification throughout MagickCore.
3816
38172007-04-09  6.3.3-6 Anthony  <anthony@griffith...>
3818  * Fixed CoalesceImages() to reset virtual canvas info on second and later
3819    frames.   Other animation handlers may also need to reset virtual canvas
3820    sizes to match the first frame, as well.
3821
38222007-04-06  6.3.3-6 Anthony  <anthony@griffith...>
3823  * Addition of a CompositeImages() "layer.c" function to compose two
3824    separate image lists together (with a virtual canvas offset) in three
3825    different ways, depending on the size of the lists.
3826  * A 'hack' for command line use (the two lists separates by the special
3827    "NULL" image, which is junked) has also been added. Specifically...
3828    "-layers Composite".
3829
38302007-04-04  6.3.3-6 Anthony  <anthony@griffith...>
3831  * Add -layers RemoveDups method to remove duplicate sequential images in
3832    coalesced animations.
3833  * Add -layers RemoveZero method to remove images with a zero time delay
3834    (with no action and a warning is all images have zero time delay)
3835
38362007-04-01  6.3.3-6 Cristy  <quetzlzacatenango@image...>
3837  * Permit generic profiles (e.g. -profile name:profile).
3838
38392007-03-31  6.3.3-5 Cristy  <quetzlzacatenango@image...>
3840  * Fixed DCM and XWD buffer overflow vulnerabilities (reference
3841    http://labs.idefense.com/intelligence/vulnerabilities/display.php?id=496).
3842
38432007-03-28  6.3.3-4 Anthony  <anthony@griffith...>
3844  * Code duplication, simplification, and possible logic faults in "list.c".
3845  * Added new Composition method, 'ChangeMask' to return pixels
3846    that have changed or will cause a color change in overlays
3847  * Used 'ChangeMask' to implement the "-layers" method
3848    "OptimizeTransparency" to improve the compressibility of
3849    frame optimized GIF animations. See IM Examples...
3850      http://www.imagemagick.org/Usage/anim_opt/#opt_trans
3851
38522007-03-19  6.3.3-4 Cristy  <quetzlzacatenango@image...>
3853  * Fixed two memory leaks in wand/magick-image.c and magick/stream.c and made
3854    some minor changes to the GIF coder to make reading and pinging images
3855    faster (patch provided by mstemm@cloud...).
3856
38572007-03-19  6.3.3-3 Cristy  <quetzlzacatenango@image...>
3858  * Patch RotateImage() to properly rotate CMYK images.
3859  * Patch the XWD coder to prevent heap overflow vulnerability (vulnerability
3860    report from idefense.com [IDEF2108] [IDEF2221] [IDEF2226]).
3861
38622007-03-19  6.3.3-3 Anthony <Anthony@griffith...>
3863  * Fixed bug for GIF Optimization for images without a matte channel.
3864  * Improved image handling for "-layers" method "Dispose".
3865
38662007-03-11  6.3.3-2 Cristy  <quetzlzacatenango@image...>
3867  * Improve configure script to better support Ghostscript under Mac OSX (
3868    reference http://www.imagemagick.org/discourse-server/viewtopic.php?t=8557).
3869  * Force a virtual pixel method of Tile for GetFillColor() and
3870    GetStrokeColor().
3871  * Add -reverse option to reverse the image list.
3872
38732007-03-08  6.3.3-1 Cristy  <quetzlzacatenango@image...>
3874  * Support versions 2.1.0 and above (reference
3875    http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=8620).
3876  * Support SVG rotation about a point (e.g. rotate(45 75 75)).
3877  * Fix fault in DCM coder (reference
3878    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=8618).
3879  * Check for a NULL parser in SVGReference in coders/svg.c (reference
3880    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=8609).
3881  * Add --disable-deprecated configure script option.
3882  * Composite mask now works properly with transparent images.
3883
38842007-03-04  Daniel Kobras <kobras@debia...>
3885  * Fixed additional data-driven faults (reference
3886    http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=412945).
3887  * Allocate proper scanline length to prevent a PCX overflow.
3888
38892007-03-03  6.3.3-1 Cristy  <quetzlzacatenango@image...>
3890  * Patch ImageMagick to permit referenced labels: -set option:mylabel
3891    "color = %[pixel:u[0].p{12,26}]" label:'%[mylabel]'
3892
38932007-02-24  6.3.3-0 Cristy  <quetzlzacatenango@image...>
3894  * Escape indirect labels and comments (e.g. -label @file).
3895  * Added -format %C to return the image compression type.
3896  * Do not report channel statistics if -ping -format is specified with the
3897    identify program.
3898  * Add ResetImagePage() to reset the image page canvas and position.
3899  * Upgrade to LCMS 1.16
3900  * Configure Ghostscript for library or framework (reference
3901    http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=8557).
3902  * Add -taint option to convert/mogrify to mark image as ineligible for
3903  * Fixed various data-driven faults (reference
3904    http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=412945).  The corrupt
3905    JP2 image faults but its failing in the JP2 jas_image_decode() method,
3906    not MagickCore.  The corrupt XWD image faults but its failing in
3907    the X11 XGetPixel() method, not MagickCore.
3908
39092007-02-20  6.3.2-8 Cristy  <quetzlzacatenango@image...>
3910  * Use -define quantum:polarity=min-is-black or -define
3911    quantum:polarity=min-is-white to toggle the photometric interpretation for
3912    a bilevel TIFF image.
3913
39142007-02-17  6.3.2-8 Cristy  <quetzlzacatenango@image...>
3915  * Don't interpret embedded format characters when reading comments/labels
3916    from a file.
3917  * Reading an image from stdin stopped working.
3918
39192007-02-17  6.3.2-7 Cristy  <quetzlzacatenango@image...>
3920  * PerlMagick Label() no longer faults.
3921  * Fix double-free when using the display/animate -geometry option.
3922  * Add GetStringInfoLength() and GetStringInfoDatum(); deprecate
3923    profile->length and profile->datum.
3924
39252007-02-16  6.3.2-6 Cristy  <quetzlzacatenango@image...>
3926  * Fix file leak in InjectImageBlob().
3927  * Do not reinterpret image properties (e.g. -comment %%w).
3928
39292007-02-14  6.3.2-5 Cristy  <quetzlzacatenango@image...>
3930  * Don't over-allocate file buffers.
3931
39322007-02-12  6.3.2-5 Cristy  <quetzlzacatenango@image...>
3933  * Format strings in the POSIX locale.
3934  * Make font metrics invariant to the strokewidth.
3935
39362007-02-10  6.3.2-4 Albert Chin  <china@thewr...>
3937  * Patch to fix configure.ac typo.
3938
39392007-02-08  6.3.2-4 Cristy  <quetzlzacatenango@image...>
3940  * Permit ImageMagick to run as a service under Windows.
3941  * Remove duplicate EXIF properties.
3942  * Support strokewidth option for the caption format.
3943  * Don't use Ghostscript for rendering fonts if Freetype is available.
3944
39452007-02-02  6.3.2-3 Cristy  <quetzlzacatenango@image...>
3946  * Added thumbnail format to write EXIF thumbnails.
3947  * Move ReadByteImage() out of Min() macro of ReadPALMImage().
3948  * Move EXIF properties to the EXIF namespace (e.g. exif:XResolution).
3949
39502007-01-26  6.3.2-2 Cristy  <quetzlzacatenango@image...>
3951  * Add interpolate and background options to PerlMagick's AffineTransform().
3952  * Revert to Postscript rendering if Freetype delegate library is not
3953    available.
3954
39552007-01-20  6.3.2-1 Cristy  <quetzlzacatenango@image...>
3956  * Accept Fx expressions from a file with -fx @filename.
3957  * Enhance -fill and -stroke to accept image filenames as patterns.
3958
39592007-01-16  6.3.2-0 Cristy  <quetzlzacatenango@image...>
3960  * Save grayscale images as JPEG-compressed grayscale when writing in the TIFF
3961    format.
3962  * Update EXIF resolution fields when image density changes.
3963
39642007-01-07  6.3.1-7 Cristy  <quetzlzacatenango@image...>
3965  * The -polaroid option now respects -gravity.
3966  * Deprecate Get/SetImageAttribute().  Recommend Get/SetImageProperty()
3967    instead.
3968  * Any form of "-crop" with a percentage, implies an offset for the crop.
3969  * Fixed percent option for -border (e.g. -border 10%x0%).
3970  * Add -path option to the mogrify program to specify where to write the
3971    images.
3972
39732007-01-06  6.3.1-6 Cristy  <quetzlzacatenango@image...>
3974  * Fix the -auto-orient to work with an image sequence (reference
3975    http://www.imagemagick.org/discourse-server/viewtopic.php?t=8100).
3976  * Add -polaroid option to simulate a Polaroid picture.
3977  * Eliminate double-free bug in GradientImage().
3978  * Set AppendImage() matte channel only when image has matte attribute set.
3979  * The -crop with negative offsets do not modify the virtual canvas.
3980  * Caption: Given both the width and height ("-size") of the area to fill,
3981    adjust the fonts "-pointsize" until the text just filles the whole space
3982    without overflowing.
3983  * Generate proper Windows icon image files (patch provided by
3984    Robert M. Jansen).
Note: See TracBrowser for help on using the repository browser.