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

Revision 6676, 186.2 KB checked in by cristy, 16 months ago (diff)
Line 
12012-01-30  6.7.5-1 Cristy  <quetzlzacatenango@image...>
2  * Support the -alpha remove option (use it to remove transparency from PDF,
3    convert -density 200 apple.pdf -alpha remove x:).
4  * Use union instead of casting gzFile and BZFILE.
5  * Don't treat PSD user channel as alpha (patch from Dominic Benson).
6  * Prevent overflow when casting short int to size_t when parsing a
7    maliciously crafted image with an IFD whose all IOP tags' value offsets
8    point to the beginning of the IFD itself [CVE-2012-0247].
9  * Prevent DES when parsing a maliciously crafted image with an IFD whose
10    all IOP tags' value offsets point to the beginning of the IFD itself
11    [CVE-2012-0248].
12  * Caption with Pango support no longer return a blank canvas.
13
142012-01-30  6.7.5-1 Glenn Randers-Pehrson <glennrp@image...>
15  * Fix bug in png coder (spurious warning, reference
16    http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=20257).
17
182012-01-28  6.7.5-0 Cristy  <quetzlzacatenango@image...>
19  * New version 6.7.5-0, SVN revision 6606.
20
212012-01-25  6.7.5-0 Cristy  <quetzlzacatenango@image...>
22  * Zlib-1.2.5.2 requires gzFile cast (bug report from John Bowler).
23
242012-01-25  6.7.4-10 Cristy  <quetzlzacatenango@image...>
25  * New version 6.7.4-10, SVN revision 6592.
26
272012-01-25  6.7.4-10 Cristy  <quetzlzacatenango@image...>
28  * Update PerlMagick TIFF regression signatures to match endian order.
29
302012-01-24  6.7.4-9 Cristy  <quetzlzacatenango@image...>
31  * New version 6.7.4-9, SVN revision 6589.
32
332012-01-24  6.7.4-9 Cristy  <quetzlzacatenango@image...>
34  * Fix rare file link in the pixel cache.
35
362012-01-20  6.7.4-8 Cristy  <quetzlzacatenango@image...>
37  * New version 6.7.4-8, SVN revision 6551.
38
392012-01-19  6.7.4-8 Cristy  <quetzlzacatenango@image...>
40  * Although MagickRealType is a double, use double for KernelInfo values in
41    the rare event of problems with C++ name mangling.
42  * Get strokes with patterns (e.g. -stroke xc:red) working again.
43  * Revert KernelInfo values from MagickRealType to double.
44
452012-01-17  6.7.4-8 Glenn Randers-Pehrson <glennrp@image...>
46  * Don't write ancillary chunks (except for tRNS and gAMA) in PNG-encoded
47    ICO files.
48
492012-01-14  6.7.4-7 Cristy  <quetzlzacatenango@image...>
50  * New version 6.7.4-7, SVN revision 6471.
51
522012-01-13  6.7.4-7 Cristy  <quetzlzacatenango@image...>
53  * Default to a lighter hinting algorithm for non-monochrome font rendering.
54
552012-01-12  6.7.4-6 Cristy  <quetzlzacatenango@image...>
56  * New version 6.7.4-6, SVN revision 6434.
57
582012-01-12  6.7.4-6 Cristy  <quetzlzacatenango@image...>
59  * Eliminate preprocessor exception for the HDRI build.
60
612012-01-10  6.7.4-5 Cristy  <quetzlzacatenango@image...>
62  * New version 6.7.4-5, SVN revision 6422.
63
642012-01-02  6.7.4-5 Glenn Randers-Pehrson <glennrp@image...>
65  * Fixed -black-threshold and -white-threshold so they work properly with
66    the -channels option (reference
67    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=20096).
68
692012-01-02  6.7.4-5 Glenn Randers-Pehrson <glennrp@image...>
70  * Removed PNG_USE_CLONE cruft from the PNG encoder (see 2011-11-19 entry)
71  * Promote image depths 9-15 to 16 to avoid crashing in the PNG
72    encoder (reference
73    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=20098).
74
752012-01-01  6.7.4-4 Cristy  <quetzlzacatenango@image...>
76  * New version 6.7.4-4, SVN revision 6318.
77
782011-12-30  6.7.4-4 Glenn Randers-Pehrson <glennrp@image...>
79  * Fix problems with JNG encoder "quality" (reference
80    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=20076).
81
822011-12-30  6.7.4-3 Cristy  <quetzlzacatenango@image...>
83  * New version 6.7.4-3, SVN revision 6310.
84
852011-12-28  6.7.4-3 Cristy  <quetzlzacatenango@image...>
86  * Fix memory leak in JP2 coder (reference
87    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=20071).
88  * Use maximum bounds when rendering PDF (reference
89    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=20078).
90
912011-12-25  6.7.4-2 Cristy  <quetzlzacatenango@image...>
92  * New version 6.7.4-2, SVN revision 6254.
93
942011-12-24  6.7.4-2 Cristy  <quetzlzacatenango@image...>
95  * Export new Windows binaries.
96
972011-12-21  6.7.4-1 Cristy  <quetzlzacatenango@image...>
98  * New version 6.7.4-1, SVN revision 6236.
99
1002011-12-12  6.7.4-0 Cristy  <quetzlzacatenango@image...>
101  * Sped up -noise option when radius is 0.
102  * Read concatentated arcs correctly in a SVG path (reference
103    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=19992).
104  * PDF's now convert properly with -define pdf:use-cropbox=true (reference
105    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=20033).
106
1072011-12-09  6.7.4-0 Cristy  <quetzlzacatenango@image...>
108  * New version 6.7.4-0, SVN revision 6162.
109
1102010-12-06  6.7.4-0 Glenn Randers-Pehrson <glennrp@image...>
111  * Eliminated use of FARDATA in coders/png.c; it won't be supported in
112    libpng-1.6.0 and is not needed now.
113
1142011-11-29  6.7.4-0 Cristy  <quetzlzacatenango@image...>
115  * Add GetQuantumFormat() method to return the quantum format (reference
116    http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=19961).
117  * Allow unspecified width/height in geometries with the aspect flag (reference
118    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=19964).
119  * MagickGetImageDepth() no longer returns the depth setting but instead
120    computes the depth of the image.
121   
1222011-12-02  6.7.4-0 Anthony  <quetzlzacatenango@image...>
123  * Fixed Equal-Area Cropping (size and minimum of delta increments)
124
1252011-12-01  6.7.3-10 Cristy  <quetzlzacatenango@image...>
126  * New version 6.7.3-10, SVN revision 6106.
127
1282011-11-29  6.7.3-10 Cristy  <quetzlzacatenango@image...>
129  * Delay reading TIFF EXIF properties to prevent premature exit.
130  * Remove duplicates from the configuration file search path under Windows.
131  * Use viewbox offset when setting affine transform translation (reference
132    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=19943).
133  * Ensure equally sized tiles for -crop 11x2@ (reference
134    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=18322).
135  * Recognize SI prefixes for jpeg:extent (reference
136    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=19944).
137
1382011-11-27  6.7.3-9 Cristy  <quetzlzacatenango@image...>
139  * New version 6.7.3-9, SVN revision 6092
140
1412011-11-27  6.7.3-9 Cristy  <quetzlzacatenango@image...>
142  * Upgrade libtool / ltdl to version 2.4.7.
143
1442011-11-25  6.7.3-8 Cristy  <quetzlzacatenango@image...>
145  * New version 6.7.3-8, SVN revision 6084
146
1472011-11-20  6.7.3-8 Cristy  <quetzlzacatenango@image...>
148  * The exif:ExposureBiasValue property is a signed value.
149  * Prevent buffer underflow for 1-bit PSD images.
150  * Don't include alpha channel when computing range unless image->matte is
151    set.
152  * Set FILETYPE_REDUCEDIMAGE tag on pyramidal TIFF images (reference
153    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=19892).
154  * Correct image geometry for Postscript for hi-res bounding box (reference
155    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=19807).
156
1572011-11-19  6.7.3-8 Glenn Randers-Pehrson <glennrp@image...>
158  * Fixed bug with scaling Q16 background to PNG sub-8-bit bKGD and
159    again disabled PNG_USE_CLONE in coders/png.c.
160
1612011-11-18  6.7.3-7 Cristy  <quetzlzacatenango@image...>
162  * New version 6.7.3-7, SVN revision 6024
163
1642011-11-18  6.7.3-7 Cristy  <quetzlzacatenango@image...>
165  * Ensure embedded XML resource file is null terminated (reference
166    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=19856).
167
1682011-11-17  6.7.3-7 Anthony Thyssen <A.Thyssen@griffith...>
169  * Added a -define filter:alpha to contol the 'alpha value' of the
170    Kaiser Windowing filter.  Default value is 6.5
171
1722010-11-15  6.7.3-7 Glenn Randers-Pehrson <glennrp@image...>
173  * Reverted the change of 6.6.6-7 that creates an image clone for use
174    by the PNG encoder.  This was not useful and was somewhat wasteful.
175  * After finding out that writing the bKGD chunk in sub-8-bit PNG fails,
176    enabled PNG_USE_CLONE (to create an image clone again)
177
1782011-11-14  6.7.3-6 Cristy  <quetzlzacatenango@image...>
179  * New version 6.7.3-6, SVN revision 5972.
180
1812011-11-11  6.7.3-6 Cristy  <quetzlzacatenango@image...>
182  * Prefer the hires bounding box for Postscript rendering (reference
183    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=19807).
184  * Default configure.xml destination folder to /usr/lib/ImageMagick-ver/config.
185
1862011-11-09  6.7.3-5 Cristy  <quetzlzacatenango@image...>
187  * New version 6.7.3-5, SVN revision 5936
188
1892011-11-07  6.7.3-4 Cristy  <quetzlzacatenango@image...>
190  * Add ShearRotateImage() method.  RotateImage() now uses distorts rather
191    than shears.
192  * MagickCoreGenesis() path must be accessible to use (reference
193    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=19795).
194
1952011-11-06  6.7.3-4 Cristy  <quetzlzacatenango@image...>
196  * New version 6.7.3-4, SVN revision 5876
197
1982011-11-02  6.7.3-4 Glenn Randers-Pehrson <glennrp@image...>
199  * Ensure that the GIF encoder writes a large enough logical screen (reference
200    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=19734).
201
2022011-11-02  6.7.3-3 Cristy  <quetzlzacatenango@image...>
203  * New version 6.7.3-3, SVN revision 5825
204
2052011-11-02  6.7.3-3 Cristy  <quetzlzacatenango@image...>
206  * Fix small memory leak in the TIFF coder.
207  * Support -debug accelerate option.
208  * Support -includearch-dir and -sharearch-dir configure option (reference
209    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=19720).
210  * Use Pango to improve the caption coder.
211
2122011-11-01  6.7.3-2 Cristy  <quetzlzacatenango@image...>
213  * New version 6.7.3-2, SVN revision 5718
214
2152011-11-01  6.7.3-2 Cristy  <quetzlzacatenango@image...>
216  * Support Ghostscript under 64-bit Windows (reference
217    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=19659).
218  * Correct affine translation for certain SVG files (reference
219    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=19664).
220  * -evaluate-sequence multiply no longer hangs ereference
221    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=19549).
222
2232011-10-15  6.7.3-1 Cristy  <quetzlzacatenango@image...>
224  * New version 6.7.3-1.
225
2262011-10-15  6.7.3-1 Cristy  <quetzlzacatenango@image...>
227  * Read TIFF EXIF profile before reading the image data.
228  * Fix "test: no: unexpected operator" in the configure script (reference
229    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=19615).
230  * Off by one error when writing the JPEG XMP profile (reference
231    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=19616).
232  * Revert GetPathComponent() patch.
233
2342011-10-09  6.7.3-0 Cristy  <quetzlzacatenango@image...>
235  * New version 6.7.3-0.
236
2372011-10-09  6.7.3-0 Cristy  <quetzlzacatenango@image...>
238  * Generate output for caption:"[!]" (reference
239    http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=19589.
240
2412011-10-05  6.7.3-0 Glenn Randers-Pehrson <glennrp@image...>
242  * Add "png:format" property with possible values png8, png24, and png32,
243    for use when prepending the format type to the filename is not convenient
244    or is not possible, e.g., when embedding the PNG in a PNG-encoded ICO.
245
2462011-10-04  6.7.2-10 Cristy  <quetzlzacatenango@image...>
247  * New version 6.7.2-10.
248
2492011-10-04  6.7.2-10 Cristy  <quetzlzacatenango@image...>
250  * Remove most of the LLVM compiler warnings.
251  * Fix bug in -evaluate-sequence multiply (reference
252    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=19549).
253  * Upgrade to sRGB V4 ICC profile (reference
254    http://www.color.org/srgbprofiles.xalter).
255  * Distinguish embedded PNG vs BMP within the MicroSoft ICON image format.
256
2572011-09-30  6.7.2-10 Glenn Randers-Pehrson <glennrp@image...>
258  * Recognize the sRGB version 4 ICC profile and write PNG sRGB chunk instead.
259  * Use crc32 instead of "sRGB" string to recognize certain sRGB profiles.
260
2612011-09-26  6.7.2-9 Cristy  <quetzlzacatenango@image...>
262  * New version 6.7.2-9.
263
2642011-09-26  6.7.2-9 Cristy  <quetzlzacatenango@image...>
265  * Fix race condition on image rotate @ 90 degrees.
266
2672011-09-25  6.7.2-8 Cristy  <quetzlzacatenango@image...>
268  * New version 6.7.2-8.
269
2702011-09-20  6.7.2-8 Cristy  <quetzlzacatenango@image...>
271  * Prevent infinite loop when font is too large for specified width (reference
272    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=19502).
273  * Fix LFS cross-compile detection (patch from Mike Frysinger).
274  * Add open_utf8(), fopen_utf8(), access_utf8(), etc. utility methods.
275
2762011-09-15  6.7.2-7 Cristy  <quetzlzacatenango@image...>
277  * Convert empty .htm / .html file no longer removes source file.
278  * -crop 11x2@ now returns 22 images as expected.
279  * Enable reading the EXIF profile in a TIFF image under Windows.
280  * Support drawing text with bitmap font.
281
2822011-09-13  6.7.2-6 Cristy  <quetzlzacatenango@image...>
283  * New version 6.7.2-6.
284
2852011-09-12  6.7.2-6 Cristy  <quetzlzacatenango@image...>
286  * Expand pixel range for 12 bit DCM images stored in 16-bit words.
287  * Gray images not displayed properly when saved as MIFF with sRGB
288    colorspace.
289  * OpenCL's clCreateContextFromType() no longer returns a system default.
290  * Use -enable-zero-configuration for zero configuration ImageMagick
291    (previously -enable-embeddable).
292
2932011-09-10  6.7.2-5 Cristy  <quetzlzacatenango@image...>
294  * New version 6.7.2-5.
295
2962011-09-10  6.7.2-5 Cristy  <quetzlzacatenango@image...>
297  * SO bump.
298
2992011-09-09  6.7.2-4 Cristy  <quetzlzacatenango@image...>
300  * New version 6.7.2-4.
301
3022011-09-05  6.7.2-4 Cristy  <quetzlzacatenango@image...>
303  * Fix cut-n-paste error when reading JPEG profiles.
304
3052011-09-07  6.7.2-3 Cristy  <quetzlzacatenango@image...>
306  * New version 6.7.2-3.
307
3082011-09-05  6.7.2-3 Cristy  <quetzlzacatenango@image...>
309  * A small memory overwrite when reading TIFF with 1-bit alpha (reference
310    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=19417).
311  * Remove a 2 byte memory leak when checking for environment variables.
312
3132011-09-05  6.7.2-2 Cristy  <quetzlzacatenango@image...>
314  * New version 6.7.2-2.
315
3162011-09-03  6.7.2-2 Glenn Randers-Pehrson <glennrp@image...>
317  * Recognize the sRGB ICC profile and write the PNG sRGB profile instead
318    of a full iCCP chunk.
319
3202011-08-31  6.7.2-2 Cristy  <quetzlzacatenango@image...>
321  * Write grayscale MIFF as a single gray pixel component, not RGB (reference
322    http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=19403).
323  * Bail gracefully for corrupt JPEG images.
324  * Bail gracefully for negative montage geometries (references
325    https://bugzilla.redhat.com/show_bug.cgi?id=735599).
326  * Account for DCm bits allocated 16 and significant bits 12 (reference
327    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=19420).
328  * Fix bug when appending JPEG image profiles (reference
329    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=19429).
330
3312011-08-29  6.7.2-1 Cristy  <quetzlzacatenango@image...>
332  * New version 6.7.2-1.
333
3342011-08-29  6.7.2-1 Cristy  <quetzlzacatenango@image...>
335  * The AllChannels defined changed to 0x7ffffff to avoid integer overflow.
336
3372011-08-26  6.7.2-0 Cristy  <quetzlzacatenango@image...>
338  * HDR format 32-bit_rle_xyze implies the XYZ colorspace.
339
3402011-08-22  6.7.1-10 Cristy  <quetzlzacatenango@image...>
341  * Revert FormatImageAttributeList(), FormatImagePropertyList() (reference
342    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=19339).
343
3442011-08-21  6.7.1-10 Glenn Randers-Pehrson <glennrp@image...>
345  * Revised configure.ac (and configure) to look for -lpng15, -lpng14, -lpng12,
346    and -lpng in that order instead of just -lpng.  This should help find
347    a consistent library and headers when users upgrade their libpng delegate
348    from one version to another, incompatible version.
349
3502011-08-20  6.7.1-9 Cristy  <quetzlzacatenango@image...>
351  * New version 6.7.1-9.
352
3532011-08-20  6.7.1-9 Cristy  <quetzlzacatenango@image...>
354  * Fix memory leak in text annotation (reference
355    http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=19331).
356
3572011-08-18  6.7.1-9 Glenn Randers-Pehrson <glennrp@image...>
358  * The "-strip" option was excluding the PNG tRNS chunk (see 6.6.6-7, below);
359  revised the -strip option so it behaves as
360  if "-define PNG:include-chunk=none,trns,gama" had appeared on the commandline.
361  * When writing a PNG8 and more than one transparent color is present,
362  merge them into the image->background_color (Reference
363  http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=19329),
364  finishing the implementation started in version 6.6.8-7.
365
3662011-08-18  6.7.1-8 Cristy  <quetzlzacatenango@image...>
367  * New version 6.7.1-8.
368
3692011-08-18  6.7.1-8 Cristy  <quetzlzacatenango@image...>
370  * Caption now wraps properly for Chinese text (reference
371    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=19249).
372
3732011-08-18  6.7.1-8 Glenn Randers-Pehrson <glennrp@image...>
374  * The PNG encoder would sometimes fail to respect the -define PNG:color-type
375    option when the incoming image was PseudoClass (reference
376    http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=19262).
377
3782011-08-15  6.7.1-7 Cristy  <quetzlzacatenango@image...>
379  * New version 6.7.1-7.
380
3812011-08-15  6.7.1-7 Cristy  <quetzlzacatenango@image...>
382  * Properly handled continued JPEG embedded profiles.
383
3842011-08-12  6.7.1-6 Cristy  <quetzlzacatenango@image...>
385  * Yet another attempt to read Japanese filenames under Windows.
386
3872011-08-10  6.7.1-5 Cristy  <quetzlzacatenango@image...>
388  * New version 6.7.1-5.
389
3902011-08-10  6.7.1-5 Cristy  <quetzlzacatenango@image...>
391  * Revert -colorspace sRGB option patch (reference
392    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=19256).
393  * Revert -type PaletteMatte option patch (reference
394    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=19263
395
3962011-08-09  6.7.1-4 Cristy  <quetzlzacatenango@image...>
397  * New version 6.7.1-4.
398
3992011-08-09  6.7.1-4 Cristy  <quetzlzacatenango@image...>
400  * Revert MultiByteToWideChar() for Windows patch.
401
4022011-08-05  6.7.1-3 Cristy  <quetzlzacatenango@image...>
403  * New version 6.7.1-3.
404
4052011-08-05  6.7.1-3 Cristy  <quetzlzacatenango@image...>
406  * Use MultiByteToWideChar() for Windows filenames (reference
407    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=19242).
408
4092011-08-03  6.7.1-2 Cristy  <quetzlzacatenango@image...>
410  * New version 6.7.1-2.
411
4122011-08-02  6.7.1-2 Cristy  <quetzlzacatenango@image...>
413  * Windows does not support acosh(), asinh(), or atanh().
414  * Accept filenames with time stamps and a sub-image specification (e.g.
415    test-18:37.jpg[0]).
416
4172011-08-01  6.7.1-1 Cristy  <quetzlzacatenango@image...>
418  * New version 6.7.1-1.
419
4202011-08-01  6.7.1-1 Cristy  <quetzlzacatenango@image...>
421  * Support MSL 'set gravity' element.
422  * Don't report HSB colors as RGB colornames (e.g. hsb(0%,0%,100%)).
423  * Support -fx acosh(), asinh(), and atanh().
424
4252011-07-21  6.7.1-0 Anthony Thyssen <A.Thyssen@griffith...>
426  * Removed a case that prevented rotations of rectangle kernels.
427
4282011-07-01  6.7.1-0 Glenn Randers-Pehrson <glennrp@image...>
429  * Use zlib default compression strategy instead of Z_RLE and Z_FIXED
430    strategies when linking with zlib versions (prior to 1.2.0 and 1.2.2.2,
431    respectively) that don't support them.
432  * Exit test loop sooner in coders/png.c when a non-gray pixel is found.
433
4342011-06-30  6.7.0-10 Cristy  <quetzlzacatenango@image...>
435  * New version 6.7.0-10.
436
4372011-06-30  6.7.0-10 Glenn Randers-Pehrson <glennrp@image...>
438  * Added "-define PNG:compression-level|strategy|filter=value" options to
439    the PNG encoder.  If these options are used, they take precedence over
440    the -quality option (reference
441    http://www.imagemagick.org/discourse-server/viewtopic.php?&f=1&p=73548).
442
4432011-06-29  6.7.0-7 Glenn Randers-Pehrson <glennrp@image...>
444  * Handle "-quality 97" properly in the png encoder, i.e., use intrapixel
445    filtering when writing a MNG file and no filtering when writing a PNG file.
446  * Added support for Z_RLE strategy in the png compressor, using
447    -quality 98 or 99.
448
4492011-06-28  6.7.0-10 Cristy  <quetzlzacatenango@image...>
450  * Properly allocate points when render text with large font size (reference
451    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=18997).
452
4532011-06-25  6.7.0-9 Cristy  <quetzlzacatenango@image...>
454  * New version 6.7.0-9.
455
4562011-06-18  6.7.0-9 Cristy  <quetzlzacatenango@image...>
457  * Defend against corrupt PSD resource blocks.
458
4592011-06-15  6.7.0-8 Cristy  <quetzlzacatenango@image...>
460  * New version 6.7.0-8.
461
4622011-06-14  6.7.0-8 Anthony Thyssen <A.Thyssen@griffith...>
463  * Added Initial implementation of Cylinder to/from Plane 3D Distorts
464    Includes derivative (scaled lookup), and anti-aliased horizon (validity)
465    Currently can NOT handle extractions from full 360 cylinder panoramas.
466
4672011-06-13  6.7.0-7 Cristy  <quetzlzacatenango@image...>
468  * New version 6.7.0-7.
469
4702011-06-09  6.7.0-7 Cristy  <quetzlzacatenango@image...>
471  * Fixed "conversion from unsigned __int64 to double not implemented"
472    so IM can compile under VisualStudio 6.
473
4742011-06-08  6.7.0-7 Glenn Randers-Pehrson <glennrp@image...>
475  * The PNG encoder would sometimes make black pixels transparent when some
476    other gray level was supposed to be the transparent color (reference
477    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=18900).
478    This occurred only with 1, 2, 4-bit grayscale images with Q16 or Q32
479    builds.
480
4812011-06-08  6.7.0-6 Cristy  <quetzlzacatenango@image...>
482  * New version 6.7.0-6.
483
4842011-06-08  6.7.0-6 Cristy  <quetzlzacatenango@image...>
485  * Fix transient error for composite 'Over' operator.
486
4872011-06-07  6.7.0-5 Cristy  <quetzlzacatenango@image...>
488  * New version 6.7.0-5.
489
4902011-06-07  6.7.0-5 Cristy  <quetzlzacatenango@image...>
491  * Fix one-off bug in option parser (reference
492    http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=609177).
493  * Transient bug with composite 'Over' in magick/composite-private.h.
494
4952011-06-06  6.7.0-4 Cristy  <quetzlzacatenango@image...>
496  * New version 6.7.0-4.
497
4982011-06-03  6.7.0-4 Cristy  <quetzlzacatenango@image...>
499  * Support -direction right-to-left for the label: and caption: coders.
500  * Blue / green reversed for JPEG-compressed TIFF images.
501
5022011-06-03  6.7.0-3 Cristy  <quetzlzacatenango@image...>
503  * New version 6.7.0-3.
504
5052011-06-02  6.7.0-2 Cristy  <quetzlzacatenango@image...>
506  * Use memmove() instead of memcpy() in StripString().
507
5082011-05-27  6.7.0-2 Cristy  <quetzlzacatenango@image...>
509  * New version 6.7.0-2.
510
5112011-05-26  6.7.0-2 Cristy  <quetzlzacatenango@image...>
512  * ImageMagick now compiles on Hurd (reference
513    http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=628020).
514  * Use vfprintf rather than fprintf in FormatLocaleFileList().
515
5162011-05-26  6.7.0-1 Cristy  <quetzlzacatenango@image...>
517  * New version 6.7.0-1.
518
5192011-05-25  6.7.0-1 Cristy  <quetzlzacatenango@image...>
520  * Not all Linux'es define locale_t (reference
521    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=18819).
522
5232011-05-22  6.7.0-0 Cristy  <quetzlzacatenango@image...>
524  * New version 6.7.0-0.
525
5262011-05-21  6.7.0-0 Cristy  <quetzlzacatenango@image...>
527  * Avoid fault on corrupt JPEG images.
528  * Avoid fault on certain DJVU images (reference
529    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=18807).
530  * Fix -fx to interpret scientific notation properly.
531
5322011-05-20  6.6.9-10 Cristy  <quetzlzacatenango@image...>
533  * New version 6.6.9-10.
534
5352011-05-20  6.6.9-10 Glenn Randers-Pehrson <glennrp@image...>
536  * The PNG encoder now respects the -depth setting, including 1, 2, 4.
537    Previously settings other than 8 and 16 were ignored (reference
538    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=18412).
539
5402011-05-16  6.6.9-10 Cristy  <quetzlzacatenango@image...>
541  * Don't use comma as a separator for stroked text (reference
542    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=18742).
543  * Use C locale when generating or interpreting SVG.
544  * Fix "unterminated macro" for Q32 build of coders/png.c.
545
5462011-05-15  6.6.9-9 Cristy  <quetzlzacatenango@image...>
547  * New version 6.6.9-9.
548
5492011-05-14  6.6.9-9 Cristy  <quetzlzacatenango@image...>
550  * The -scale option now considers the alpha channel when scaling.
551  * Fix transient bug for HSL to RGB and back.
552
5532011-05-12  6.6.9-9 Glenn Randers-Pehrson <glennrp@image...>
554  * Fixed PNG8 reduction to work with an image that reduces to 256 colors
555    plus transparency, by merging the two darkest red colors.
556
5572011-05-04  6.6.9-8 Cristy  <quetzlzacatenango@image...>
558  * New version 6.6.9-8.
559
5602011-05-02  6.6.9-8 Glenn Randers-Pehrson <glennrp@image...>
561  * Fixed some cut-and-paste errors in new png.c code that caused PNG8
562    reductions to fail.
563
5642011-05-02  6.6.9-8 Anthony Thyssen <A.Thyssen@griffith...>
565  * Add various Option Flags, and fix option skip counts for plus forms
566    of simple operators where plus form is the same as minus form.
567    For example the incorrect counts produces a weird error, and possible
568    future segmentation fault in a command like  convert rose: +border show:
569
5702011-04-30  6.6.9-7 Cristy  <quetzlzacatenango@image...>
571  * New version 6.6.9-7.
572
5732011-04-30  6.6.9-7 Anthony Thyssen <A.Thyssen@griffith...>
574  * Fix FX default for interpolation to Bilinear.
575
5762011-04-27  6.6.9-7 Cristy  <quetzlzacatenango@image...>
577  * Fix pixel interpolation for -draw 'image Over' (reference
578    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=18612).
579
5802011-04-26  6.6.9-7 Glenn Randers-Pehrson <glennrp@image...>
581  * Write the proper bKGD chunk value in grayscale PNG images (reference
582    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=18624).
583
5842011-04-25  6.6.9-7 Anthony Thyssen <A.Thyssen@griffith...>
585  * Added Inverse method for Sparse Color Interpolation
586
5872011-04-24  6.6.9-6 Cristy  <quetzlzacatenango@image...>
588  * New version 6.6.9-6.
589
5902011-04-21  6.6.9-6 Anthony Thyssen <A.Thyssen@griffith...>
591  * Make filter:blur define a multiplicative adjustment of filter settings
592    rather than a complete override of those settings.
593  * Add Flags to CommandOptions parse table, removing the need for
594    ImageListOptions parsing table.  This is the start of development to
595    produce a "convert" replacement that can read options from both command
596    line and from files or pipelines, in "Do it Immediately" handling.
597  * Crop Bug Fix. Prevent infinite loop with "+repage -crop 0x40"
598
5992011-04-18  6.6.9-6 Glenn Randers-Pehrson <glennrp@image...>
600  * Added "date" to the things that can appear on the -define PNG:exclude-chunk
601    list.  This excludes the IM-generated Date:modify and Date:create
602    properties from PNG output text chunks without excluding the rest of the
603    text chunks.
604  * Added "-define PNG:preserve-colormap" option (reference
605    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=18564).
606  * Simplified LosslessReduceDepthOK() function in coders/png.c
607
6082011-04-18  6.6.9-6 Cristy  <quetzlzacatenango@image...>
609  * Add support for writing RGB FITS images as separate planes.
610
6112011-04-16  6.6.9-6 Cristy  <quetzlzacatenango@image...>
612  * Support the HDR 32-bit_rle_xyze format.
613  * Fixed infinite loop for TARGA images with a V2 develop area.
614  * Add signal handler for SIGBUS.
615
6162011-04-15  6.6.9-5 Cristy  <quetzlzacatenango@image...>
617  * New version 6.6.9-5.
618
6192011-04-15  6.6.9-5 Glenn Randers-Pehrson <glennrp@image...>
620  * Added "#define PNG_PTR_NORETURN" because this macro does not work
621    on all platforms with libpng15, with failure to load png_longjmp() (ref
622    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=18518).
623
6242011-04-14  6.6.9-5 Anthony Thyssen <A.Thyssen@griffith...>
625  * Layers Composition Bug Fix, animations attributes of first image not
626    transferred in a single destination, multi-source image composition.
627
6282011-04-09  6.6.9-5 Anthony Thyssen <A.Thyssen@griffith...>
629  * Add a special 'Voronoi' Morphology Distance method that will fill in holes
630    using the nearest non-transparent edge pixel. It is experimental, and
631    hidden from normal morphology usage, as it may be interfaced with a
632    future hole-filling color 'Diffusion' method.
633
6342011-04-08  6.6.9-5 Cristy  <quetzlzacatenango@image...>
635  * MIFF keywords sometimes includes spaces.
636
6372011-04-07  6.6.9-5 Anthony Thyssen <A.Thyssen@griffith...>
638  * Major BUG FIX - wrong sign breaks most morphology methods in IM v6.6.9-4
639  * Fixed -region handling of transparency. Original images without
640    transparency will use 'Over' while images with transparency will
641    preserve transparency using 'Copy'. Before this only 'Over' was used
642    due to the testing of the wrong image.
643  * Added Compose methods  DarkenIntensity and LightenIntensity
644
6452011-04-06  6.6.9-4 Cristy  <quetzlzacatenango@image...>
646  * New version 6.6.9-4.
647
6482011-04-03  6.6.9-4 Anthony Thyssen <A.Thyssen@griffith...>
649  * Add Octagon shape and Octagonal distance kernels for Morphology
650  * Fix minor Morphology kernel compose bug (cleanup after Src/Dst swap)
651  * Fix segmentation fault after error in a morphology 'named' kernel
652  * Added a range of kernels used for specialised thinning purposes
653    as defined in a research paper by Dan S. Bloomberg.
654  * Added Dan Bloomberg best thinning skeleton, "Skeleton:3"
655  * Removed origin pixel from many Hit-and-Miss kernels allowing kernels
656    to not only be used for thinning, but also thickening.
657  * Renamed "ThinDiagonals" kernel to just "Diagonals"
658  * Distance uses a fast two pass algorithm, and no longer needs 'iteration'
659
6602011-04-02  6.6.9-4 Glenn Randers-Pehrson <glennrp@image...>
661  * Make the PNG encoder use depth==8 when incoming image->depth < 8
662    (the encoder later reduces the depth if it can), to avoid writing
663    an incorrect image.
664  * Remove any bogus colormap received by the PNG encoder with an image
665    that is not PseudoClass (reference
666    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=18475).
667
6682011-04-02  6.6.9-3 Cristy  <quetzlzacatenango@image...>
669  * Added -statistic Gradient
670
6712011-04-01  6.6.9-3 Cristy  <quetzlzacatenango@image...>
672  * New version 6.6.9-3.
673
6742011-04-01  6.6.9-3 Cristy  <quetzlzacatenango@image...>
675  * Set the caption height correctly for missing row geometry (reference
676    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=18447).
677
6782011-03-31  6.6.9-2 Cristy  <quetzlzacatenango@image...>
679  * New version 6.6.9-2.
680
6812011-03-30  6.6.9-2 Glenn Randers-Pehrson <glennrp@image...>
682  * Revised the png decoder to store the PNG IHDR and other known PNG
683    chunk data as properties, for later retrieval and reporting by "identify",
684    so users can easily and reliably discover the color-type, bit-depth, etc
685    that were in the input PNG datastream.
686  * The PNG decoder sometimes set images with more than 256 different
687    gray-alpha pixels to storage_class=PseudoClass with an incorrect colormap.
688
6892011-03-30  6.6.9-2 Anthony Thyssen <A.Thyssen@griffith...>
690  * Add a "Resize" distortion method (distort equivalent of -resize).
691  * Special CLI handling so -distort Resize takes a "geometry" argument.
692
6932011-03-29  6.6.9-2 Cristy  <quetzlzacatenango@image...>
694  * Expand PCL compressed pixel buffer to prevent delta compressed overrun.
695
6962011-03-29  6.6.9-1 Cristy  <quetzlzacatenango@image...>
697  * New version 6.6.9-1.
698
6992011-03-29  6.6.9-1 Anthony Thyssen <A.Thyssen@griffith...>
700  * Fix AdaptiveResizeImage() to use 'Mesh' Interpolation, and fix its
701    coordinate handling, as originally defined.
702
7032011-03-29  6.6.9-1 Cristy  <quetzlzacatenango@image...>
704  * Support -statistic standard-deviation option.
705  * Patch for coders/dcm.c so it compiled with HDRI enabled.
706
7072011-03-28  6.6.9-0 Cristy  <quetzlzacatenango@image...>
708  * New version 6.6.9-0.
709
7102011-03-28  6.6.9-0 Cristy  <quetzlzacatenango@image...>
711  * Optimize bilinear interpolation.
712  * Remove version from etc folder and instead use /etc/ImageMagick.
713
7142011-03-28  6.6.9-0 Anthony Thyssen <A.Thyssen@griffith...>
715  * Separated complex cropping function from TransformImage() as a new
716    function CropImageToTiles().  This new function returns either the
717    new cropped image, or a list of tiles, according to geometry, without
718    replacing the source image. The Source image may be part of a larger list
719    of images, without the function 'losing' the other images of the list.
720
7212011-03-27  6.6.8-10 Cristy  <quetzlzacatenango@image...>
722  * New version 6.6.8-10.
723
7242011-03-27  6.6.8-10 Anthony Thyssen <A.Thyssen@griffith...>
725  * Modified image handling in MogrifyImages() and MogrifyImage()
726    which improves overall handling, and allows correct %p, %n and the
727    %[fx:..] 't' and 'n' escape usage to work correctly.
728  * Added -duplicate as a multi-image sequence operator
729
7302011-03-26  6.6.8-9 Cristy  <quetzlzacatenango@image...>
731  * New version 6.6.8-9.
732
7332011-03-25  6.6.8-9 Cristy  <quetzlzacatenango@image...>
734  * Add InterpolateMagickPixelPacket() method.
735  * Add support for the %[opaque] property.
736
7372011-03-25  6.6.8-8 Cristy  <quetzlzacatenango@image...>
738  * New version 6.6.8-8.
739
7402011-03-25  6.6.8-8 Cristy  <quetzlzacatenango@image...>
741  * Fix memory access bug in CloneString() (reference
742    http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=18382).
743  * Avoid infinite loop when no space is available in MagickFormatCaption().
744
7452011-03-25  6.6.8-8 Anthony Thyssen <A.Thyssen@griffith...>
746  * Removed the fix for %p and %n escapes, as it was not working right
747
7482011-03-24  6.6.8-7 Cristy  <quetzlzacatenango@image...>
749  * New version 6.6.8-7.
750
7512011-03-24  6.6.8-7 Cristy  <quetzlzacatenango@image...>
752  * Add support for 16-bit DCM short ints (reference
753    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=18371).
754
7552011-03-23 6.6.8-7 Anthony Thyssen <A.Thyssen@griffith...>
756  * Another fix for -sparse-color and unused color channels
757  * Finalize the -duplicate option created by Cristy
758  * Fix of segmentation fault for second image in %[fx:..] during info:
759    (Bug in AcquireFxInfo(), as given start image is not first image)
760
7612011-03-21  6.6.8-7 Glenn Randers-Pehrson <glennrp@image...>
762  * Revised the PNG8 encoder to use 50% threshold instead of 0% when
763    reducing transparency to binary.  Collapse all resulting fully transparent
764    colors into one (the background color), to reduce the compressed filesize.
765  * First try the 4-4-4-1 and 3-3-3-1 palettes instead of 3-3-2-1, to preserve
766    colors (especially gray) better, when reducing to PNG8.
767  * Force the PNG encoder to return image->matte==MagickTrue when the
768    format is RGBA or GA or if the tRNS chunk is present, even when the
769    image is fully opaque (reference
770    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=18349).
771
7722011-03-21  6.6.8-6 Cristy  <quetzlzacatenango@image...>
773  * New version 6.6.8-6.
774
7752011-03-21  6.6.8-6 Glenn Randers-Pehrson <glennrp@image...>
776  * Re-enabled reduction of grayscale images (color-type 0) to 2 or 4 bits
777    when appropriate (reference
778    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=18098).
779  * The "-define PNG:color-type=4" option did not always force the PNG
780    encoder to write an all-opaque alpha channel (reference
781    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=18349).
782
7832011-03-14  6.6.8-6 Cristy  <quetzlzacatenango@image...>
784  * Fixed memory leak for PDF and Bitmap PSD RLE support (reference
785    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=18317).
786  * Support the -statistic option: replace each pixel with corresponding
787    statistic from the neighborhood.
788  * Add support for -duplicate option.
789  * Move configuration files from /usr/share and /usr/lib to /etc and /var.
790  * Do not cache the results of fx: otherwise -format
791    '%[fx:rand()] %[fx:rand()]' returns the same random numbers.
792
7932011-03-18 6.6.8-6 Anthony Thyssen <A.Thyssen@griffith...>
794  * Replaced Minus and Divide Composition methods with Dst and Src
795    equivalents. Now users can decide how these non-commutative mathematical
796    operators are applied to the images being composited.
797  * Fix the percent escape values for  %p, %n  and  %[fx:t], %[fx:n] to
798    respectively mean the current images index and the total number of
799    images within the current image sequence.
800
8012011-03-17 6.6.8-5 Anthony Thyssen <A.Thyssen@griffith...>
802  * Backed out the patch for Variable Blur Composition that was added
803    2011-02-13 v6.6.7-7, until I can re-think the problem.
804    The existing fix was failing to do circular blurs correctly.
805
8062011-03-14  6.6.8-5 Glenn Randers-Pehrson <glennrp@image...>
807  * Fixed a rounding/truncation error while writing the pHYs chunk in the
808    png encoder.
809  * Don't write text-encoded profile when "-define PNG:exclude-chunk=text,ztxt"
810    is present (reference
811    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=17086 and
812    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=18225).
813
8142011-03-14  6.6.8-5 Cristy  <quetzlzacatenango@image...>
815  * Add support for the WebP image format.
816
8172011-03-14  6.6.8-5 Anthony Thyssen <A.Thyssen@griffith...>
818  * Ensured that -sparse-color preserves unused channels when
819    channel limited.  Before this unused channels would be reset to black.
820
8212011-03-11  6.6.8-4 Glenn Randers-Pehrson <glennrp@image...>
822  * Don't try to store a bKGD chunk in a PNG8 when there are already
823    256 colors in the palette and the background colors is not in that
824    palette (reference
825    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=18199);
826  * The "-define PNG:exclude-chunk=bKGD" option was also excluding
827    the text chunks. (reference
828    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=18253).
829
8302011-03-10  6.6.8-4 Cristy  <quetzlzacatenango@image...>
831  * Fx is a mathematical function.  Do not treat transparency as black.
832  * No image scene suffix for filenames that include a single bracket (reference
833    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=18267).
834
8352011-03-10  6.6.8-3 Cristy  <quetzlzacatenango@image...>
836  * New version 6.6.8-3.
837
8382011-03-10  6.6.8-3 Cristy  <quetzlzacatenango@image...>
839  * Boost causes an ambiguity with ssize_t when building PythonMagick.  Add
840    patch from Arfrever@gento... to fix the build exception.
841
8422011-03-09  6.6.8-2 Cristy  <quetzlzacatenango@image...>
843  * Support the Radiance HDR image format.
844  * Update the offset in the black channel when sharpening to avoid incorrect
845    results.
846  * Do not use GenericReadMethod for TIFF images with 64-bits per sample.
847
8482011-03-06  6.6.8-2 Glenn Randers-Pehrson <glennrp@image...>
849  * Throw error message when the requested color-type or bit-depth
850    cannot be written by the PNG encoder (error was being thrown
851    into the wrong image structure).  (Reference
852    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=18162).
853  * Don't write a PNG text chunk with "density" keyword that overrides the
854    PNG pHYs chunk, if the pHYs chunk was not excluded (reference
855    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=18253).
856  * Ignore any PNG text chunk with a "density" keyword found by the PNG
857    decoder, if the PNG datastream also contains a pHYs chunk.
858
8592011-03-06  6.6.8-1 Cristy  <quetzlzacatenango@image...>
860  * New version 6.6.8-1.
861
8622011-03-05  6.6.8-1 Cristy  <quetzlzacatenango@image...>
863  * Support PSD files with one layer and one composite layer.
864  * We must cast a Quantum type when bit shifting and HDRI is enabled.
865
8662011-03-05  6.6.8-0 Cristy  <quetzlzacatenango@image...>
867  * New version 6.6.8-0.
868
8692011-02-27  6.6.8-0 Cristy  <quetzlzacatenango@image...>
870  * Add support for the -mode option.
871
8722011-02-27  6.6.8-0 Glenn Randers-Pehrson <glennrp@image...>
873  * Fix scaling of new color-reduction method in the PNG encoder (16-bit
874    images were scaled down to 0 or 1, or nearly black).
875  * Delay opening the PNG output blob until the PNG encoder is ready
876    to write the IHDR chunk, to avoid writing zero-length PNG files when
877    errors are found while building the palette.  (reference
878    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=18162).
879
8802011-02-25  6.6.7-10 Cristy  <quetzlzacatenango@image...>
881  * New version 6.6.7-10.
882
8832011-02-23  6.6.7-10 Cristy  <quetzlzacatenango@image...>
884  * Avoid seg fault in AppendImages() when one image is in the RGB colorspace
885    but the other is in the CMYK colorspace.
886  * Get rid of 'respect_parenthesis defined but not used' warnings (reference
887    http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=18173).
888
8892011-02-22  6.6.7-10 Glenn Randers-Pehrson <glennrp@image...>
890  * Write sub-8-bit grayscale PNG images as palette-indexed PNG images.  This
891    usually makes smaller files anyhow.
892  * Eliminated a number of redundant tests for gray images in the PNG encoder.
893  * Removed now-unused IsMonochromeImage() function from coders/png.c
894  * Scan the colormap instead of all of the pixels, when possible, to
895    determine whether the image received by the PNG encoder is grayscale
896    or black-and-white.
897  * Avoid reading from the colormap in coders/png.c when it is NULL (reference
898    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=18162).
899  * Add a check whether the PNG "cheap transparency" criteria are met.  That
900    is, there is a single transparent color, no semitransparent colors, and
901    no opaque color that has the same RGB components as the transparent
902    color.  If those aren't met, a color that is transparent in one pixel
903    and opaque in another would always be rendered as transparent, so we
904    must write a PNG colortype that has an alpha channel (reference
905    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=18167).
906
9072011-02-22  6.6.7-9 Cristy  <quetzlzacatenango@image...>
908  * New version 6.6.7-9.
909
9102011-02-22  6.6.7-9 Glenn Randers-Pehrson <glennrp@image...>
911  * Disabled reduction of grayscale images (color-type 0) to less than 8 bits
912    when writing because this sometimes produced incorrect output (reference
913    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=18098).
914
9152011-02-21  6.6.7-9 Cristy  <quetzlzacatenango@image...>
916  * Check image has properties before accessing the splay tree (reference
917    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=18136).
918
9192011-02-15  6.6.7-8 Cristy  <quetzlzacatenango@image...>
920  * New version 6.6.7-8.
921
9222011-02-14  6.6.7-8 Glenn Randers-Pehrson <glennrp@image...>
923  * The PNG encoder should ignore bogus q->opacity values when image->matte
924    is MagickFalse (reference
925    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=18067).
926
9272011-02-14  6.6.7-8 Cristy  <quetzlzacatenango@image...>
928  * Use implicit image format when explicit format is bogus (e.g.
929    02.13.11-18:43:58.png now writes as PNG).
930  * Fix problem with 4GB file seeks on a 32-bit OS.
931
9322011-02-13  6.6.7-7 Anthony Thyssen <A.Thyssen@griffith...>
933  * Fixed Variable blur to handle small (< 1.0 sigma) blurs generated
934    by the blur map being used, rather than just 'cutoff' suddenly.
935
9362011-02-08  6.6.7-7 Cristy  <quetzlzacatenango@image...>
937  * Support 16-bit per pixel YUV image files.
938  * Fix off-by-one error in PosterizeImage().
939  * Posterize now distributes color uniformly (reference
940    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=17623).
941  * Add -smush option (reference
942    http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=17953).
943  * Repair memory leak in the display program.
944
9452011-02-07  6.6.7-6 Cristy  <quetzlzacatenango@image...>
946  * Fix bug in carg() define when HAVE_COMPLEX is not defined (reference
947    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=18030).
948
9492011-02-06  6.6.7-6 Anthony Thyssen <A.Thyssen@griffith...>
950  * Default sigma for Gauusian resize filter is now 1/2 for both
951    orthogonal resize and cylindrical EWA distortions.
952
9532011-02-02  6.6.7-5 Cristy  <quetzlzacatenango@image...>
954  * Check if the font is null in RenderFreetype() to prevent fault (reference
955    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=17890).
956  * Eliminate fault when reading WMF image files (reference
957    http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=17971).
958  * Support multi-page transparent Postscript and PDF image files.
959  * The compare fuzz metric now returns the same correct value for
960    'xc:white xc:blue -alpha off' and 'xc:white xc:blue -alpha on'.
961
9622011-01-29  6.6.7-4 Paul Heckbert  <ph@cs.cm...>
963  * Move coders/tiff.c conditional compile to define TIFF exception /
964    semaphore / key when TIFF delegate is disabled.
965
9662011-01-29  6.6.7-4 Glenn Randers-Pehrson <glennrp@image...>
967  * Renamed variables, macros, and functions defined/declared in coders/png.c
968    that were in the libpng namespace (beginning with "png_" or "PNG_").
969
9702011-01-25  6.6.7-3 Glenn Randers-Pehrson <glennrp@image...>
971  * Removed a call to GetNumberColors() from the PNG encoder that was
972    only there for debugging purposes and was consuming a huge amount
973    of CPU time. (reference
974    http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=17799).
975  * Sometimes black was still written as transparent, when the PNG
976    encoder received an image with image->matte==true but no transparent
977    pixels were present. (reference
978    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=17913);
979
9802011-01-24  6.6.7-3 Cristy  <quetzlzacatenango@image...>
981  * Remove memory leak from ThrowFileException() macro (reference
982    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=17908).
983  * Multiple blue error count by 'count' in ClassifyImageColors()
984  * Add support for the AAI image format.
985
9862011-01-22  6.6.7-2 Cristy  <quetzlzacatenango@image...>
987  * Accept quoted file paths in indirect file references (e.g. @myFiles.txt).
988
9892011-01-19  6.6.7-2 Glenn Randers-Pehrson <glennrp@image...>
990  * Changed the PNG encoder's "transparent_color" from a UShortPixelPacket
991    to LongPixelPacket and made the default (65537,65537,65537), which
992    can never occur in the PNG image data.  Previously the default was
993    (0,0,0) and black pixels would be rendered as as transparent when
994    no tRNS chunk was present in the input, which has caused problems
995    with some test cases since version 6.6.6-10.
996  * Improved the PNG_BUILD_PALETTE section to count opaque, transparent,
997    and semitransparent pixels separately.  Previously it wasn't always
998    possible to determine if there was a single fully-transparent color,
999    to decide whether to write an RGBA or Gray-Alpha image or an RGB or
1000    Gray image with a tRNS chunk.
1001
10022011-01-15  6.6.7-1 Cristy  <quetzlzacatenango@image...>
1003  * Do not reset image next / previous when detach argument is false for
1004    CloneImage().
1005  * Inline cropping no longer fails for inline raw images (e.g.
1006    -size 640x480 -depth 8 'gray:logo[100x100+200+200]').
1007
10082011-01-14  6.6.7-1 Glenn Randers-Pehrson <glennrp@image...>
1009  * Don't let the PNG encoder try to sort the colormap when there are more
1010    than 256 colors in the image. (reference
1011    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=17834).
1012
10132011-01-10  6.6.7-1 Cristy  <quetzlzacatenango@image...>
1014  * Accept escaped % in output filename (reference
1015    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=17810).
1016
10172011-01-08  6.6.7-1 Glenn Randers-Pehrson <glennrp@image...>
1018  * Quieted some inconsequential warnings in the PNG codec due to a
1019    change in the type of the PNG iCCP profile from png_charp to png_bytep
1020    in libpng-1.5.0.
1021
10222011-01-03  6.6.7-0 Cristy  <quetzlzacatenango@image...>
1023  * Handle negative heights for ICO images.
1024
10252011-01-02  6.6.7-0 Glenn Randers-Pehrson <glennrp@image...>
1026  * Recent changes sometimes caused the PNG encoder to select colortype=2
1027    (Truecolor) instead of 0 (Grayscale) for grayscale images.  This made
1028    the filesize larger than necessary and caused some of the PerlMagick
1029    tests to fail.
1030
10312011-01-01  6.6.6-10 Glenn Randers-Pehrson <glennrp@image...>
1032  * The PNG decoder now checks whether the image actually has any transparency
1033    when the input file contains an alpha channel or a tRNS chunk.  (Reference
1034    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=17748)
1035
10362010-12-26  6.6.6-8 Cristy  <quetzlzacatenango@image...>
1037  * -posterize fails with more than 40 levels (reference
1038    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=17741).
1039  * Add support for the MacPaint image format.
1040  * Eliminate spurious 'invalid colormap index' exception for 16-bit SGI images
1041    (bug report by steven.sittser@fligh...).
1042  * Fix user data length for the CIN image format.
1043
10442010-12-21  6.6.6-7 Glenn Randers-Pehrson <glennrp@image...>
1045  * Use a clone instead of the main image in coders/png.c, so the image
1046    can still be used later on without being affected by changes made by
1047    the PNG encoder.
1048  * Added PNG:exclude-chunk and PNG:include-chunk defines.
1049  * Revised the -strip option so it behaves as though
1050    "-define PNG:include-chunk=none,gama" had appeared on the commandline.
1051  * Avoid writing PNG ancillary chunks in the PNG/MNG/JNG encoder while
1052    generating the alpha channel for a JNG image.
1053
10542010-12-21  6.6.6-7 Anthony Thyssen <A.Thyssen@griffith...>
1055  * Removed the forced interpolation setting in AcquireResampleFilterThreadSet
1056    It prevented user defined interpolation settings for -clut, and possibly
1057    other usage.
1058
10592010-12-17  6.6.6-6 Chris Madison  <madisonblu@gmail...>
1060  * Add LZMA compression support to ImageMagick.
1061  * Eliminate seg-fault in MvgPrintf().
1062
10632010-12-17  6.6.6-6 Glenn Randers-Pehrson <glennrp@image...>
1064  * Eliminated a redundant quantization step in the PNG encoder.
1065  * Untangled a confusing but apparently harmless improper loop nesting
1066    in the PNG encoder.
1067  * Eliminated redundant "IsGray()" tests from the PNG encoder.
1068
10692010-12-14  6.6.6-6 Cristy  <quetzlzacatenango@image...>
1070  * -format "%[fx:u.p{5,5}]" no longer reports parse exception (reference
1071    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=17678).
1072
10732010-12-10  6.6.6-5 Glenn Randers-Pehrson <glennrp@image...>
1074  * Make the PNG encoder always rebuild the palette, to avoid losing
1075    transparency when it is out of sync with the pixel data (reference
1076    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=17655).
1077  * Eliminated CompressColormapTransFirst() since the palette is already
1078    compressed and sorted by opacity now when it's recreated.
1079
10802010-12-10  6.6.6-5 Cristy  <quetzlzacatenango@image...>
1081  * Account for virtual canvas for the -flip / -flop options (reference
1082    http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=17626).
1083  * Also for -transpose and transverse options
1084  * Support -metric fuzz option.
1085
10862010-12-09  6.6.6-4 Anthony Thyssen <A.Thyssen@griffith...>
1087  * Replace IsMagickColorSimilar() which provides the Fuzz Factor threshold
1088    function.  Note function does not calculate 'distance' in total but
1089    short-circuits when threshold is reached for faster processing.
1090  * Ordered Dithered handling of Alpha channel was incorrect - fixing
1091    Bug was introduced v6.6.5-6
1092
10932010-12-03  6.6.6-3 Glenn Randers-Pehrson <glennrp@image...>
1094  * Fixed two more cases where the PNG encoder lost transparency (reference
1095    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=17516).
1096
10972010-12-01  6.6.6-2 Cristy  <quetzlzacatenango@image...>
1098  * Affine multiplication reversed when translating (reference
1099    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=17570).
1100
11012010-11-26  6.6.6-2 Glenn Randers-Pehrson <glennrp@image...>
1102  * Revised the "c7x7b" and "c7x7w" ordered-dither maps to be complementary
1103    to each other.
1104
11052010-11-27  6.6.6-1 Cristy  <quetzlzacatenango@image...>
1106  * Add support for -evaluate-sequence median.
1107
11082010-11-26  6.6.6-0 Glenn Randers-Pehrson <glennrp@image...>
1109  * Fixed two more cases where the PNG encoder lost transparency (reference
1110    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=17516).
1111
11122010-11-23  6.6.6-0 Cristy  <quetzlzacatenango@image...>
1113  * The policy.xml sets not-to-exceed resource values (e.g. policy memory limit
1114    1GB, -limit 2GB exceeds policy maximum so memory limit is 1GB).
1115  * Support NCC (normalized cross correlation) compare metric.
1116
11172010-11-21  6.6.5-10 Cristy  <quetzlzacatenango@image...>
1118  * Fix PNG coder compile error when HDRI is enabled.
1119
11202010-11-17  6.6.5-9 Glenn Randers-Pehrson <glennrp@image...>
1121  * Many of the problems with the PNG encoder have been fixed (reference
1122    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=16490).
1123  * The "-type Optimize" option is now deprecated.  If present, it is treated
1124    by the PNG encoder the same as if the type were undefined.  Optimization
1125    is now always performed.  No other formats used the "type Optimize" option.
1126  * Merged redundant code into LosslessReduceDepth() function in the PNG codec.
1127
11282010-11-14  6.6.5-9 Cristy  <quetzlzacatenango@image...>
1129  * The splice option no longer throws spurious "pixels are not authentic"
1130    exceptions.
1131  * Thread the -adaptive-resize option.
1132  * Set XBM coder height to height not width.
1133
11342010-11-14  6.6.5-9 Nicolas Robidoux <nicolas.robidoux@gmai...>
1135  * Lanczos2Sharp blur tweaked. New blur = 0.9549963639785485.
1136
11372010-11-13  6.6.5-9 Nicolas Robidoux <nicolas.robidoux@gmai...>
1138  * LanczosSharp blur tweaked to minimize worst case deviation from "perfect
1139    preservation of images which only vary horizontally (or vertically)" under
1140    no-op. New blur = 0.9812505644269356.
1141
11422010-11-08  6.6.5-8 Nicolas Robidoux <nicolas.robidoux@gmai...>
1143  * Missing logical operator in tiff.c.
1144
11452010-11-08  6.6.5-8 Cristy  <quetzlzacatenango@image...>
1146  * Only save TIFF image with 1-bit depth if there is no alpha channel.
1147  * Abandon PSD composite if layer is available.
1148  * %[fx:mean] is the mean of the default channels (all but opacity) (reference
1149    http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=17432).
1150
11512010-10-29  6.6.5-6 Glenn Randers-Pehrson <glennrp@image...>
1152  * Added 5x5, 6x6, and 7x7 ordered-dither level maps.
1153
11542010-10-30  6.6.5-5 Cristy  <quetzlzacatenango@image...>
1155  * Do not read configure files in the current directory for the "installed"
1156    version of ImageMagick.
1157  * Allow numeric characters in the XPM basename (reference
1158    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=17385).
1159
11602010-10-29  6.6.5-4 Glenn Randers-Pehrson <glennrp@image...>
1161  * Revised PNG palette optimization
1162  * Added some debug logging in coders/png.c.
1163
11642010-10-28  6.6.5-3 Nicolas Robidoux <nicolas.robidoux@gmai...>
1165  * More precise blur values for Lanczos2Sharp and LanczosSharp.
1166  * Added location of first Mitchell crossing (=8/7) to the filters data
1167    structure.
1168
11692010-10-28  6.6.5-2 Anthony Thyssen <A.Thyssen@griffith...>
1170  * Added Lanczos2D* filters now named Lanczos2*
1171  * Reorganization of AcquireFilter() to make it work better
1172
11732010-10-25  6.6.5-1 Nicolas Robidoux <nicolas.robidoux@gmai...>
1174  * Clearer EWA filters (LanczosSharp etc) comments.
1175
11762010-10-25  6.6.5-1 Anthony Thyssen <A.Thyssen@griffith...>
1177  * Added LanczosSharp  (3-lobe Lanczos with sharpening)
1178  * Filter sharpening factors are also always applied regardless of usage.
1179
11802010-10-24  6.6.5-1 Nicolas Robidoux <nicolas.robidoux@gmai...>
1181  * CubicBC filter formulas simplified by constant folding. In
1182    particular, P1 coefficient (always zero) removed from coeff.
1183
11842010-10-22  6.6.5-1 Nicolas Robidoux <nicolas.robidoux@gmai...>
1185  * Revert the Robidoux filter to a Keys cubic with C=(108 sqrt 2-29)/398
1186    (as already specified in the documentation).
1187
11882010-10-14  6.6.5-1 Cristy  <quetzlzacatenango@image...>
1189  * Ignore PS bounding box offsets if -page is set.
1190  * Use #pragma omp master for dumping single threaded debugging information
1191    (single caused a fault).
1192  * Add support for -evaluate exp.
1193
11942010-10-12  6.6.5-0 Anthony Thyssen <A.Thyssen@griffith...>
1195  * Added "filter:sigma" expert setting defining the 'sigma' for the Gaussian
1196    filter only.  This is similar in action to 'blur' but only for Gaussians,
1197    and does not modify the filters support, allowing you to set a very small
1198    sigma, without the function 'missing' all pixels.
1199    (This will allow future adjustment of Gaussians for variable blur mapping)
1200
12012010-10-10  6.6.5-0 Cristy  <quetzlzacatenango@image...>
1202  * Patch for  DrawableRotation() and DrawableTranslation() (reference
1203    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=17246).
1204  * The webp format requires the webpconv delegate program (experimental).
1205
12062010-10-05  6.6.5-0 Anthony Thyssen <A.Thyssen@griffith...>
1207  * Replaced "Robidoux" with Cubic 'Keys' filter that is near equivalent to
1208    the previous sharped "Lanczos2D" filter. (C=0.31089212245300069)
1209    This also is very similar to a Mitchell filter but specifically designed
1210    for EWA use and is the new default filter for Distorting Images.
1211  * Original sharpened Lanczos2D filter now called "Lanczos2Dsharp"
1212
12132010-10-08  6.6.4-10 Jerry Gay  <jerry.gay@gmail..>
1214  * Autodetect file type support in Makefile.PL to prevent test failures
1215
12162010-10-05  6.6.4-10 Anthony Thyssen <A.Thyssen@griffith...>
1217  * Added new filter 'Lanczos2D' a 2-lobe Lanczos as defined by
1218    Andreas Gustafsson in his thesis  "Interactive Image Warping" (page 24)
1219         http://www.gson.org/thesis/warping-thesis.pdf
1220  * Added filter "Robidoux" which is a slightly sharpened version of the
1221    "Lanczos2D" filter (blur=0.958033808) specifically designed to be less
1222    'blurry' for horizontal and vertical lines in no-op distortions.
1223
12242010-10-05  6.6.4-10 Cristy  <quetzlzacatenango@image...>
1225  * Add support for "pattern:vertical2" and "pattern:horizontal2".
1226  * Add support for "pattern:vertical3" and "pattern:horizontal3".
1227  * Properly handle PSD layers with negative offsets.
1228
12292010-10-03  6.6.4-9 Cristy  <quetzlzacatenango@image...>
1230  * Fix memory assertion with --enable-embeddable (reference
1231    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=17201).
1232  * Don't permit access to pixels when pinging an image (reference
1233    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=17194).
1234
12352010-10-02  6.6.4-9 Anthony Thyssen <A.Thyssen@griffith...>
1236  * Added sqrt(2) blurring default for Gaussian Filter if used as
1237    a Cylindrical EWA filter.  This resulted removing the last aliasing
1238    issue that was present in tests for Gaussian EWA resampling. Of course
1239    it is still a very blurry filter for default use in EWA.
1240  * Adjusted Variable Mapping Blur Composition so user arguments actual
1241    relate properly to the sigma of the blur for a maximum mapping value.
1242  * Fix horizon anti-aliasing for output-scaled perspective distortions.
1243  * 'Bessel' filter is now officially and more accurately named 'Jinc'
1244    however 'Bessel' while not visible as a filter option can still be used
1245    as an internal alias for 'Jinc'.
1246
12472010-09-28  6.6.4-8 Nicolas Robidoux <nicolas.robidoux@gmai...>
1248  * Chantal Racette double checked the bounding parallelogram computation
1249    in resample.c (and I tightened the comments).
1250
12512010-09-28  6.6.4-8 Cristy  <quetzlzacatenango@image...>
1252  * Temporary files not always deleted (reference
1253    http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=15960).
1254
12552010-09-28  6.6.4-8 Anthony Thyssen <A.Thyssen@griffith...>
1256  * Bug fix for -filter point distorts (occasional generating black pixels)
1257
12582010-09-27  6.6.4-8 Nicolas Robidoux <nicolas.robidoux@gmai...>
1259  * Simplified the ClampUpAxes code, the use of its outputs, its comments,
1260    and credited Craig DeForest for the "clamp singular values" idea.
1261  * No reason to have "insane" precision Sinc in resize.c: Use
1262    the 1.2e-12 max. abs. relative error version for Q64 as well as Q32.
1263
12642010-09-27  6.6.4-8 Anthony Thyssen <A.Thyssen@griffith...>
1265  * Replace the blurry "High Quality EWA" technique with a 'Clamped EWA'
1266    for Distort Resampling.  This makes -distort a whole lot nicer
1267    and allows for the use of better cylindrical filters.
1268
12692010-09-26  6.6.4-7 Anthony Thyssen <A.Thyssen@griffith...>
1270  * Fix Point filter for ResizeImage() caused by support limiting the
1271    Box weighting function.
1272
12732010-09-26  6.6.4-6 Cristy  <quetzlzacatenango@image...>
1274  * Don't allow resize filter weights to go to zero (reference
1275    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=17132).
1276
12772010-09-24  6.6.4-6 Nicolas Robidoux <nicolas.robidoux@gmai...>
1278  * Now that MagickPIL is a MagickRealType, some casts are unneeded.
1279
12802010-09-21  6.6.4-6 Cristy  <quetzlzacatenango@image...>
1281  * Do not break words if caption size is absolute (reference
1282    http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=17123).
1283  * Don't define HAVE_THREADS for --without-threads configure script option.
1284
12852010-09-20  6.6.4-5 Nicolas Robidoux <nicolas.robidoux@gmai...>
1286  * Modified "magick/resize.c" so that MagickPIL is a MagickRealType number.
1287    Some computations were needlessly done in long double precision because
1288    PIL forced an automatic upcast wherever it appeared. Changed its name to
1289    MagickREALTYPEPI. <- This was later reverted back to MagickPIL.
1290  * Modified "magick/resize.c" so that Bohman uses one trig call + one sqrt
1291    call instead of two trig calls.
1292
12932010-09-20  6.6.4-5 Anthony Thyssen <A.Thyssen@griffith...>
1294  * modified "magick/resample.c" to allow use of either EWA or HQEWA (default)
1295  * Removed LanczosFast from supported filters (SincFast*SincFast is faster)
1296
12972010-09-19  6.6.4-5 Cristy  <quetzlzacatenango@image...>
1298  * If IPTC profile is not embedded in an 8bim resource, declare it IPTC
1299    rather than 8BIM.
1300  * Support %[version] and %[copyright].
1301  * Improve performance of the pixel cache.
1302
13032010-09-18  6.6.4-4 Cristy  <quetzlzacatenango@image...>
1304  * Automatically set the quantum depth to 16 for HDRI.
1305
13062010-09-16  6.6.4-2 Cristy  <quetzlzacatenango@image...>
1307  * IPTC profile not always wrapped properly inside an 8BIM profile.
1308  * TIFF tile geometry must be divisible by 16.
1309
13102010-09-15  6.6.4-2 Anthony Thyssen <A.Thyssen@griffith...>
1311  * Rename of SincPolynomial to SincFast for easier user understanding
1312  * Ditto for LanczosChebyshev to LanzcosFast
1313
13142010-09-14  6.6.4-2 Anthony Thyssen <A.Thyssen@griffith...>
1315  * Switch default resize filters to using the faster SincPolynomial
1316    filter by default internally.  However 'Sinc' will still use the
1317    Trigonometric function, and can be used to assign the trig version
1318    of Sinc() to filters using the filter expert options.
1319  * The default filter for 'distort' was found to be a very blurry inaccurate
1320    filter function.  It was removed and replaced with a correct Gaussian
1321    filter (as used by resize)
1322  * Added a switch so that "-interpolate filter" will force the use of
1323    a cylindrical filter for ALL pixels in distorted images.  That is you can
1324    use that switch to use a cylindrical filter even for images that are
1325    being enlarged by the distortion.  However EWA is still currently using
1326    a fixed 2.0 sampling radius.  This switch complements the use of "-filter
1327    point" which turns off EWA filters in favor of interpolation for all
1328    pixels in a distorted image.  BOTH switches should not be used together.
1329  * A bug in the support radius of the EWA resampling function was found,
1330    now that correctly defined resize filters are being used. Suddenly Normal
1331    Gaussian distortions are not so blurry, and tests with distortions of
1332    the 'Rings' image show extremely good and clear results, with only minimal
1333    blurring.  The filter 'blur' expert option can be used to adjust this
1334    further.
1335
1336    The above represents a major improvement forward in the quality of the
1337    image distortion operator. But near-unity distortions (no scaling) are
1338    still overly blurry.
1339
13402010-09-13  6.6.4-2 Cristy  <quetzlzacatenango@image...>
1341  * Don't negate the geometry offset for the -extent option.
1342
13432010-09-09  6.6.4-1 Cristy  <quetzlzacatenango@image...>
1344  * The RGBO format is now listed as a supported format.
1345
13462010-09-07  6.6.4-1 Anthony Thyssen <A.Thyssen@griffith...>
1347  * Added the Nicolas Robidoux and Chantal Racette  Lanczos resize filter
1348    function as "LanczosChebyshev" as faster alternative to Lanczos.
1349  * Re-code Nicolas Robidoux and Chantal Racette Polynomial Approximation of
1350    the Sinc Trigonometric resize filter, as a proper filter to allow
1351    direct comparison and speed testing of the filter.
1352  * Expanded the "-set option:filter:verbose 1" output, so as to also include
1353    the actual functions and other values that were used to create the filter.
1354
13552010-09-02  6.6.4-0 el_supremo  <digipete@shaw...>
1356  * Repair a few incorrect LocaleNCompare() calls (ttf.c, ps.c).
1357
13582010-08-31  6.6.4-0 Cristy  <quetzlzacatenango@image...>
1359  * Path no longer closed if join style is round (reference
1360    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=16943).
1361  * Add case for BGRQuantum to GetQuantumExtent().
1362  * Support no compression on PCX write.
1363
13642010-08-23  6.6.3-10 Cristy  <quetzlzacatenango@image...>
1365  * Fixed bug in the raw BGRA coders (reference
1366    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=16880).
1367  * Fix off-by-one error in the PSD coders.
1368  * Nicolas Robidoux with the assistance of Chantal Racette contribute an
1369    approximation of the sinc function over the interval [-3,3].
1370  * Eliminate a small memory leak in LevelizeImageChannel() (reference
1371    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=16951).
1372  * Recognize -fx logtwo (reference
1373    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=16958).
1374
13752010-08-15  6.6.3-7 Cristy  <quetzlzacatenango@image...>
1376  * Throw exception if image size differs for the compare program but the
1377    -subimage-search option is not specified.
1378
13792010-08-13  6.6.3-6 Cristy  <quetzlzacatenango@image...>
1380  * The AdobeRgb.tif TIFF image no longer faults under Windows (reference
1381    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=16838).
1382  * Add -subimage-search option to the compare utility.
1383
13842010-08-12  6.6.3-5 Cristy  <quetzlzacatenango@image...>
1385  * The -fx 2e+6/1e+5 argument no longer returns the wrong results (reference
1386    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=16833).
1387
13882010-08-10  6.6.3-5 Glenn Randers-Pehrson <glennrp@image...>
1389  * Emit a warning if the PNG encoder can't satisfy the color type and
1390    bit depth requested with a "-define" directive.
1391
13922010-08-07  6.6.3-4 Cristy  <quetzlzacatenango@image...>
1393  * The orient option sometimes improperly set "undefined" (reference
1394    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=16795).
1395  * Only list orientation options for the -list orientation option (reference
1396    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=16801).
1397  * Return proper standard deviation for combined channels (reference
1398    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=16786).
1399  * Handle transparency properly for the PSD image format.
1400
14012010-08-05  6.6.3-3 Glenn Randers-Pehrson <glennrp@image...>
1402  * Properly map PNG intent to image->rendering_intent
1403
14042010-08-01  6.6.3-3 Cristy  <quetzlzacatenango@image...>
1405  * Eliminate bogus "invalid colormap index" when pinging ICO images.
1406  * Support -set density / units.
1407
14082010-07-31  6.6.3-2 Cristy  <quetzlzacatenango@image...>
1409  * Only use the first alpha channel in PSD image.
1410  * Only use XPM complying colors for XPM images (e.g. green is rgb(0,255,0)).
1411
14122010-07-27  6.6.3-2 Glenn Randers-Pehrson <glennrp@image...>
1413  * Eliminate useless message about assuming zero delay when writing
1414    a single-frame MNG, and changed it from Error to Warning when
1415    writing a multiple-frame MNG.
1416
14172010-07-25  6.6.3-1 Glenn Randers-Pehrson <glennrp@image...>
1418  * Don't "ping" a PNG image if it is embedded in a MNG.  Otherwise the
1419    reader tries to read MNG chunks from the interior of the embedded PNG,
1420    resulting in an erroneous "corrupted image" message.
1421
14222010-07-09  6.6.3-1 Cristy  <quetzlzacatenango@image...>
1423  * Fix memory leak in for corrupt BMP images (reference
1424    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=16600).
1425  * Repair several issues when writing to stdout (reference
1426    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=16620).
1427  * A GIF image with the .bgr extension is still a GIF (reference
1428    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=16662).
1429
14302010-07-07  6.6.3-1 Glenn Randers-Pehrson <glennrp@image...>
1431  * The PNG decoder failed to handle the tRNS chunk properly for grayscale
1432    images where the PNG bit_depth was not the same as the quantum depth,
1433    and the transparent color was not black.
1434
14352010-07-01  6.6.3-0 Chris Madison  <madisonblu@gmail...>
1436  * Pinging the DJVU image format no longer faults.
1437  * Check for time-limit-exceeded in only one thread.
1438  * Reading filenames from a file (e.g. @filenames) no longer includes the
1439    utility name (side effect of StringToArgv() method).
1440
14412010-06-28  6.6.2-10 Cristy  <quetzlzacatenango@image...>
1442  * Support the tiff:fill-order define.
1443  * Filters are case sensitive (e.g. reduce-Colors).
1444  * Restore mogrify's -path option.
1445  * The -list module option lists image coders and image filters.
1446
14472010-06-27  6.6.2-9 Cristy  <quetzlzacatenango@image...>
1448  * Add the ImageView API.
1449  * Fix DJVU coder to read one page (e.g. 'image.djvu[2]').
1450  * Support -define png:bit-depth=1 -define png:color-type=3 for PNG format.
1451
14522010-06-22  6.6.2-8 Cristy  <quetzlzacatenango@image...>
1453  * Skip byte when DDS bitcount is 32 (reference
1454    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=16487).
1455  * Montage now uses final background setting (e.g. montage -background none ...
1456    -background lightblue show:).
1457  * Do not annotate directory paths in ListFiles().
1458  * Reset the image matte for png:color-type=2.
1459
14602010-06-17  6.6.2-7 Cristy  <quetzlzacatenango@image...>
1461  * Support new label:pointsize property.
1462  * Miscellany->Slide Show, in the display program, now cycles through the
1463    image sequence.
1464  * Recognize certain hex color values (e.g. #b9e1cc00) for the -fx argument.
1465  * Reduce memory requirements when dithering on the iPhone.
1466  * Command line operators no longer affected by settings that appear after
1467    them (e.g. -splice 10x0+0+0 -gravity center).
1468  * Compute the proper DPX user data field size.
1469
14702010-06-15  6.6.2-6 Cristy  <quetzlzacatenango@image...>
1471  * Fix some nits to keep the clang compiler happy.
1472
14732010-06-14  6.6.2-5 Anthony Thyssen <A.Thyssen@griffith...>
1474  * Fix transprancy handling for Morphology Convolve
1475  * Adjustments of Hit And Miss and Edge Detection kernel definitions
1476  * Added 'ThinDiagonals' Thinning Kernel + two sub-types
1477  * Handling for Convolution of 1-D vertical kernels.
1478    However this was removed (using #if-#endif) as I found it slower in tests!
1479
14802010-06-12  6.6.2-5 Cristy  <quetzlzacatenango@image...>
1481  * mogrify -format properly handles compressed image filename (e.g.
1482    -format jpg logo.png.bz2).
1483  * Respect +dither option when saving to the GIF image format.
1484
14852010-06-08  6.6.2-4 Cristy  <quetzlzacatenango@image...>
1486  * End of string sentinel is \n not \r.
1487
14882010-06-06  6.6.2-3 Glenn Randers-Pehrson <glennrp@image...>
1489  * Don't decode pixels in coders/png.c when image->ping is set.
1490
14912010-06-06  6.6.2-3 Cristy  <quetzlzacatenango@image...>
1492  * Reset image filename when reading inline images.
1493  * Don't clamp floating point values for HDRI-enabled ImageMagick.
1494
14952010-05-25  6.6.2-2 Anthony Thyssen <A.Thyssen@griffith...>
1496  * Replaced '^' morphology kernel rotation with two variants '>' and '<'
1497  * 'Skeleton' variant to thin down images as symmetrically as possible.
1498  * Spelling correction:  Manhatten -> Manhattan
1499
15002010-06-01  6.6.2-2 Glenn Randers-Pehrson <glennrp@image...>
1501  * Properly scale color components of the PNG bKGD chunk.
1502  * Prevent MNG divide by zero in calculation of frame_timeout.  Set
1503    both frame_delay and frame_timeout to infinite when ticks_per_second
1504    is zero, as required by the MNG spec.
1505
15062010-05-31  6.6.2-2 Cristy  <quetzlzacatenango@image...>
1507  * Add x:silent option to prevent beeps when reading the X image format.
1508  * Recognize TTF for GetMagicInfo().
1509  * Ensure the +set option deletes the image artifact.
1510
15112010-05-28  6.6.2-1 Glenn Randers-Pehrson <glennrp@image...>
1512  * Prevent coders/png.c from attempting to write an empty tRNS chunk.
1513
15142010-05-25  6.6.2-1 Anthony Thyssen <A.Thyssen@griffith...>
1515  * Fix for Square Array Rotates (off center origin rotate)
1516  * Added HitAndMiss kernel Ridges2 to find 2 pixel thick ridges
1517  * Added FreiChen:0,{angle}  FreiChen:{angle} and FreiChen:-1 variations
1518    to complete this kernels definition
1519
15202010-05-24  6.6.2-1 Cristy  <quetzlzacatenango@image...>
1521  * Respect density when rendering SVG images.
1522  * Set AVI handler to the MPEG coder.
1523  * Compute the proper DPX user data field size.
1524  * Do not interpret a format specifier when enclosed in brackets (e.g.
1525    rose_tile_%[filename:tile].gif.
1526  * Use 64-bit types when compiling with the 64-bit Visual C++ compiler under
1527    Windows.
1528  * Prevent MNG divide by zero in calculation of frame_delay (reference
1529    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=16320).
1530
15312010-05-23  6.6.2-0 Anthony Thyssen <A.Thyssen@griffith...>
1532  * Third Re-write of MorphologyApply() to better handle compound methods.
1533  * Implemented  -set option:morphology:compose for merging results of
1534    multiple kernels. "None" means re-iterate results with next kernel.
1535    While "Undefined" means to use the internal default for a method.
1536    Thinning, Thickening, HitAndMiss, Convolve, Correlate defaults to "None"
1537    while HitAndMiss defaults to "Lighten" (union of all kernel results).
1538    Other morphology methods defaults still to be decided.
1539  * Added HitAndMiss Kernel: Ridges  (find ridges and pixel width lines)
1540  * Rotation Expansion of single kernels '^' and '@' flags in arguments
1541    EG: -set option:showkernel 1 -morphology Convolve 'Blur:0x2^'
1542  * ExpandKernelInfo() (rotation expand) now groks symmetrical kernels.
1543    So the above will only produce a list of 2 kernels, not 4 kernels
1544
15452010-05-18  6.6.2-0 Anthony Thyssen <A.Thyssen@griffith...>
1546  * Separation of internal function MorphologyApply() from
1547    MorphologyImageChannel() to calls to convolve without user settings.
1548  * Rewrite of MorphologyApply() to output better 'verbose' messages
1549  * Better handling of Gaussian tyle filters (bug fixes)
1550  * Bug fix and optimization of kernel size calculations in "gem.c"
1551  * Allow '^' or '@' flags in 'user defined' kernel size arguments to
1552    expand kernel into a rotated list.
1553    EG: -set option:showkernel 1 -morphology Thinning  '3@: 0,1,0 0,1,0 0,0,0'
1554  * Allow a scaled unity kernel to be added to kernel (EdgeDet->Sharpen)
1555    EG: -set option:convolve:scale [kernel_scale][^!],[unity_scale][%]
1556  * Addition of "Laplacian of Gaussian" (LOG), also known as Mexican Hat
1557    EG: -morphology convolve LOG:0x1
1558  * Added FreiChen, Kirsch  Convolution kernels
1559  * Added Discrete 'Laplacian of Gaussian' kernels (Laplacian type 15 and 19)
1560  * Added Edges HitAndMiss Kernel
1561
15622010-05-17  6.6.2-0 Cristy  <quetzlzacatenango@image...>
1563  * PSD images require a proper layer to support an alpha channel.
1564  * Enable PFM endian support.
1565  * Add context to -border for montage.  Inside the parenthesis it adds a border
1566    to the image otherwise it sets the border for the layout manager.
1567  * 24-bit BMP images are not colormapped even if header colors != 0.
1568  * Set DPX user data like this: -set profile dpx:userdata.txt.
1569  * Make sure Lab => RGB => Lab survives the round trip.
1570
15712010-05-15  6.6.1-10 Cristy  <quetzlzacatenango@image...>
1572  * Use ScaleCharToQuantum() in coders/src.c (reference
1573    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=16229).
1574  * Don't clamp HDRI EXR pixels.
1575
15762010-05-14  6.6.1-9 Cristy  <quetzlzacatenango@image...>
1577  * Increase the estimated # points for the path drawing primitive.
1578  * Remove any prior resolution block from PSD before writing the new block.
1579
15802010-05-14  6.6.1-9 Anthony Thyssen <A.Thyssen@griffith...>
1581  * Addition of more Morphological/Convolution Kernels.
1582    DOG (Difference of Gaussians) and DOB (Difference of Blurs),
1583    EG:    -morphology convolve DOG:0x1,3
1584           -morphology convolve DOB:0x1,3,90
1585  * Added Prewitt, Roberts, Compass  Convolution Kernels
1586  * Ring Symbol Kernel (subtraction of Disk from a Disk)
1587
15882010-05-13  6.6.1-9 Cristy  <quetzlzacatenango@image...>
1589  * The pixel buffer was underallocated for some image formats when streaming.
1590
15912010-05-12  6.6.1-8 Anthony Thyssen <A.Thyssen@griffith...>
1592  * Implementation of Pattern Matching Morphology methods
1593    HitAndMiss, Thicken, Thinning
1594  * Reporting of Kernel Strings that fail to parse (though not why)
1595  * Parsing of Multiple Kernel Strings, generating a list of kernels
1596  * Union of results from Multiple Kernels for HitAndMiss method
1597  * Interated Multiple Kernels for all other morphology methods
1598  * Added many new kernels for HitAndMiss and Convolution
1599    Sobel, Laplacian, Cross, Peaks, Corners, LineEnds, LineJunctions,
1600    ConvexHull (for Thicken), Skeleton (for Thinning)
1601
16022010-05-08  6.6.1-8 Glenn Randers-Pehrson <glennrp@image...>
1603  * Use proper background.index when writing indexed PNG, if the background
1604    color is in the palette.
1605
16062010-05-08  6.6.1-7 Cristy  <quetzlzacatenango@image...>
1607  * Fix improper 'invalid colormap index' PNG bug.
1608  * Fix PerlMagick compile exception.
1609
16102010-05-07  6.6.1-6 Anthony Thyssen <A.Thyssen@griffith...>
1611  * Added % and ! modification flags to morphology distance kernel
1612    scaling factor, for easier usage.
1613  * Bug fix for compose math channel handling and morphology diff usage
1614
16152010-05-06  6.6.1-6 Cristy  <quetzlzacatenango@image...>
1616  * Do not claim gray colorspace if gray image includes a non-gray pixel.
1617  * Initialize BMP alpha channel to opaque for RGB images.
1618  * Fixed under allocation for round rectangles.
1619  * The -list option returns a 0 status as expected.
1620
16212010-05-06  6.6.1-6 Anthony Thyssen <A.Thyssen@griffith...>
1622  * Made use of new no-'sync' channel enabled mathematical compose methods
1623    for the difference morphology methods.  These should now work correctly
1624    for specific channels, and more importantly for alpha shaped morphology.
1625
16262010-05-05  6.6.1-6 Glenn Randers-Pehrson <glennrp@image...>
1627  * Fixed bugs with losing the opacity channel while writing some PNG images.
1628    (bug reported by Anthony T.)
1629
16302010-05-05  6.6.1-6 Glenn Randers-Pehrson <glennrp@image...>
1631  * Simplified and corrected rowbytes calculation in coders/png.c and
1632    added more logging.
1633
16342010-05-05  6.6.1-6 Anthony Thyssen <A.Thyssen@griffith...>
1635  * Rename of "Add" and "Subtract" compositions to "ModulusAdd" and
1636    "ModulusSubtract" for more clarity of there functions. Old names
1637    will continue to work as expected.
1638  * Fix "Minus", "ModulusAdd", and "ModulusSubtract" to follow
1639    normal SVG 'Over' blending specifications, (see next for override)
1640    Note that this does NOT include the "Plus" composition method which has
1641    SVG definition for it to use a 'Plus' blending rather than 'Over' blending.
1642
1643  * By default mathematical compositions work as per SVG definition. That is
1644    the results are synchronized with 'Over' alpha-blending (except "Plus"
1645    which uses 'plus' alpha-blending).
1646
1647  * By removing the default 'sync' flag from the -channel setting however
1648    Break this inter-channel synchronization and do the mathematical operations
1649    only on the individual channels as specified by the -channel setting.
1650    That is do 'channel' math rather than 'SVG' composition.
1651
1652  * With this change you can then use mathematical composition methods on
1653    individual channels or even with the alpha channel of images.
1654
16552010-04-28  6.6.1-6 Anthony Thyssen <A.Thyssen@griffith...>
1656  * Special case handling in Barrel distortion (pixel at image center)
1657  * Calculation of image for Barrel distortion (pixel vs image coords)
1658  * Argument input (handling optional 'd' argument) for Barrel distortion
1659
16602010-04-24  6.6.1-6 Cristy  <quetzlzacatenango@image...>
1661  * Do not declare timestruct under MinGW.
1662  * Respect -compose option for the montage utility (bug report by Anthony).
1663  * A 256 column gradient produces a 256 color GIF image (bug report by
1664    Anthony).
1665  * Register / unregister CALS format in static.c (reference
1666    http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=16103).
1667  * Add SetImageColor() method.
1668
16692010-04-17  6.6.1-5 Cristy  <quetzlzacatenango@image...>
1670  * Only write one ICC profile to PSD image.
1671  * Sync image colormap for PNG tRNS chunks.
1672  * The -direction option now works with the -annotate and -draw options.
1673  * For the histogram: format, if you have no need for the unique color list,
1674    use <kbd>-define histogram:unique-colors=false</kbd> to forego this
1675    expensive operation.
1676  * Match on literal after backslash in glob expression (reference
1677    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=16068).
1678  * Enable JPEG-compression for grayscale TIFF images (reference
1679    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=16064).
1680  * Don't write empty tile if tile geometry matches the image width (reference
1681    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=16064).
1682  * Support -regard-warnings in the mogrify utility.
1683  * Output the correct units for the identify utility (reference
1684    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=16075).
1685
16862010-04-15  6.6.1-4 Cristy  <quetzlzacatenango@image...>
1687  * Do not set the resample virtual pixel method when undefined.
1688  * Support writing grayscale PSD images.
1689  * Revert Lab-to-XYZ colorspace transform patch.
1690  * Clamp HDRI values for LevelImageChannel() method.
1691
16922010-04-12  6.6.1-3 Cristy  <quetzlzacatenango@image...>
1693  * For HSL to RGB, if color temperature is less than 0, set RGB to lightness.
1694  * Do not flip BMP image with negative height when pinging.
1695
16962010-04-08  6.6.1-2 Cristy  <quetzlzacatenango@image...>
1697  * Improve support for device link profiles.
1698
16992010-04-06  6.6.1-1 Anthony Thyssen <A.Thyssen@griffith...>
1700  * Fixed bug in -auto-level for special case when only one value is present
1701    in some channel of the image. In this case no 'stretch is performed, just
1702    as -normalize does.
1703
17042010-04-05  6.6.1-1 Cristy  <quetzlzacatenango@image...>
1705  * WMF support under Windows does not produce the same results as under
1706    Linux.
1707
17082010-03-31  6.6.1-0 Anthony Thyssen <A.Thyssen@griffith...>
1709  * Fixed bug in equal-size tile cropping, when image has a page offset.
1710
17112010-03-31  6.6.1-0 Cristy  <quetzlzacatenango@image...>
1712  * The -recolor 4x4 matrix is now interpreted properly (previously it
1713    summed rather than attenuating the alpha channel).
1714  * Support writing 1-bit PSD images.
1715  * Support LCMS 2.0.
1716  * Improved WMF support under Windows.
1717
17182010-03-30  6.6.1-0 Glenn Randers-Pehrson <glennrp@image...>
1719  * The new coders/png.c was failing to read a 1-bit paletted image properly.
1720  * Finished eliminating the deprecated direct references to members of
1721    the png_info structure. ImageMagick can now be built with libpng-1.5.
1722
17232010-03-21  6.6.0-10 Cristy  <quetzlzacatenango@image...>
1724  * Respect the -density option when rendering a Postscript or PDF image.
1725  * Distort barrel no longer complains when 3 arguments are given (reference
1726    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=15883).
1727  * Support -direction left-to-right option for rendering text
1728
17292010-03-24  6.6.0-9 Glenn Randers-Pehrson <glennrp@image...>
1730  * coders/png.c: Eliminated support of libpng versions older than 1.0.12.
1731  * Relocated the new, misplaced png_get_rowbytes() call.
1732  * Updated setjmp/longjmp/jmpbuf usage to work with libpng-1.5.
1733
17342010-03-21  6.6.0-9 Cristy  <quetzlzacatenango@image...>
1735  * Windows does not support complex.h (reference
1736    http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=15808).
1737  * Add support for monochrome PSD images.
1738  * VignetteImage() no longer crashes when x and y arguments are both greater
1739    than half the width (x) and height (y) of the image.
1740
17412010-03-20  6.6.0-8 Glenn Randers-Pehrson <glennrp@image...>
1742  * Eliminated some of the deprecated direct references to members of
1743    the png_info structure.  This must be finished before we can build
1744    with libpng-1.5.
1745
17462010-03-18  6.6.0-8 Cristy  <quetzlzacatenango@image...>
1747  * The animate program no longer loops twice when -loop 1 is specified.
1748  * The caption format would sometimes hang when the text was not UTF-8.
1749  * Don't gamma correct log to linear color conversion unless the -gamma is
1750    specified (reference
1751    http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=15799).
1752
17532010-03-17  6.6.0-7 Cristy  <quetzlzacatenango@image...>
1754  * Detect CMYKProcessColor AI tag.
1755  * Delete image from command line cache for -write option.
1756
17572010-03-13  6.6.0-6 Cristy  <quetzlzacatenango@image...>
1758  * Add support for the Adobe Large Document format.
1759  * Recognize -remap option for the mogrify utility.
1760  * The default Helvetica font is not always available, check for
1761    Century Schoolbook too (reference
1762    http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=15780).
1763
17642010-03-11  6.6.0-5 Cristy  <quetzlzacatenango@image...>
1765  * Permit user to get virtual pixels with a region width of 0.
1766  * Reformulate the jinc() function so that the main peak is of amplitude of 1.
1767  * Resampling filter must respect the image virtual pixel method.
1768
17692010-03-07  6.6.0-4 Cristy  <quetzlzacatenango@image...>
1770  * The -evaluate-sequence option behaves like -evaluate except it operates
1771    on a sequence of images.
1772
17732010-03-05  6.6.0-2 Cristy  <quetzlzacatenango@image...>
1774  * Add support for the -maximum and -minimum options.
1775
17762010-02-27  6.6.0-1 Cristy  <quetzlzacatenango@image...>
1777  * Check to see if ICON image width /height exceeds that of the image canvas.
1778  * Set the DPX descriptor to Luma only if the image type is not TrueColor.
1779  * Add support for -fx airy(), j0(), j1(), jinc(), and sinc() (reference
1780    http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=15685).
1781    Anthony, review these for correctness.
1782  * Don't embed an XMP profile in an EPS image for now.
1783
17842010-02-21  6.6.0-0 Cristy  <quetzlzacatenango@image...>
1785  * Insufficient image data in EPT is a warning rather than an error.
1786  * Respect -type TrueColor when writing gray DPX images.
1787  * Fix problem reading 10-bit grayscale DPX images when scanline length is
1788    not a multiple of 3.
1789  * BMP has an alpha channel, it was treated as an opacity channel.
1790
17912010-02-20  6.5.9-10 Cristy  <quetzlzacatenango@image...>
1792  * Write 10-bit grayscale DPX images properly.
1793
17942010-02-18  6.5.9-8 Cristy  <quetzlzacatenango@image...>
1795  * Detect PDF ICCBased colorspace.
1796
17972010-02-18  6.5.9-7 Anthony Thyssen <A.Thyssen@griffith...>
1798  * Finalized -set option:convolve:scale  kernel normalize/scale option
1799
18002010-02-16  6.5.9-7 Cristy  <quetzlzacatenango@image...>
1801  * TransformImage() resets the image blob when called in the PICT decoder;
1802    use SetImageExtent() instead.
1803
18042010-02-14  6.5.9-6 Cristy  <quetzlzacatenango@image...>
1805  * Support PSD RLE compression.
1806
18072010-02-13  6.5.9-5 Cristy  <quetzlzacatenango@image...>
1808  * The jpeg:extent define sometimes exceeded the specified limit.
1809
18102010-02-09  6.5.9-4 Cristy  <quetzlzacatenango@image...>
1811  * Resolve "too many open files"  (reference
1812    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=15546).
1813
18142010-02-08  6.5.9-3 Anthony Thyssen <A.Thyssen@griffith...>
1815  * Added Correlate method which does a Convolve without reflecting the kernel.
1816
18172010-02-07  6.5.9-3 Cristy  <quetzlzacatenango@image...>
1818  * Initialize grayscale colormap for PSD images.
1819
18202010-02-07  6.5.9-3 Anthony Thyssen <A.Thyssen@griffith...>
1821  * Final testing and fixing of basic morphology operators
1822  * Addition Third-level Subtractive Morphology Methods:
1823    EdgeIn, EdgeOut, Edge, TopHat, BottomHat
1824  * Ensuring original kernels passed to morphology are cloned before being
1825    modified for use by specific methods (EG: convolve scale/normalize)
1826
18272010-02-03  6.5.9-2 Cristy  <quetzlzacatenango@image...>
1828  * display -immutable to display transparent image without a checkboard.
1829
18302010-01-27  6.5.9-1 Glenn Randers-Pehrson <glennrp@image...>
1831  * Make -define png:color-type less persnickity about what it will accept.
1832
18332010-01-24  6.5.9-1 Anthony Thyssen <A.Thyssen@griffith...>
1834  * added use of -precision in 'showkernel' output of -morphology
1835  * correct use of a 'reflected kernel' for 'Convolve' 'Dilate' and
1836    'Distance' Morphology primitives. This does not have a performance hit,
1837    though is only truely applicable when the kernel is asymmetric.  Note that
1838    'Erode' does not use a 'reflected' kernel, so that 'Open' and 'Close'
1839    operations work properly.  This 'reflected usage is defined by online
1840    morphology lecture notes (Google for "EECE Binary Morphology")
1841  * Added convolve kernel scaling setting "-set option:convolve:scale N"
1842    If undefined morphology convolve does not do any scaling or normalization
1843    of the convolution kernel.  A value of 0.0 causes normalization for both
1844    zero and non-zero (added weights) kernel types.
1845
18462010-01-15  6.5.9-1 Cristy  <quetzlzacatenango@image...>
1847  * Speed up reading the PSD image format.
1848  * Add the -precision option.  Use it to set the maximum number of significant
1849    digits to be printed.
1850  * Add -features option to the identify program to display channel features.
1851  * Add -unique option to the identify program to display channel features.
1852
18532010-01-01  6.5.9-0 Cristy  <quetzlzacatenango@image...>
1854  * Add support for compact floating point (i.e. -depth 16 -define
1855    quantum:format=floating-point).
1856  * Transparent images no longer flicker on certain system when using the
1857    display program.
1858  * Permit interactive resizing with the display program.
1859  * Support heterogeneous distributed processing, see
1860    http://www.imagemagick.org/script/architecture.php#distributed.
1861  * Fix semaphore assertion when reading a corrupt image with Magick++.
1862  * Add support for -brightness-contrast option.
1863
18642010-01-05  6.5.9-0 Stephan Menzel  <stephan.menzel@gmail...>
1865  * Add support for the BGRA raw image format.
1866
18672010-01-04  6.5.9-0 Anthony Thyssen <A.Thyssen@griffith...>
1868  * Added Kernel Generator to generate kernels from user strings, which
1869    allows the generation in many built in kernels for both Convolution
1870    and other Morphological methods.  New Kernels currently include..
1871      Convolution: Gaussian, Blur, Comet
1872      Morphological: Rectangle, Square, Diamond, Disk, Plus
1873      Distance: Chebyshev, Manhatten, Knight, Euclidean
1874    And both old and new (rectangular) user defined kernel specifications
1875    including the use of 'nan' to represent elements which are not part
1876    of the kernel definition.  List built-in kernel types use "-list kernel"
1877  * Added -morphology {method}[:{iteration}] {kernel_string}
1878    Initial methods includes no only the basic morphology methods: Dilate,
1879    Erode, Open, Close; and a pixel color preserving 'Intensity' version, but
1880    also the special methods: Convolve, and Distance.  Of course the
1881    appropriate kernel should be provided for each specific method.
1882
18832010-01-01  6.5.9-0 Cristy  <quetzlzacatenango@image...>
1884  * Add OpenCL-enabled filter (e.g.  convert image.png -process
1885    "convolve '-1, -1, -1, -1, 9, -1, -1, -1, -1'" image.jpg).
1886  * Added StringTo...() processing functions
1887
18882009-12-27  6.5.8-9 Anthony Thyssen <A.Thyssen@griffith...>
1889  * Added MxN tile cropping with overlapping and space handling.
1890    See IM Examples, Cutting and Bordering, Cropping roughly Equal
1891
18922009-12-23  6.5.8-8 Anthony Thyssen <A.Thyssen@griffith...>
1893  * angle bug fix in variable blur composition with vertical ellipses
1894  * Added ability to have variable angles for ellipses in variable blur
1895    composition.  See IM Examples, Composition, Variable Blur for details
1896
18972009-12-20  6.5.8-8 Cristy  <quetzlzacatenango@image...>
1898  * JPEG does not grok the HSL colorspace.
1899
19002009-12-18  6.5.8-7 Cristy  <quetzlzacatenango@image...>
1901  * Off by 1 error when allocating the dash-pattern array in PerlMagick.
1902  * The -gaussian-blur over blurred the opacity channel (reference
1903    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=15218).
1904
19052009-12-13  6.5.8-6 Cristy  <quetzlzacatenango@image...>
1906  * Declare InverseFourierTransformImage in Magick++/Include.h.
1907
19082009-12-09  6.5.8-5 Glenn Randers-Pehrson <glennrp@image...>
1909  * The PNG8 encoder would fail to write a 1-color image, due to
1910    a bogus MagickFail return from CompressColormapTransFirst().
1911
19122009-12-05  6.5.8-4 Cristy  <quetzlzacatenango@image...>
1913  * SVG images are no longer double sized with the -density option.
1914
19152009-12-04  6.5.8-3 Glenn Randers-Pehrson <glennrp@image...>
1916  * Changed the one instance of PNG_COLOR_TYPE_RGBA to PNG_COLOR_TYPE_RGB_ALPHA
1917    in coders/png.c
1918
19192009-12-03  6.5.8-3 Cristy  <quetzlzacatenango@image...>
1920  * It's interword-spacing, not interword_spacing (reference
1921    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=1515).
1922  * All JP2 depths (e.g. 4, 10, 12, 16) are now supported properly.
1923
19242009-11-28  6.5.8-2 Glenn Randers-Pehrson <glennrp@image...>
1925  * Changed the one remaining ping_info->trans to ping_info->trans_values
1926    in coders/png.c
1927
19282009-11-26  6.5.8-1 Chris Madison  <madisonblu@gmail...>
1929  * Eliminate bogus 'skip to sync byte' exception for PCD image format.
1930  * -threshold option: threshold to white if the computed intensity of the
1931    color channels exceeds the threshold.
1932  * Add -define jpeg:extent option to restrict the maximum JPEG image file size.
1933
19342009-11-26  6.5.8-1 Dr. Ingo Bremer <bremer@wias-...>
1935  * Escape single quote in when writing the UIL format.
1936
19372009-11-25  6.5.8-1 Jee Teck  <jee.teck@cteca...>
1938  * The mogrify program +opaque option now recognizes its required argument.
1939
19402009-11-19  6.5.8-0 Cristy  <quetzlzacatenango@image...>
1941  * Add magick/morphlogy.{c,h} source templates.
1942  * Sync image option when reading MPR images.
1943  * Optimize ping for SVG images.
1944  * SetLogFormat() no longer causes crash (reference
1945    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=15091).
1946  * Do not call MagickCoreTerminus() when memory allocation fails inside
1947    the locale component.
1948
19492009-11-18  6.5.7-9 Cristy  <quetzlzacatenango@image...>
1950  * Read / write 32-bit SUN raster images with a odd width.
1951  * Cairo format returns pixels with the alpha premultiplied (reference
1952    http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=15081).
1953
19542009-11-12  6.5.7-8 Cristy  <quetzlzacatenango@image...>
1955  * Thumb::URI file URI now has the correct number of forward slashes.
1956
19572009-11-09  6.5.7-7 Glenn Randers-Pehrson <glennrp@image...>
1958  * Suppress libpng pedantic warnings and warn about using old libpng-1.4.0
1959    beta versions.
1960
19612009-11-09  6.5.7-7 Cristy  <quetzlzacatenango@image...>
1962  * Bump library age.
1963  * Restore -tile-offset functionality (bug report from Anthony).
1964
19652009-11-06  6.5.7-6 Cristy  <quetzlzacatenango@image...>
1966  * Animate command line options are no longer ignored.
1967
19682009-11-04  6.5.7-5 Anthony Thyssen <A.Thyssen@griffith...>
1969  * Bug Fix for Polynomial distortion. which is now working.
1970
19712009-11-01  6.5.7-4 Cristy  <quetzlzacatenango@image...>
1972  * Use -define delegate:bimodal=true to activate any bimodal delegates.
1973  * Make sure MagickWand semaphore is acquired before locking it.
1974
19752009-10-28  6.5.7-3 Cristy  <quetzlzacatenango@image...>
1976  * Convert SVG clipping path points from unsigned to long.
1977
19782009-10-26  6.5.7-2 Chris Madison  <madisonblu@gmail...>
1979  * Only call InstantiateXComponent() if X11 support is included.
1980  * Correct hue computation for the HSB colorspace.
1981
19822009-10-23  6.5.7-1 Samuel Thibault  <samuel.thibault@ens-l...>
1983  * Braille coder fix for DirectClass images
1984
19852009-10-19  6.5.7-1 Wang Dataton <wang@datat...>
1986  * Use fdopen() rather than MagickOpenStream() in coders/pict.c.
1987
19882009-10-18  6.5.7-1 Cristy  <quetzlzacatenango@image...>
1989  * Alpha blending is not required for ScaleImage().
1990  * Gaussian noise operator is not longer discontinuous.
1991
19922009-10-14  6.5.7-0 Pino Toscano  <pino@kde...>
1993  * ImageMagick fails to build in GNU/HURD due to absence of PATH_MAX.
1994
19952009-10-14  6.5.7-0 Cristy  <quetzlzacatenango@image...>
1996  * Black channel is now set properly when resizing CMYKA images.
1997
19982009-10-10  6.5.7-0 Anthony Thyssen <A.Thyssen@griffith...>
1999  * Bug Fixes for degenerate 'affine' cases of BilinearForward distortion.
2000
20012009-10-06  6.5.6-10 Cristy  <quetzlzacatenango@image...>
2002  * Declare the  MagickCore method SpliceImage() in Magick++/Include.h.
2003
2004    QueueCacheViewAuthenticPixels() for the CopyComposite optimization.
20052009-10-04  6.5.6-9 Cristy  <quetzlzacatenango@image...>
2006  * Use GetCacheViewAuthenticPixels() rather than
2007  * QueueCacheViewAuthenticPixels() for the CopyComposite optimization.
2008
20092009-10-03  6.5.6-8 Nick Wellnhofer <wellnhofer@aevum...>
2010  * Add missing libraries to the LIBADD entries in coders/Makefile.am,
2011    filters/Makefile.am and wand/Makefile.am.
2012  * Use LIBS rather than LDFLAGS in configure.ac for the Freetype delegate
2013    library.
2014
20152009-10-01  6.5.6-7 Cristy  <quetzlzacatenango@image...>
2016  * Don't use group4 compression if the image is truecolor.
2017  * If image is gray, write grayscale DPX images.
2018  * We no longer lose a scanline when reading multi-frame raw images
2019    (Y, R, C, etc.).
2020  * Properly update the EXIF orientation tag.
2021
20222009-09-25  6.5.6-6 Cristy  <quetzlzacatenango@image...>
2023  * Permit percentage of hue for HSL (e.g. hsl(12%,...)).
2024
20252009-09-25  6.5.6-5 Cristy  <quetzlzacatenango@image...>
2026  * Support -clamp option.
2027  * Patch for IsMagickColorEqual() for HDRI.
2028  * Permit non-percentage HSL colors (e.g. hsl(12.6316,134.58339,219.00012)).
2029
20302009-09-25  6.5.6-5 Elf  <elf@ephem...>
2031  * Patch to fix configure's framework's undefinedness (only if the gslib
2032    tests are run).
2033
20342009-09-22  6.5.6-4 Cristy  <quetzlzacatenango@image...>
2035  * Don't compile Huffman2DEncodeImage() unless the TIFF delegate library
2036    is enabled.
2037  * Hue in hsl() format is 0-360 and does not use %.
2038
20392009-09-21  6.5.6-3 Cristy  <quetzlzacatenango@image...>
2040  * Deprecate LevelImageColors(), replace with LevelColorsImage().
2041
20422009-09-17  6.5.6-2 Cristy  <quetzlzacatenango@image...>
2043  * Optimize copy composite operator.
2044
20452009-09-15  6.5.6-2 Cristy  <quetzlzacatenango@image...>
2046  * Use -define jpeg:size to scale a JPEG image to the specified size.
2047
20482009-09-13  6.5.6-0 Cristy  <quetzlzacatenango@image...>
2049  * Fix ICON alpha mask scanline pad.
2050
20512009-09-11  6.5.5-10 Cristy  <quetzlzacatenango@image...>
2052  * Return the global maximum threads to avoid the rare cache view assertions.
2053  * Throw an end-of-file exception for truncated raw gray images.
2054
20552009-09-10  6.5.5-9 Cristy  <quetzlzacatenango@image...>
2056  * Do not include last line of text in the interline spacing computation.
2057
20582009-09-07  6.5.5-8 Cristy  <quetzlzacatenango@image...>
2059  * Check that quantum_info is defined before destroying it in the PNG coder.
2060  * Add -interline-spacing option to convert.
2061
20622009-09-03  6.5.5-7 Cristy  <quetzlzacatenango@image...>
2063  * Support multi-page transparent Postscript and PDF.
2064
20652009-09-01  6.5.5-6 Cristy  <quetzlzacatenango@image...>
2066  * A union is required when converting a thread ID to an unsigned long.
2067
20682009-08-28  6.5.5-5 Cristy  <quetzlzacatenango@image...>
2069  * Add support for TIFF 3.9.1.
2070
20712009-08-27  6.5.5-4 Cristy  <quetzlzacatenango@image...>
2072  * Validate with the netscape: reference image.
2073
20742009-08-26  6.5.5-3 Cristy  <quetzlzacatenango@image...>
2075  * Fix memory leak for threaded PerlMagick scripts.
2076
20772009-08-24  6.5.5-2 Cristy  <quetzlzacatenango@image...>
2078  * SVG compile error when if MAGICKCORE_CAIRO_DELEGATE is not defined.
2079
20802009-08-23  6.5.5-1 Anthony Thyssen <A.Thyssen@griffith...>
2081  * Bug Fix for transparency handling in Composite Variable Blur
2082  * Addition of -auto-level and -auto-gamma  image enhancements
2083    (under trial not yet final)
2084  * Addition of a special -channel flag 'sync' which means that the specified
2085    channels are to be modified together by the same amount.  The flag is
2086    enabled by default.  This replaces the current 'channels not modified'
2087    type handling thought IM.
2088  * Modified -channel parsing to continue looking for words, after handling
2089    any shorthand channel options.  For example:  -channel RGB,sync
2090
20912009-08-10  6.5.5-0 Cristy  <quetzlzacatenango@image...>
2092  * identify -format %c logo.png returns the image comment as expected.
2093  * Clone ImageInfo members scene and number_scenes (reference
2094    http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=14437).
2095  * Fix memory leak with the -remote option of the animate program (bug report
2096    from Anthony).
2097  * If a grayscale TIFF image has a colormap write it as a colormapped image.
2098  * MVG partial opacity not set properly (reference
2099    http://www.imagemagick.org/discourse-server/viewtopic.php?f=6&t=14442).
2100  * Black channel was not blurring properly (reference
2101    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=14473).
2102
21032009-08-06  6.5.4-10 Cristy  <quetzlzacatenango@image...>
2104  * The display program honors -loop.
2105  * (ab) of Lab colorspace was not offset correctly.
2106  * Scale mag/phase and real/imaginary the same for HDRI and non-HDRI builds.
2107  * SVG permits multiple arc paths with an omitted 'A' (reference
2108    http://www.imagemagick.org/discourse-server/viewtopic.php?f=6&t=14377).
2109  * The 'skewY' MVG attribute produced incorrect angles (reference
2110    http://www.imagemagick.org/discourse-server/viewtopic.php?f=6&t=14144).
2111
21122009-08-02  6.5.4-9 Cristy  <quetzlzacatenango@image...>
2113  * Optimize GammaImage() method.
2114
21152009-08-02  6.5.4-8 Cristy  <quetzlzacatenango@image...>
2116  * OpenMP-enable GetSimilarityMetric().
2117
21182009-07-30  6.5.4-7 Bernhard Rosenkraenzer <bero@arkli...>
2119  * Structure trans_values was renamed to trans_color and trans was
2120    renamed to trans_alpha in PNG version 1.4.
2121
21222009-07-29  6.5.4-7 Cristy  <quetzlzacatenango@image...>
2123  * Replace color blending in DrawGradientImage() to use Composite Blend.
2124    this makes Gradients handle transparency correctly!
2125
21262009-07-28  6.5.4-7 Cristy  <quetzlzacatenango@image...>
2127  * The -thumbnail option no longer removes color profiles (reference
2128    http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=14312).
2129  * Do not scale real / imaginary FFT / IFT.
2130  * Check for localtime() NULL return.
2131  * import --help requires an X server (reference
2132    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=14323).
2133  * Fails to load MS Windows icons with compressed PNG elements (reference
2134    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=14324).
2135
21362009-07-25  6.5.4-6 Cristy  <quetzlzacatenango@image...>
2137  * Support the new JPEG version 7 delegate library.
2138
21392009-07-24  6.5.4-6 Alexander E. Patrakov <patrakov@gmail...>
2140  * Incorrect use of setjmp in coders/png.c.
2141
21422009-07-23  6.5.4-5 Cristy  <quetzlzacatenango@image...>
2143  * We broke -scene when we fixed the -dispose option.  Try again.
2144
21452009-07-21  6.5.4-4 Cristy  <quetzlzacatenango@image...>
2146  * Update autoconf support files.
2147  * More than one -dispose setting overwrote previous settings (reference
2148    http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=14252).
2149  * Don't use JPEG's color reduction algorithm for less than 8 colors.
2150
21512009-07-13  6.5.4-3 Anthony Thyssen <A.Thyssen@griffith...>
2152  * Final testing and bug fixes for all mathematical compose methods
2153    Including non-overlapping regions bugs found in in operators Divide,
2154    ColorDodge,  VividLight.  And the handling of transparency to follow
2155    standard 'Over' Blending in Divide.  Only math methods not looked at are
2156    the addition methods Plus, Add, Minus, and Subtract, which do not follow
2157    normal 'Over' alpha blending behaviour, for the purposes of mask handling.
2158
21592009-07-12  6.5.4-3 Anthony Thyssen <A.Thyssen@griffith...>
2160  * Addition of user definable 'Mathematics' compose method
2161      -compose Mathematics -set option:compose:args A,B,C,D -composite
2162    Will implement the formula    f(Sc,Dc) = A*Sc*Dc + B*Sc + C*Dc + D
2163    this lets you implement most smooth polynomial compose methods.
2164    (requested by Fred WienHaus)
2165
21662009-07-11  6.5.4-3 Anthony Thyssen <A.Thyssen@griffith...>
2167  * Finished the recoding of Composite methods to allow easier debugging
2168    and faster access.
2169  * Added PegtopLight compose method as an alternative simpler Softlight
2170    alternative.  See notes and comparison to SoftLight in...
2171       http://www.pegtop.net/delphi/articles/blendmodes/softlight.htm
2172  * From the notes on Photoshop blend modes at
2173       http://www.simplefilter.de/en/basics/mixmods.html
2174    Added extra composition modes:
2175       VividLight, PinLight, LinearBurn, LinearDodge
2176    NOTE: 'LinearBurn' the same as 'Plus' but with the normal 'Over' blending.
2177
21782009-07-10  6.5.4-3 Anthony Thyssen <A.Thyssen@griffith...>
2179  * Re-coding of Composite methods HardLight, SoftLight, Overlay, LinearLight,
2180    ColorBurn, ColorDodge, Multiply, Screen  to make it more readable, easier
2181    to debug, and directly comparable to SVG specifications.
2182  * Specifications changed for  SoftLight, ColorBurn, ColorDodge
2183    Though only SoftLight changed to significantly.
2184  * However implementation errors were found for  ColorBurn, LinearLight
2185
21862009-07-01  6.5.4-3 Cristy  <quetzlzacatenango@image...>
2187  * Add -blue-shift option.
2188  * Add compression flag for each channel of a PSD layer.
2189  * Implement experimental forward and inverse Fourier transforms (contributed
2190    by Sean Burke and Fred Weinhaus).  The -fft / -ifft option is not ready for
2191    prime time just yet.
2192  * Support -cdl (color decision list) option.
2193  * Don't process directories as filenames when using wildcard paths
2194    (i.e. logo[1]/png).
2195
21962009-07-01  6.5.4-2 Cristy  <quetzlzacatenango@image...>
2197  * Can't bit shift a float.
2198
21992009-06-25  6.5.4-1 Cristy  <quetzlzacatenango@image...>
2200  * Off by one error for multi-frame raw grayscale images.
2201  * Can't stat() a Zip or Bzip opaque structure.
2202  * DPX user bits are no longer truncated.
2203  * Return image colorspace for -format [%colorspace] option.
2204  * ThumbnailImage(): don't subsample if image is already thumbnail size.
2205
22062009-06-23  6.5.4-0 Anthony Thyssen <A.Thyssen@griffith...>
2207  * Automatic determination of B from C and C from B for a 'Keys Filter'
2208    when using the B,C Cubic Filter Expert options was broken.
2209    See http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=14037
2210
22112009-06-19  6.5.4-0 Anthony Thyssen <A.Thyssen@griffith...>
2212  * Added -compose 'Blur', variable blur mapping to CompositeImages
2213    Arguments   X_scale x Y_scale + angle   of the blurring ellipse.
2214  * Added "-blur" special compose option to "composite"
2215  * Cleanup of "composite" compose argument handling
2216
22172009-06-18  6.5.3-10 Cristy  <quetzlzacatenango@image...>
2218  * Clone pixel cache when cloning image to prevent RMagick semaphore lock.
2219  * Set compare similarity image to NULL to prevent double free.
2220
22212009-06-16  6.5.3-8 Cristy  <quetzlzacatenango@image...>
2222  * Set camera formats to require a seekable stream.
2223  * Do not let display program image window exceed the screen size.
2224
22252009-06-14  6.5.3-7 Cristy  <quetzlzacatenango@image...>
2226  * Improve FITS keyword parser.
2227
22282009-06-14  6.5.3-7 Anthony Thyssen <A.Thyssen@griffith...>
2229  * Cleanup of compose 'displace' of old useless code that is not used.
2230  * Implement a compose 'distort' mapping method,
2231    This is basically exactly like 'displace' but relative to a fixed point
2232    which may be user supplied as +X+Y
2233  * Default scaling to width/2 and height/2 of overlay (100% scale)
2234    with a distortion 'center' to the middle of the overlay image
2235  * If a '%' flag given scale displacement relative to image size
2236  * If a '!' flag given make scale and center relative to 'background' image
2237    instead of the overlay map.
2238  * If no 'height' scale given, use the X scale.
2239
22402009-06-13  6.5.3-6 Anthony Thyssen <A.Thyssen@griffith...>
2241  * Fixed bug for compose methods, Hue, Saturate, Luminize
2242
22432009-06-11  6.5.3-6 Cristy  <quetzlzacatenango@image...>
2244  * Report the correct transparent pixel values in the display program
2245    magnify windows.
2246  * Do not advance when finalizing image settings in the mogrify program.
2247
22482009-06-11  6.5.3-5 Anthony Thyssen <A.Thyssen@griffith...>
2249  * Fixed "convert" to merge the third 'mask' image into the 'source' image
2250    for correct handling of 2 dimensional -compose "displace".
2251  * Fixed PerlMagick Composite() for the same thing.
2252  * Modified compose "Displace" so displacement image's alpha channel can be
2253    used to mask the transparency of the overlay area.
2254
22552009-06-07  6.5.3-4 Cristy  <quetzlzacatenango@image...>
2256  * Added the HALD image Color LUT, and a no-op HALD: image generator.
2257    See Introduction at  http://www.quelsolaar.com/technology/clut.html
2258
22592009-06-07  6.5.3-4 Anthony Thyssen <A.Thyssen@griffith...>
2260  * Changed CompositeImageChannel() so that extra compose arguments are
2261    now passed in the ImageArtifact "compose:args". This can be assigned to
2262    images using   -set "option:compose:args" 'args'  where args are defined
2263    using 'geometry' style or 'comma separated numbers'.
2264  * Declared the special flag needed for Composite Tiling as the ImageArtifact
2265    "compose:outside-overlay".
2266  * Documentation update for CompositeImageChannel() in Core Library to
2267    reflect these changes.
2268  * Documentation update for DistortImage() in Core Library with the extra
2269    ImageArtifact controls it can use.
2270  * Bug correction in normalization of GetOptimalKernelWidth2D() of gem.c
2271
22722009-06-06  6.5.3-3 Anthony Thyssen <A.Thyssen@griffith...>
2273  * Documentation update for CompositeImageChannel() in Core Library.
2274    This adds the information on how extra compose arguments needed for
2275    specific compose methods are actually passed to the library function.
2276    Compose methods such as Blend, Dissolve and Displace.
2277
22782009-06-01  6.5.3-3 Priya Hariharan <priya.hariharan@globa...>
2279  * The target profile in ProfileImage() is no longer accessed after it is
2280    freed.
2281
22822009-06-01  6.5.3-1 Cristy  <quetzlzacatenango@image...>
2283  * Bug fix for -page.
2284
22852009-05-31  6.5.3-1 Anthony Thyssen <A.Thyssen@griffith...>
2286  * Minor change to -function Arctan to make first argument match slope
2287
22882009-05-29  6.5.3-0 Cristy  <quetzlzacatenango@image...>
2289  * Do not treat -page as a global option (reference
2290    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=13864).
2291
22922009-05-28  6.5.2-10 Cristy  <quetzlzacatenango@image...>
2293  * Create thread set for pseudo-random number generator.
2294
22952009-05-25  6.5.2-9 Cristy  <quetzlzacatenango@image...>
2296  * Do not change opacity value for the -alpha background option.
2297  * Rebuild automake / autoconf scripts.
2298
22992009-05-23  6.5.2-8 Cristy  <quetzlzacatenango@image...>
2300  * Check for XMakeImage() integer overflow vulnerability (Secunia Advisory
2301    SA35216).
2302
23032009-05-23  6.5.2-8 Cristy  <quetzlzacatenango@image...>
2304  * Permit reading a specific frame of a multi-page TIFF with blobs.
2305
23062009-05-22  6.5.2-8 Anthony Thyssen <A.Thyssen@griffith...>
2307  * Added new -function methods  Arcsin  and Arctan
2308
23092009-05-19  6.5.2-8 Glenn Randers-Pehrson <glennrp@image...>
2310  * Fixed a regression with PNG8: format.
2311
23122009-05-19  6.5.2-7 Cristy  <quetzlzacatenango@image...>
2313  * The -geometry option was improperly applied twice.
2314
23152009-05-18  6.5.2-6 Richard Oehlinger <richard.oehlinger@celum...>
2316  * Set image colorspace to YCbCrColorspace if JPEG color space is JCS_YCbCr.
2317
23182009-05-14  6.5.2-5 Glenn Randers-Pehrson <glennrp@image...>
2319  * Updated help output and command-line options documentation to bring
2320    the -alpha options up to date with what's actually in the code.
2321
23222009-05-13  6.5.2-5 Glenn Randers-Pehrson <glennrp@image...>
2323  * Change "depreciated" to "deprecated" in several files.
2324
23252009-05-10  6.5.2-5 Cristy  <quetzlzacatenango@image...>
2326  * Change OpenMP schedule from dynamic to static for RenderFreeType().
2327  * Recognize unicode strings when computing caption word wrapping.
2328  * New -alpha background option to set fully-transparent pixels to the
2329    background color.
2330
23312009-05-08  6.5.2-4 Cristy  <quetzlzacatenango@image...>
2332  * Combined layer of transparent PSD image was not being read properly.
2333
23342009-05-06  6.5.2-3 Glenn Randers-Pehrson <glennrp@image...>
2335  * Progress on "-define png:bit-depth=value" and "-define png:color-type=value"
2336    It is now able to write an opaque black-and-white image in any of the 15
2337    valid combinations of PNG color-type and bit-depth.
2338  * Fixed a regression with writing sub-8-bit grayscale PNGs.
2339
23402009-05-06  6.5.2-2 Chris Madison  <madisonblu@gmail...>
2341  * Create 8-bit TIFF images if -depth is set to 8 and HDRI-enable ImageMagick.
2342
23432009-05-04  6.5.2-1 Chris Madison  <madisonblu@gmail...>
2344  * Accept file lists on the command line (e.g. echo "rose: rose.png" |
2345    convert @- ...).
2346  * Duplicate line in tiff.c breaking read of zip compressed tif (reference
2347    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=13688).
2348  * Support policies to permit or deny any coder, delegate, filter, or file
2349    path (see policy.xml).
2350
23512009-05-02  6.5.2-0 Chris Madison  <madisonblu@gmail...>
2352  * The mogrify -crop option returns multiple images if an x/y offset is not
2353    specified (e.g. -crop 100x100).
2354  * Generate a proper file path for -path @filelist.txt (reference
2355    http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=13671).
2356
23572009-05-01  6.5.2-0 Glenn Randers-Pehrson <glennrp@image...>
2358  * Accept "-define png:bit-depth=value" and "-define png:color-type=value"
2359    options.  This is work-in-progress with the objective of being able to
2360    precisely specify the type of PNG file to be written.  The previously-used
2361    internal attribute "png:bit-depth" that was used to communicate between
2362    the PNG writer and the JNG writer is changed to "png:bit-depth-written".
2363    This feature needs testing.  It is important to note that this feature
2364    cannot be used to force the PNG to use a bit-depth or color-type that
2365    does not losslessly represent the image.  You can, however, cause
2366    the writer to use a larger depth or to use the RGB colorspace when
2367    grayscale or indexed would have been sufficient.
2368
23692009-05-01  6.5.1-10 Anthony Thyssen <A.Thyssen@griffith...>
2370  * Fixed the Rmin usage in Depolar and Polar distortions
2371  * The 6th argument (Ato) for Polar/Depolar is now optional and defaults
2372    to Afrom + 360 degrees (or a fill circle from the given start angle)
2373
23742009-04-30  6.5.1-10 Cristy  <quetzlzacatenango@image...>
2375  * Do not return a black image for -channel RGBA -gaussian (reference
2376    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=13669).
2377
23782009-04-28  6.5.1-9 Cristy  <quetzlzacatenango@image...>
2379  * Fix 'conflicting types for Huffman2DEncodeImage' compile exception.
2380
23812009-04-25  6.5.1-9 Cristy  <quetzlzacatenango@image...>
2382  * Generate BMP 32-bit ARGB format for images with transparency (reference
2383    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=13633).
2384
23852009-04-24  6.5.1-7 Cristy  <quetzlzacatenango@image...>
2386  * Grok 'image.psd[0]' and 'image.mpg[0]' (reference
2387    http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=13609).
2388  * Normalize similarity based on reconstruction not the original (reference
2389    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=13626).
2390  * Support multiple JPEG images encapsulated within DICOM.
2391
23922009-04-23  6.5.1-6 Cristy  <quetzlzacatenango@image...>
2393  * Msys does not understand NAME_MAX.
2394
23952009-04-22  6.5.1-5 Cristy  <quetzlzacatenango@image...>
2396  * Check for valid linked list before assigning next / previous pointers.
2397
23982009-04-21  6.5.1-4 Glenn Randers-Pehrson <glennrp@image...>
2399  * Check error return from CompressColormapTransFirst() in coders/png.c
2400
24012009-04-21  6.5.1-4 Glenn Randers-Pehrson <glennrp@image...>
2402  * Refrain from modifying image struct members (color, depth, matte)
2403    while writing PNG datastreams.
2404
24052009-04-21  6.5.1-4 Glenn Randers-Pehrson <glennrp@image...>
2406  * Sometimes the PNG8: format would produce 1-, 2-, or 4-bit PNG datastreams.
2407    Now it always produces 8-bit datastreams as users probably expect.
2408
24092009-04-21  6.5.1-4 Glenn Randers-Pehrson <glennrp@image...>
2410  * Suppressed "shadowed declaration" warnings in coders/jpeg.c and
2411    coders/png.c that are triggered by "-Wshadow" gcc compiler flag.
2412
24132009-04-17  6.5.1-3 Cristy  <quetzlzacatenango@image...>
2414  * The display program now returns a 0 exit code on success (reference
2415    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=13579).
2416
24172009-04-14  6.5.1-3 Glenn Randers-Pehrson <glennrp@image...>
2418  * Folded some long lines and made other cosmetic changes.in coders/png.c
2419
24202009-04-13  6.5.1-3 Cristy  <quetzlzacatenango@image...>
2421  * MVG autodetection failing (reference
2422    http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=13542).
2423
24242009-04-11  6.5.1-2 Cristy  <quetzlzacatenango@image...>
2425  * Image not properly placed when displaying to the X server root (reference
2426    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=13532).
2427  * fmax() is not support on some platforms (reference
2428    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=13533).
2429
24302009-04-11  6.5.1-2 Anthony Thyssen <A.Thyssen@griffith...>
2431  * Rename existing "Bilinear" distortion as  "BilinearReverse"
2432  * Added forward mapped bilinear distort as  "BilinearForward"
2433  * The "Bilinear" distort is temporarily obsoleted but will eventually
2434    be added as a  "BilinearReverse" and "BilinearForward" combination
2435    mapping though a unit square.
2436  * Sparse Gradient internally uses "BilinearReverse" for its "Bilinear"
2437    gradient function as that method is the direct use of such equations.
2438
24392009-04-01  6.5.1-1 Cristy  <quetzlzacatenango@image...>
2440  * Default to min-is-white Photometric for fax / group4 compression (reference
2441    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=13468).
2442  * Respect image resolution when setting PDF MediaBox (reference
2443    http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=13350).
2444  * Add SimilarityImage() to return how similar one image is to another.
2445
24462009-03-28  6.5.1-0 Cristy  <quetzlzacatenango@image...>
2447  * Graceful exit in djvu coder when EOF is thrown.
2448  * Support -unsharp option for the montage program.
2449
24502009-03-28  6.5.0-10 Cristy  <quetzlzacatenango@image...>
2451  * Reduce deskew blurring: use AffineTransformImage() rather than
2452    RotateImage().
2453  * Unexpected end-of-file @ xwd.c/ReadXWDImage/252 (reference
2454    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=13430).
2455
24562009-03-26  6.5.0-10 Markus Dahms <markus.dahms@progr...>
2457  * Support for -density & -units options in PSD writer.
2458
24592009-03-26  6.5.0-10 Samuel Thibault  <samuel.thibault@ens-l...>
2460  * Fix bug in the braille coder which makes it always segfault.
2461
24622009-03-25  6.5.0-9 Cristy  <quetzlzacatenango@image...>
2463  * Enhance the compare program to locate a template image within a larger
2464    image.
2465  * Eliminate assertion when generating a PDF thumbnail.
2466
24672009-03-25  6.5.0-8 Cristy  <quetzlzacatenango@image...>
2468  * Fix assertion in IntegralRotateImage (reference
2469    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=13410).
2470
24712009-03-24  6.5.0-7 Cristy  <quetzlzacatenango@image...>
2472  * Referenced counted blob incremented incorrectly in CloneImage() (reference
2473    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=13410).
2474
24752009-03-23  6.5.0-6 Chris Madison  <madisonblu@gmail...>
2476  * Assertion failure reading PSD image (reference
2477    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=13397).
2478
24792009-03-21  6.5.0-5 Chris Madison  <madisonblu@gmail...>
2480  * Change -selective-blur to use gaussian kernel.
2481
24822009-03-21  6.5.0-4 ERB  <entropy@xebec...>
2483  * Missing locks in blob - race condition (reference
2484    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=13385).
2485
24862009-03-19  6.5.0-3 Chris Madison  <madisonblu@gmail...>
2487  * Use default SVG resolution unless resolution is explicitly set (reference
2488    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=13373).
2489  * Add support for -selective-blur option.
2490
24912009-03-19  6.5.0-3 ragesteel  <iimagemagic-org-iapied0o@gt2.r...>
2492  * ImageToBlob() no longer faults if Jasper compression is wrong (reference
2493    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=13372).
2494
24952009-03-19  6.5.0-3 ERB  <entropy@xebec...>
2496  * Check the 8BIM profile resource block length (reference
2497    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=13368).
2498  * Unlocked read in DeleteNodeByValueFromSplayTree (reference
2499    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=13370).
2500
25012009-03-18  6.5.0-2 ERB  <entropy@xebec...>
2502  * Eliminate race condition when acquiring a wand (reference
2503    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=13357).
2504  * Use of "localtime" in FormatMagickTime not thread-safe (reference
2505    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=13358).
2506
25072009-03-18  6.5.0-2 Cristy  <quetzlzacatenango@image...>
2508  * Fix the image compose operator at OverCompositeOP for shadows (reference
2509    http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=13330).
2510
25112009-03-14  6.5.0-1 Paul Smedley  <paul@smedl...>
2512  * Patches to get ImageMagick working under OS2.
2513
25142009-03-10  6.5.0-1 Anthony Thyssen <A.Thyssen@griffith...>
2515  * Expansion of Virtual-Pixel (Cache) handling, to include corrected Mirror,
2516    plus addition of  CheckerTile, HorizontalTileEdge and VerticalTileEdge
2517
25182009-03-10  6.5.0-0 John Cupitt  <jcupitt@gmail...>,
2519                    Glenn Randers-Pehrson <glennrp@image...>
2520  * DICOM reader not handling signed pixels properly.
2521
25222009-03-09  6.4.9-10 Alexander E. Patrakov <patrakov@gmail...>
2523  * Don't call GetValueFromSplayTree() if image properties is NULL.
2524
25252009-03-09  6.4.9-10 Anthony Thyssen <A.Thyssen@griffith...>
2526  * Fix minor size issue with bestfit +distort operation.
2527  * Enable listing of -distort Polynomial
2528  * Minor tweeks and center fixes for Polar/Depolar
2529
25302009-03-01  6.4.9-9 Cristy  <quetzlzacatenango@image...>
2531  * Convert returns MagickFalse for the -version option (reference
2532    http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=13230).
2533  * Don't set pixel opacity unless the image alpha channel is active (reference
2534    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=13189).
2535
25362009-02-27  6.4.9-8 Anthony Thyssen <A.Thyssen@griffith...>
2537  * Fix old -clut bug for re-coloring gray images using transparent and
2538    semi-transparent colors.
2539
25402009-02-22  6.4.9-7 Rick Mabry  <rick.mabry@anony...>
2541  * Changes have been made to scores of the files that generate the
2542    documentation. The most noticeable cosmetic changes are to the command-line
2543    examples and command-line snippets, which now have a new look: dark blue
2544    boxes with white/yellow text to indicate sample input/output.  Inclusion of
2545    current version and release dates in appropriate places are now
2546    automatically generated. Also, many changes have been made to begin to
2547    bring the pages into strict W3C compliance with respect to both HTML and
2548    CSS.
2549
25502009-02-21  6.4.9-7 Chris Madison  <madisonblu@gmail...>
2551  * The identify program reads the image pixels when the -format option is
2552    asking for image statistics.
2553  * Much improved ImageMagick validation suite (exercise with 'make check').
2554
25552009-02-18  6.4.9-5 Jon  <jon@brick...>
2556  * Processing the arg list -tile is replaced by -sans0 which is 1 char longer
2557    and which overwrites the allocated area.
2558
25592009-02-16  6.4.9-5 Chris Madison  <madisonblu@gmail...>
2560  * Add section to license to alert users to third-party licenses in the
2561    NOTICE file.
2562
25632009-02-11  6.4.9-3 Anthony  <A.Thyssen@griffith...>
2564  * Replaced geometry string parsing using ParseGravityGeometry() in
2565    "composite" with more direct use of GravityAdjustGeometry();
2566
25672009-02-10  6.4.9-3 Cristy  <quetzlzacatenango@image...>
2568  * Support file descriptors (e.g. convert image.jpg fd:3 ...).
2569  * The stream utility no longer go into an infinite loop (reference
2570    http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=13102).
2571
25722009-02-04  6.4.9-2 Cristy  <quetzlzacatenango@image...>
2573  * JPEG to PDF was not always reversible (reference
2574    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=13020).
2575
25762009-01-30  6.4.9-0 Cristy  <quetzlzacatenango@image...>
2577  * Stroking when annotating failed for stroke widths > 2 (reference
2578    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=13009).
2579
25802009-01-24  6.4.8-10 Cristy  <quetzlzacatenango@image...>
2581  * TransformImageColorspace() returns GRAYColorspace when set (reference
2582    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=12990).
2583  * Don;t assume CMYK unless document process colors include Cyan, Magenta,
2584    or Yellow.
2585
25862009-01-23  6.4.8-9 Cristy  <quetzlzacatenango@image...>
2587  * Increase random angle range for +polaroid from -7..7 to -15..15 degrees.
2588
25892009-01-22  6.4.8-8 Anthony  <A.Thyssen@griffith...>
2590  * Fixed a -evaluate AddModulus 'patch' for correct 'negative' handling
2591
25922009-01-20  6.4.8-7 Cristy  <quetzlzacatenango@image...>
2593  * Removed previous patches for -shear directions.
2594
25952009-01-20  6.4.8-8 Thomas Stegemann  <Thomas.Stegemann@mater...>
2596  * SVG with resolutions other than 72.0 dpi, text is no longer transformed
2597    twice.
2598
25992009-01-20  6.4.8-8 Anthony  <A.Thyssen@griffith...>
2600  * Renamed -evaluate methods 'sin' and 'cos' to math C math library names
2601  * Added  "-function polynomial  a,b,c,...."   Eg:  a*x^2 + b*x + c
2602  * Added  "-function sinusoid freq,phase,amplitude,bias  (all optional)
2603
26042009-01-18  6.4.8-7 Anthony  <A.Thyssen@griffith...>
2605  * Removed "annotate" patches, which causes no end of problems.
2606    Original coding worked perfectly fine.  Annotate isn't part of SVG!
2607
26082009-01-18  6.4.8-7 Cristy  <quetzlzacatenango@image...>
2609  * Respect mouse wheel movements for display program (reference
2610    http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=12938).
2611  * Grab button in Display Open menu now works consistently (reference
2612    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=12942).
2613  * Patch for problem with opacity in MVG (reference
2614    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=12946).
2615
26162009-01-14  6.4.8-6 Cristy  <quetzlzacatenango@image...>
2617  * Don't accept discontinuous shear angles for the -annotate option.
2618    -- REMOVED
2619
26202009-01-14  6.4.8-6 Mark Freeman <mark.freeman@porci...>
2621  * Apply patch so ImageMagick compiles with Visual Studio 6.
2622
26232009-01-12  6.4.8-5 Alexander E. Patrakov <patrakov@gmail...>
2624  * Fix small memory leak on truncated PNG images.
2625  * Do not allocate pixels when pinging a PNG image.
2626
26272009-01-11  6.4.8-6 Chris Madison  <madisonblu@gmail...>
2628  * Set the stroke opacity for "opacity" SVG element (reference
2629    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=10594).
2630
26312009-01-10  6.4.8-5 Matthew Litwin <mlitwin@sonic...>
2632  * Convert to windows .ico format no longer inverts alpha channel.
2633
26342009-01-10  6.4.8-5 Cristy  <quetzlzacatenango@image...>
2635  * Interpret geometry correctly for negative angles (-shear 30x-10).
2636
26372009-01-08  6.4.8-4 Eberhard Mattes  <eberhard.mattes@web.d...>
2638  * Fix GetMagickToken() to accept locales that use "," as radix character.
2639
26402009-01-08  6.4.8-4 Anthony  <A.Thyssen@griffith...>
2641  * Add (and Fix) -evaluate methods   Sine, Cosine, AddModulus
2642
26432009-01-05  6.4.8-4 Rick Mabry  <rick.mabry@anony...>
2644  * Check for negative offsets (bevel widths) for the -frame option.
2645
26462009-01-04  6.4.8-4 Alexander E. Patrakov <patrakov@gmail...>
2647  * Patch for a memory leak and a logical bug in coders/gif.c.
2648  * CopyMagickString() now returns the minimum of the source string length
2649    or the length parameter.
2650  * Properly set alpha channel in PNGs with palette and tRNS.
2651
26522009-01-01  6.4.8-4 Cristy  <quetzlzacatenango@image...>
2653  * Support %[] embedded filename tag (e.g. convert rose: -set area "%wx%h"
2654    'rose-%[area].png').
2655  * Do not set the fill element when 'opacity' is set (reference
2656    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=10594).
2657  * Restore support for decoding the DVI format.
2658  * Add perl and math lib reference to PerlMagick Makefile (reference
2659    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=12840).
2660  * Fix crash on invalid JPEG XML profile.
2661  * Export libtool symbols in MagickCore.sym and MagickWand.sym.
2662  * Support sine and cosine as arguments to the -evaluate option.
2663
26642008-12-31  6.4.8-4 Amartyo Banerjee" <amartyo@gmail...>
2665  * Calculate the kurtosis and skewness of image channels (reference
2666    http://amartyosscrapbook.blogspot.com/2008/12/formulas-used-to-calculate-kurtosis-and.html).
2667
26682008-12-28  6.4.8-4 Rick Mabry  <rick.mabry@anony...>
2669  * Patch magick/display.c and PerlMagick/ContrastStretchImage() to return the
2670    same results as the -contrast-stretch option.
2671  * ContrastStretchImageChannel() no longer interpreted as Contast() by
2672    MogrifyRegion() in PerlMagick.
2673
26742008-12-28  6.4.8-3 Rick Mabry  <rick.mabry@anony...>
2675  * Reverse argument and option in Throw*InvalidArgumentException()
2676    macro for proper exception message.
2677  * Recognize negative geometries for -shear and -annotate (.e.g. 45x-30).
2678  * Fix Y shear angle for -shear option.
2679
26802008-12-26  6.4.8-2 Cristy  <quetzlzacatenango@image...>
2681  * Use GetImageArtifact() to retrieve -attenuate option value for +noise.
2682  * Support reading FITS test files (reference
2683    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=12799).
2684  * Replace input.ttf with the public domain Tuffy.ttf font.
2685  * MagickNewImage() no longer faults when parameters are incorrect (reference
2686    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=12817).
2687  * Allocate strings returned by XGetResourceInstance() (reference
2688    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=12818).
2689  * The -append gravity is relative to the container (reference
2690    http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=12821).
2691
26922008-12-19  6.4.8-1 Cristy  <quetzlzacatenango@image...>
2693  * Reference cache rather than acquiring when cloning an image.
2694
26952008-12-19  6.4.8-0 Cashish Kulkarni <ashkulz@redif...>
2696  * Cross-compilation failure using MinGW on Linux for ImageMagick trunk
2697
26982008-12-19  6.4.8-0 Cristy  <quetzlzacatenango@image...>
2699  * Add -interword-spacing option to convert.
2700  * Initialize the black channel when testing the CMY colorspace (reference
2701    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=12685).
2702  * remove calls to exit() in MagickWand (reference
2703    http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=12772).
2704  * Validate -affine arguments.
2705  * Accept -attenuate as an option for convert.
2706  * Properly create RGBA image if colormapped image has transparency.
2707  * Support X11 geometry like this: +-4+-4;  weird but X11 supports it.
2708
27092008-12-17  6.4.7-10 Chris Madison  <madisonblu@gmail...>
2710  * Fix off-by-one problem with -shear.
2711  * Clone pixel cache method when cloning an image.
2712
27132008-12-16  6.4.7-9 Anthony  <A.Thyssen@griffith...>
2714  * Make "-layers Coalesce" work as it should.
2715
27162008-12-16  6.4.7-9 Sam Fisher <fisher@image...?
2717  * Support > 2GB TIFF under Windows.
2718
27192008-12-12  6.4.7-8 mootools <help@mooto...>
2720  * FormatMagickTime() checks to ensure the provided time is valid.
2721
27222008-12-12  6.4.7-8 Cristy  <quetzlzacatenango@image...>
2723  * Add -kerning option to convert.
2724  * Remove halo effect for the -scale option.
2725
27262008-12-11  6.4.7-7 Alan Wright  <alanwright.atex@google...>
2727  * Fix a 1 byte overrun in Postscript coder.
2728
27292008-12-10  6.4.7-6 Cristy  <quetzlzacatenango@image...>
2730  * Fix small memory leak in ExpandFilenames().
2731
27322008-12-09  6.4.7-5 Cristy  <quetzlzacatenango@image...>
2733  * Fix small memory leak in LoadLocaleList().
2734  * Fix small memory leak in GetProfilesFromResourceBlock().
2735  * Don't forget to scale grayscale values when quanum min-is-white is set.
2736
27372008-12-08  6.4.7-4 Cristy  <quetzlzacatenango@image...>
2738  * Include delegate libraries in MagickCore-config script.
2739
27402008-12-07  6.4.7-3 Cristy  <quetzlzacatenango@image...>
2741  * Fix off-by-one error for -chop 0x50%.
2742  * Performance improvement bilinear interpolation.
2743
27442008-12-06  6.4.7-2 Cristy  <quetzlzacatenango@image...>
2745  * Support absolute paths in the include directive within a configuration
2746    file.
2747
27482008-12-05  6.4.7-1 Chris Madison  <madisonblu@gmail...>
2749  * Assume Log colorspace if DPX transfer is LogarithmicColorimetric.
2750  * Another attempt at properly extracting the IPTC profile from a 8BIM
2751    resource block.
2752
27532008-12-04  6.4.7-1 Anthony  <A.Thyssen@griffith...>
2754  * AppendImage() re-written to respect gravity properly!
2755    Routine simplified to a single loop for both styles of append
2756
27572008-12-03  6.4.6-9 Cristy  <quetzlzacatenango@image...>
2758  * AppendImage() respects gravity.
2759  * Protect against circular image list when cropping.
2760  * The index variable must be long rather than unsigned long for the DCM
2761    coder.
2762
27632008-12-02  6.4.6-9 Cristy  <quetzlzacatenango@image...>
2764  * Use ScaleQuantumToMap() to prevent fault in SetGrayscaleImage() when
2765    quantum depth is 32.
2766
27672008-12-01  6.4.6-8 Cristy  <quetzlzacatenango@image...>
2768  * Global replaced accidentally renamed MagickGetImagePixelColor().
2769
27702008-11-29  6.4.6-6 Cristy  <quetzlzacatenango@image...>
2771  * Fixed transient bug in the -white-threshold option.
2772  * -extent x256+100+100 no longer returns an exception (reference
2773    http://www.imagemagick.org/discourse-server/viewtopic.php?f=7&t=12583).
2774
27752008-11-27  6.4.6-5 Cristy  <quetzlzacatenango@image...>
2776  * TIFF pad is relative to bits-per-sample (reference
2777    http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=12563).
2778
27792008-11-27  6.4.6-5 Koshiji Masayuki  <kosiji.masayuki@da.mi...>
2780  * Support GBR raw image files.
2781
27822008-11-26  6.4.6-4 Cristy  <quetzlzacatenango@image...>
2783  * DPX 10 bit YUV 4:2:2 are now processed properly (reference
2784    http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=12443).
2785  * Default PDF compression to that of the image unless overwritten by
2786    the -compress option.
2787
27882008-11-25  6.4.6-3 Cristy  <quetzlzacatenango@image...>
2789  * Numerous pixel cache improvements including embedded support for
2790    OpenMP in a transparent manner.
2791
27922008-11-20  6.4.6-2 Cristy  <quetzlzacatenango@image...>
2793  * Transient bug in encipher / decipher operation (reference
2794    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=12540).
2795
27962008-11-14  6.4.6-1 Cristy  <quetzlzacatenango@image...>
2797  * MPC image files working again.
2798  * coders/wmf.c/lite_font_stringwidth() returns string width (reference
2799    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=12528).
2800
28012008-11-10  6.4.6-0 Cristy  <quetzlzacatenango@image...>
2802  * Fix temporary file leak.
2803
28042008-11-18  6.4.5-9 Koshiji Masayuki  <kosiji.masayuki@da.mi...>
2805  * Fix bug for RGBO image @ line, plane and partition interlace.
2806
28072008-11-18  6.4.5-9 Chris Madison  <madisonblu@gmail...>
2808  * Deprecate pixel methods: AcquireImagePixels(), GetImagePixels(), etc.
2809  * New pixel methods: GetVirtualPixels(), GetAuthenticPixels(), etc.
2810
28112008-11-15  6.4.5-7 Alexander E. Patrakov <patrakov@gmail...>
2812  * GPS and multivalued EXIF properties support
2813
28142008-11-14  6.4.5-6 Manish Aggarwal <manish@circu...>
2815  * Add TransparentPaintImageChroma() to MagickCore and transparentChroma()
2816    to Magick++.
2817
28182008-11-10  6.4.5-6 Cristy  <quetzlzacatenango@image...>
2819  * Correct DPX frame position property label (reference
2820    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=12440).
2821  * Textures are no longer painted as the background color.
2822  * Update both fields of an EXIF resolution.
2823  * Support query-font-metrics MSL tag.
2824
28252008-11-01  6.4.5-4 Cristy  <quetzlzacatenango@image...>
2826  * Do not set image colorspace for the MSL modulate tag.
2827
28282008-11-01  6.4.5-3 Cristy  <quetzlzacatenango@image...>
2829  * Off by one error when computing affine in DrawAffineImage() (reference
2830    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=12391.
2831
28322008-10-30  6.4.5-2 Cristy  <quetzlzacatenango@image...>
2833  * Fixed local adaptive thresholding  when using an offset (reference
2834    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=12371.
2835  * Set SetImagePixels() rather than SyncImagePixelCache() to update
2836    the pixel cache morphology.
2837
28382008-10-26  6.4.5-1 Cristy  <quetzlzacatenango@image...>
2839  * Set explicit image format for BlobToImage() (reference
2840    http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=12340).
2841  * p_thread_t is an aggregate under MinGW.
2842
28432008-10-20  6.4.5-0 Cristy  <quetzlzacatenango@image...>
2844  * pthread_t can be aggregate so stop treating it like its atomic.
2845  * default the WPG image size to 1 top avoid "no pixels defined in cache"
2846    exceptions.
2847
28482008-10-17  6.4.4-8 Anthony  <A.Thyssen@griffith...>
2849  * slight modification of the added "radial-gradient:" image generator
2850    so the radius goes to an edge rather than the corner, allowing more user
2851    control based on image size.
2852  * fix -raise N to mean -raise NxN
2853
28542008-10-15  6.4.4-8 Cristy  <quetzlzacatenango@image...>
2855  * Add support for inline images.
2856
28572008-10-10  6.4.4-7 Cristy  <quetzlzacatenango@image...>
2858  * MinGW supports both Posix threads and Windows critical sections.
2859
28602008-10-06  6.4.4-5 Cristy  <quetzlzacatenango@image...>
2861  * pthread_self() can be an aggregate value.
2862  * Scale pixel quantum to match PNG tRNS range (i.e. 0-255).
2863
28642008-10-06  6.4.4-3 Cristy  <quetzlzacatenango@image...>
2865  * Set sentinel byte for MVG coder.
2866  * fx:standard_deviation returns standard deviation now instead of mean.
2867
28682008-10-01  6.4.4-1 Florent Monnier  <monnier.florent@gmail...>
2869  * Support radial gradients in DrawGradientImage().
2870
28712008-09-26  6.4.4-1 Cristy  <quetzlzacatenango@image...>
2872  * Fix memory leak when XMP profile is corrupt.
2873  * Support filename references (e.g. convert image-%d.jpg[1-5] ...).
2874
28752008-09-25  6.4.4-0 Cristy  <quetzlzacatenango@image...>
2876  * Use -remap rather than -affinity.
2877  * Don't unregister a module for an image coder signature exception.
2878  * Don't assume a monochrome image is colormapped.
2879
28802008-09-25  6.4.4-0 Anthony <A.Thyssen@griffith...>
2881  * Attempt to fix three image "composite -displace" while also allowing use
2882    of separate X, Y grayscale displacement maps, or a merged X=red Y=green
2883    (later transparency mask will also be added) as discussed in IM Examples,
2884    'distortion maps', but for -displace.
2885
28862008-09-24  6.4.3-10 Cristy  <quetzlzacatenango@image...>
2887  * Fix pixel cache race condition.
2888
28892008-09-23  6.4.3-10 Cristy  <quetzlzacatenango@image...>
2890  * Fixed an OTB coder bug (reference
2891    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=12119).
2892
28932008-09-23  6.4.3-8 Peter Fales <psfales@alcat...>
2894  * Add NULL terminator to options list to in MontageImageCommand().
2895
28962008-09-23  6.4.3-8 Anthony <A.Thyssen@griffith...>
2897  * Added -layers TrimBounds  which will adjust the offsets and canvas bounds
2898    to fit the current sequence of layered/animated images. The images
2899    themselves are not modified only the 'page' meta-data.  As a side-effect
2900    all offsets will become positive, with a minimal canvas width/height.
2901
29022008-09-22  6.4.3-8 Cristy  <quetzlzacatenango@image...>
2903  * Define _FILE_OFFSET_BITS from MAGICKCORE_FILE_OFFSET_BITS.
2904
29052008-09-10  6.4.3-7 Anthony <A.Thyssen@griffith...>
2906  * String Memory leak from InterpretImageProperties() in "annotate"
2907    for Command line handling in mogrify.c
2908  * Allow percent escapes in both -sparse-color and -distort argument strings.
2909  * Fix -alpha to allow Set, Copy, and Extract from command line
2910  * Fix -alpha Set so it only clears the alpha when it was previously off
2911  * Changed 'AllChannels' to be just the 'real' channels (including K).
2912  * Special handling if  +level-colors is given one color, and no separator.
2913  * Fix 'matte' flag in DisposeImages() (for -layer dispose)
2914
29152008-09-01  6.4.3-7 Cristy  <quetzlzacatenango@image...>
2916  * Fix -interpolate / -compose settings.
2917  * No need to specify -endian for native floating point format.
2918  * Remove small memory leak when cloning image properties (reference
2919    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=11981).
2920  * The scan delegate requires a device name, not a symbolic link.
2921  * Report alpha instead of opacity for the TXT image format (reference
2922    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=12002).
2923  * Add channel support to -motion-blur.
2924  * Set the SVG affine matrix *before* we compute the scale (reference
2925    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=12030).
2926  * Rely on 'omp critical' in the rare case where OpenMP is enabled but
2927    ImageMagick distribution is built without thread support.
2928  * Return the correct number of unique colors for colormapped image (reference
2929    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=12055).
2930  * SVG depends on MagickWand for parallel make (reference
2931    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=12099).
2932
29332008-09-02 6.4.3-7
2934  * Addition of 'BarrelInverse' Distortion
2935
29362008-08-27  6.4.3-6 Cristy  <quetzlzacatenango@image...>
2937  * Extract / embed namespace for JPEG XMP profiles (reference
2938    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=11832).
2939  * Deprecate -map and replace with -affinity which supports dither methods.
2940  * Set image depth when -depth is fired.
2941  * Fix small memory leak in TIFF coder (reference
2942    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=11968).
2943
29442008-08-24  6.4.3-5 Cristy  <quetzlzacatenango@image...>
2945  * Parallelize the colorspace transforms.
2946  * Honor gravity for -extent option (reference
2947    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=11944).
2948
29492008-08-22  6.4.3-3 Cristy  <quetzlzacatenango@image...>
2950  * Fixed a memory leak in the TransparentPaintImage() method.
2951
29522008-08-20  6.4.3-2 Cristy  <quetzlzacatenango@image...>
2953  * Treat -compose as a setting.
2954  * Check for depth == 0 in GetQuantumScale() (reference
2955    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=11921).
2956  * Fix CIN coder scanline length (reference
2957    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=11922).
2958
29592008-08-20  6.4.3-1 Cristy  <quetzlzacatenango@image...>
2960  * Add $(MAGICKWAND_LIBS) dependency to the PerlMagick Makefile (reference
2961    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=11908).
2962  * Fix configure script to configure the JBIG delegate library (reference
2963    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=11907).
2964  * Error in indexed PNG output if number of colors <= 16 (reference
2965    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=11905).
2966
29672008-08-18  6.4.3-0 Cristy  <quetzlzacatenango@image...>
2968  * Always reinterpret %[fx:] properties.
2969  * Composite based on the composite image compose operator.
2970
29712008-08-14  6.4.2-10 Cristy  <quetzlzacatenango@image...>
2972  * Add --coder-path and --filter-path options to MagickCore-config to
2973    support the Magick Coder and Image Filter kits.
2974
29752008-08-17  6.4.2-9 Anthony <anthony@griffith...>
2976  * -sparse-color option completed with initial set of methods.
2977  * -distort Barrel arguments expanded.
2978
29792008-08-14  6.4.2-9 Cristy  <quetzlzacatenango@image...>
2980  * The -draw option no longer returns an error when for # like .6 (reference
2981    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=11879).
2982
29832008-08-14  6.4.2-9 Cristy  <quetzlzacatenango@image...>
2984  * New dithering selection option, -dither Floyd-Steinberg or
2985    -dither Riemersma.
2986
29872008-08-10  6.4.2-8 Anthony <anthony@griffith...>
2988  * Added new distort "Polar" and "DePolar" due to Forum Discussions
2989
29902008-08-07  6.4.2-8 Cristy  <quetzlzacatenango@image...>
2991  * Change MPEG delegate from mpeg2decode/mpeg2encode to ffmpeg (reference
2992    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=11827).
2993  * Extract embedded XMP and EXIF profiles froma Photoshop resource block.
2994  * Support -compose option in the compare program.
2995
29962008-08-04  6.4.2-7 Cristy  <quetzlzacatenango@image...>
2997  * Support -fx scientific-notation (e.g. '2.0*3.81469e-06').
2998  * Substitute DistortImage() with 'AffineProjectionDistortion' for
2999    the older DrawAffineImage() in AffineTransformImage().
3000  * Apply Sam Hocevar's patch to replace  Hilbert-Peano curve dithering with
3001    Floyd Steinberg.
3002  * Added -virtual-pixel method VerticalTile as a complement to HorizontalTile
3003
30042008-08-02  6.4.2-6 Anthony <anthony@griffith...>
3005  * Added -virtual-pixel method HorizontalTile suitable for generating 360
3006    degree Arcs and Polar Distorts.
3007
30082008-07-31  6.4.2-6 Cristy  <quetzlzacatenango@image...>
3009  * Patch -fx to properly recognize maxima and minima.
3010  * Add channel specifier to -fx depth, mean, maxima, minima, and
3011    standard_deviation (e.g. depth.r).
3012  * Properly append .magick to the USERPROFILES path (reference
3013    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=11806).
3014
30152008-07-30  6.4.2-6 Anthony <anthony@griffith...>
3016  * Added a  "-set option:distort:scale"  which scales the output 'view'
3017    by the amount given.  This is directly useful for doing 'super-sampled'
3018    distorts, just set this, the scale the result back to a normal size.
3019
30202008-07-27  6.4.2-5 Anthony <anthony@griffith...>
3021  * Rewrite on coefficient handling for DistortImages so allow for generation
3022    by other operators (SparseColor), and addition of verbose output of
3023    equivalent -fx functions for DistortImages to report of the internal
3024    coefficients that was calculated, and who they are used.
3025  * Initial implementation of SparseColor for interpolated gradients from
3026    sparsely separated points of color (or possibly other forms of arguments)
3027  * New distortion Barrel as defined by Helmut Dersch options A,B,C,D
3028    on his web page  http://www.all-in-one.ee/~dersch/barrel/barrel.html
3029    And as developed by Fred WeinHaus in his PinBarrel script
3030
30312008-07-20  6.4.2-5 Cristy  <quetzlzacatenango@image...>
3032  * Certain corrupt GIF images no longer hang (reference
3033    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=11723).
3034  * Read more than one image (if they exist) from DJVU image files.
3035  * Don't set image depth in histogram coder (references
3036    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=11752).
3037
30382008-07-17  6.4.2-4 Cristy  <quetzlzacatenango@image...>
3039  * Fixed cache nexus threading problem to avoid spurious assertions when
3040    calling the DistortImage() method.
3041
30422008-07-17  6.4.2-4 Anthony <anthony@griffith...>
3043  * New distortion  Shepards which provide semi-localized distorts of control
3044    points within an image, as first developed for IM by Frew Weinhaus in his
3045    ShapeMorph script.   http://www.fmwconcepts.com/imagemagick/shapemorph/
3046    It's almost like taffy pulling!
3047
30482008-07-12  6.4.2-2 Anthony <anthony@griffith...>
3049  * Separate coefficient calculation from DistortImages (future development)
3050  * Perspective and Bilinear Distortions fallback to Affine
3051    when less than 4 point pairs are provided.
3052  * Affine Distortion now handles 2 point pairs (SRT of a single line)
3053    and a simple translation if only a single point pair is provided.
3054  * Added 'verbose' output of some of the distortion equations generated
3055  * Initial addition of polynomal distortion (incomplete - not working yet)
3056
30572008-06-29  6.4.2-2 Cristy  <quetzlzacatenango@image...>
3058  * Add log2 and round as -fx operators.
3059  * Add log and round as -evaluate operator.
3060  * Add -deskew option to straighten an image.
3061
30622008-06-22  6.4.2-1 Cristy  <quetzlzacatenango@image...>
3063  * Use the source image interpolation method when drawing an affine image.
3064
30652008-06-24  6.4.2-1 Anthony <anthony@griffith...>
3066  * Added new operator  +/-level-colors which will 'level' images based
3067    on colors to use for the black and white points. This lets to adjust
3068    the image in terms of mapping the given colors from/to black and white
3069    respectively.
3070
30712008-06-23  6.4.2-0 Christian Lackas <christian@lacka...>
3072  * Fix a problem with calling mpeg2encode with parameters (%o/%i) in wrong
3073    order.
3074
30752008-06-22  6.4.2-0 Cristy  <quetzlzacatenango@image...>
3076  * Refactor additional ImageMagick algorithms for OpenMP support.
3077
30782008-06-25  6.4.1-9 Cristy  <quetzlzacatenango@image...>
3079  * Add pow as an -evaluate operation, using normalized values
3080
30812008-06-18  6.4.1-9 Anthony <anthony@griffith...>
3082  * Added a  LevelizeImageChannels() which is similar to LevelImageChannels()
3083    Function maps black and white values to the given level values.
3084    Rather than mapping the given level values to black and white.
3085    Bacically a 'reverse-level' function, with different input args.
3086  * Set  +level  or a '!' flag in -level or LevelImage() to call
3087    the new 'reverse-level' function LevelizeImageChannels().
3088  * More work on IsMagickColorSimular() to fix relationship between
3089    transparent-black and opaque-black, which was matched as 'similar'.
3090    Also attempts to fix 'K' channel handling for CMYK colorspace.
3091    More work on this to come.
3092
30932008-06-25  6.4.1-9 Cristy  <quetzlzacatenango@image...>
3094  * The TXT format correctly reports alpha channel (reference
3095    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=11478).
3096  * MONOTCHROME1 Dicom images are not longer inverted (reference
3097    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=11492).
3098
30992008-06-13  6.4.1-8 Anthony <anthony@griffith...>
3100  * Fixed IsMagickColorSimular() as used by -opauqe and -transparent
3101    so as to understand that the Hue Channel is cyclic by nature
3102
31032008-06-08  6.4.1-8 Cristy  <quetzlzacatenango@image...>
3104  * The -sketch option is working again (reference
3105    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=11454).
3106
31072008-06-08  6.4.1-7 Cristy  <quetzlzacatenango@image...>
3108  * More algorithms refactored to support a threaded cache view.
3109  * EPS2 output only 1/3 of image when using LZW or rle compress (reference
3110    http://www.imagemagick.org/discourse-server/viewforum.php?f=3).
3111  * ISO C++ 1998 does not support 'long long' (reference
3112    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=11405).
3113  * Patch GetMagickMemoryHandlers() to return the properly return the memory
3114    handler addresses.
3115  * Generate histogram comment if # unique colors exceed 1024 (reference
3116    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=11434).
3117
31182008-06-03  6.4.1-6 Marton Bokor  <marton.bokor@gfthu....>
3119  * Reading EMF files containing non-ascii characters no longer fails for
3120          UTF8 encoded paths on Windows XP.
3121
31222008-06-03  6.4.1-6 Cristy  <quetzlzacatenango@image...>
3123  * The -colorspace option is an operator, not a setting.
3124
31252008-05-31  6.4.1-5 rsnel <rik@snel....>
3126  * gif.c misreads Gifs in which LZW codes are split across three datablocks.
3127
31282008-05-31  6.4.1-4 Matthew Clark <mclark@gorge...>
3129  * Patches to the JPEG and DCM coders to fix a few problems reading
3130    certain DCM image types.
3131
31322008-05-15  6.4.1-4 Cristy  <quetzlzacatenango@image...>
3133  * Interpreting the -set option is no longer delayed.
3134  * Add AcquireCacheViews() and DestroyCachewViews() to the API.
3135  * Call DrawAffineImage() instead of CompositeImage() (reference
3136    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=11288).
3137  * Throw exception for TIFF compression not support (reference
3138    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=11289).
3139  * The +opaque option now recognizes its required argument (reference
3140    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=11298).
3141  * The -background and -virtual-pixel settings are now applied correctly
3142    across parenthesis.
3143  * Only reset the exception signature if the relinquish memory is MagickTrue.
3144  * Correct recolor equation for computing opacity (reference
3145    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=11346).
3146  * Set midpoint when scaling JP2 images.
3147  * Semaphores must be passed by reference when destroyed for reliable thread
3148    locks.
3149  * Updated Matlab coder (thanks to Jaroslav Fojtik).
3150
31512008-05-13  6.4.1-3 Cristy  <quetzlzacatenango@image...>
3152  * MagickGetResource(): resources are MagickSizeType not unsigned long.
3153
31542008-05-11  6.4.1-2 Cristy  <quetzlzacatenango@image...>
3155  * Import: properly handle a hierarchy of subwindows under X11.
3156  * Refactor quantum pixel processor to improve ease of use and speed.
3157
31582008-05-09  6.4.1-2 Leonardo de Paula Rosa Piga <lpiga@terra...>
3159  * OpenMP patch for sepia-tone effect.
3160
31612008-05-08  6.4.1-2 Bruno Cardoso Lopes <bruno.cardoso@gmail...>
3162  * OpenMP patch for NormalizeImage() & TintImage()
3163
31642008-05-06  6.4.1-2 <cristiannomartins@gmail...>
3165  * OpenMP patch for GetImageChannelDepth().
3166  * Set depth to 32 when saving MIFF HDRI image files.
3167
31682008-05-05  6.4.1-2 <joao.vita@gmail...>
3169  * OpenMP patch for OilPaintImage Function
3170
31712008-05-05  6.4.1-2 Sean Patrick Burke  <seanburk@gmail...>
3172  * Update IPLab coder (reference
3173    http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=11200).
3174
31752008-05-02  6.4.1-1 Cristy  <quetzlzacatenango@image...>
3176  * Return correct result for -fx luminence.
3177  * Restore missing break so that PGM images remain PGM.
3178  * Speed up the processing of ASCII PNM files.
3179  * Return the correct number of MNG images for PingImage().
3180
31812008-05-01  6.4.1-0 Cristy  <quetzlzacatenango@image...>
3182  * Remove C++ style comments from source.
3183  * Center motion blur kernel.
3184  * Reenable dithering for -monochrome option.
3185
31862008-04-24  6.4.0-11 Cristy  <quetzlzacatenango@image...>
3187  * For color reduction, use maximum tree depth if image has 1024 or less
3188    unique colors.
3189  * Use a uniform convolution filter for motion blur (reference
3190    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=11122).
3191  * Add 'mean' and 'std' symbols to the Fx expression parser.
3192
31932008-04-20  6.4.0-10 Chris Madison  <madisonblu@hotma...>
3194  * Updated to the latest autoconf/automake/libtool scripts.
3195  * Default to HSL colorspace when modulating (reference
3196    http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=11073).
3197  * The -regard-warnings option properly returns a program status of 1 if and
3198    only if a warning or error exception is thrown.
3199  * Report 'no clip path defined' exception for -clip-path option (reference
3200    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=11098).
3201
32022008-04-16  6.4.0-8 Cristy  <quetzlzacatenango@image...>
3203  * Distinquish between pre and post processing of image list options.
3204  * Return MagickTrue if InvokeDynamicImageFilter() does not generate an
3205    exception (reference
3206                http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=11065).
3207
32082008-04-16  6.4.0-7 Glenn Randers-Pehrson <glennrp@image...>
3209  * Instead of masking the PNG tRNS values when reducing from 16-bit,
3210    set image->matte to MagickFalse and emit a warning.  This will produce
3211    behavior similar to that of libpng-1.2.27 (and libpng-1.2.19 and earlier).
3212
32132008-04-12  6.4.0-7 Cristy  <quetzlzacatenango@image...>
3214  * Fix fault for animate -window root image.gif.
3215  * Use GetImagePixels() rather than SetImagePixels() when making multiple
3216    passes and setting image pixels (reference
3217    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=11022).
3218
32192008-04-10  6.4.0-6 Cristy  <quetzlzacatenango@image...>
3220  * Compile error in coders/avi.c when JPEG delegate library is unavailable.
3221
32222008-04-09  6.4.0-5 Glenn Randers-Pehrson <glennrp@image...>
3223  * Mask the PNG tRNS values when reducing from 16-bit, in accordance with
3224    the PNG specification, instead of scaling them.
3225
32262008-04-09  6.4.0-5 Glenn Randers-Pehrson <glennrp@image...>
3227  * Revised png.c to avoid saving unknown chunk types that will never
3228    be used later.  This prevents the vulnerability described in
3229    CVE-2008-1382, with respect to all unknown chunks except vpAg.
3230    To handle an invalid, zero-length vpAg chunk properly will require
3231    libpng-1.2.27 or later.
3232
32332008-04-04  6.4.0-5 Cristy  <quetzlzacatenango@image...>
3234  * Use mplayer delegate if ImageMagick does not grok AVI op code.
3235  * Use proper rounding for the -fx intensity expression.
3236
32372008-03-26  6.4.0-4 Cristy  <quetzlzacatenango@image...>
3238  * Fix +swap option so it no longer throws an assertion.
3239  * Return correct min/max for grayscale JPEG images (e.g. -format %[min]).
3240
32412008-03-26  6.4.0-1 Cristy  <quetzlzacatenango@image...>
3242 * Rewrote patch so that writing pyramid TIFF images no longer fails if a
3243   tile size is specified (e.g. ptif:image.tif[128x128]).
3244 * Malformed use of caption no longer consumes memory (reference
3245   http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=10914).
3246 * Don't run Ghostscript twice (reference
3247   http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=10922).
3248
32492008-03-21  6.4.0-0 Cristy  <quetzlzacatenango@image...>
3250  * SpreadImage() no longer introduces noise into the resulting image (reference
3251                http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=10892).
3252  * Properly handle min-is-white TIFF gray scale images.
3253  * Use CompositeImage() instead of DrawAffineImage() if the affine expansion
3254    factor is 1.0.
3255
32562008-03-20  6.3.9-10 Cristy  <quetzlzacatenango@image...>
3257  * Writing pyramid TIFF images no longer fails if a tile size is specified
3258    (e.g. ptif:image.tif[128x128]).
3259  * Reset page geometry when interactively cropping an image with the display
3260    program.
3261
32622008-03-18  6.3.9-9 Cristy  <quetzlzacatenango@image...>
3263  * With a single swap argument should swap the image with the *last* image.
3264
32652008-03-16  6.3.9-8 Cristy  <quetzlzacatenango@image...>
3266  * Make sure we don't sync a blob after it has been closed.
3267
32682008-03-14  6.3.9-7 Cristy  <quetzlzacatenango@image...>
3269  * Patch mpeg:encode delegate to properly produce an MPEG image sequence.
3270
32712008-03-11  6.3.9-6 Cristy  <quetzlzacatenango@image...>
3272  * Support both GTK and CAIRO interfaces to RSVG (reference
3273    ttp://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=10802).
3274  * Display colormapped PNG images with alpha properly (reference
3275    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=10819).
3276
32772008-03-09  6.3.9-5 Cristy  <quetzlzacatenango@image...>
3278  * Define inline to _magickcore_inline (to satisfy HP's aCC compiler).
3279
32802008-03-08  6.3.9-4 Cristy  <quetzlzacatenango@image...>
3281  * The rsvg delegate library depends on cairo-svg.
3282  * Account for min-is-white 8-bit gray TIFF images.
3283
32842008-02-29  6.3.9-2 Cristy  <quetzlzacatenango@image...>
3285  * Add support for the Postable Document Archive Format.
3286  * Add support for Braille images.
3287  * Add support for DDS images (contributed by Bianca van Schaik).
3288  * Add GetImageAlphaChannel() method.
3289  * PSD clipping paths are once again recognized.
3290
32912008-02-24  6.3.9-1 Cristy  <quetzlzacatenango@image...>
3292  * Return the actual image format for HTTP: or FTP: format (reference
3293        http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=10715).
3294  * Fix so image.quantize(true) returns error as expected (reference
3295    http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=10735).
3296
32972008-02-20  6.3.9-0 Cristy  <quetzlzacatenango@image...>
3298  * Fixed a small memory leak (8 bytes) in TransformImages().
3299  * Render to Cairo surface rather than a GDK buffer when rendering SVG.
3300  * Identify now reports both actual and reported image depths (reference
3301    http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=10716).
3302
33032008-02-17  6.3.8-10 Cristy  <quetzlzacatenango@image...>
3304  * Speed up converting large PDF/PS images when only selecting a few pages
3305    (e.g. pdffile.pdf[195-199]).
3306  * Deprecate HSLTransform() and TransformHSL().
3307
33082008-02-16  6.3.8-9 Cristy  <quetzlzacatenango@image...>
3309  * Fix Magick++-config script to reflect the MagickWand / MagickCore
3310    dependencies.
3311
33122008-02-14  6.3.8-7 Cristy  <quetzlzacatenango@image...>
3313  * Promote colormapped to truecolor images when enciphering.
3314
33152008-02-08  6.3.8-6 Cristy  <quetzlzacatenango@image...>
3316  * Add EncipherImage() / DecipherImage() methods.
3317  * Add -encipher / -decipher options to the command-line utilities.
3318
33192008-02-03  6.3.8-5 Cristy  <quetzlzacatenango@image...>
3320  * New Unix/Linux refactoring (should be transparent since changes are
3321    reflected in Magick-config and ImageMagick.pc pkg-config files):
3322      /usr/local/include => /usr/local/include/ImageMagick
3323      libMagick => libMagickCore
3324      libWand => libMagickWand
3325      Magick-config (deprecated) => MagickCore-config
3326      Wand-config (deprecated) => MagickWand-config
3327      Add Magick++-config, MagickCore.pc, MagickWand.pc, Magick++.pc
3328
33292008-01-28  6.3.8-3 Cristy  <quetzlzacatenango@image...>
3330  * Liquid rescale limits the final size to twice the original size (reference
3331    http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=10536).
3332  * Read EXIF data in TIFF images; writing is pending until we can figure out
3333    how to use the libtiff delegate library to write EXIF data.
3334
33352008-01-24  6.3.8-2 Cristy  <quetzlzacatenango@image...>
3336  * Add support for liquid rescaling (e.g. -liquid-rescale).
3337  * Support a ^ meta character in an image geometry (.e.g
3338    convert 640x480.png -resize 240^ returns a 320x240 result).
3339
33402008-01-20  6.3.8-1 Cristy  <quetzlzacatenango@image...>
3341  * Fix transient bug where "identify -format '%w;%[exif:Model]'" failed to
3342    return camera model number.
3343
33442008-01-14  6.3.8-0 Cristy  <quetzlzacatenango@image...>
3345  * Monochome EPS3 images are no longer corrupt (reference
3346    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=10422).
3347  * Eliminate memory corruption with broken PICT image (reference
3348    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=10447).
3349  * Return a Grayscale colorspace for grayscale DPX image (previously
3350    returned Log colorspace).
3351  * Fix -g option for PCL6 support (reference
3352    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=10462).
3353
33542008-01-08  6.3.7-10 Cristy  <quetzlzacatenango@image...>
3355  * Only read ICON alpha mask if BPP is <= 16.
3356  * Add support for +opaque and +transparent (requested by Anthony).
3357  * Throw an exception *before* we call wmf_api_destroy() (reference
3358    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=10420).
3359
33602008-01-01  6.3.7-9 Cristy  <quetzlzacatenango@image...>
3361  * Use explicit format specifier to render transparent Adobe Illustrator
3362    files (i.e. convert ai:image.ai image.png).
3363  * Set RSVG base URI (patch provided by tsdineen).
3364
33652007-12-20  6.3.7-7 Cristy  <quetzlzacatenango@image...>
3366  * `Magick-config --version` returns Q16 instead of
3367    Q@MAGICKCORE_QUANTUM_DEPTH@.
3368  * Permit commas in numbers in certain locales (e.g. german +100,000).
3369
33702007-12-13  6.3.7-5 Cristy  <quetzlzacatenango@image...>
3371  * Added an exception reason to BlobToImage() in the event an image has no
3372    magic number and neither the image magick or filename is set.
3373  * Do not pass PhotoYCC data thru gamma-corrected lookup-table.
3374  * Fix bug in GetEXIFProperty() (reference
3375    https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=10300).
3376
33772007-12-12  6.3.7-4 Cristy  <quetzlzacatenango@image...>
3378  * Adding comments to your image is now possible with the display program.
3379
33802007-12-09  6.3.7-3 Anthony <anthony@griffith...>
3381  * Adjusted -clut multiplyer for correct handling of
3382    "-interpolation Integer" in color lookup.
3383
33842007-12-01  6.3.7-3 Cristy  <quetzlzacatenango@image...>
3385  * Fix 'insufficient image data' for DCM format (reference
3386    https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=10227).
3387  * Force a colormapped image if Palm bits-per-pixel < 16.
3388  * Fix multiple problems with Palm Data Base reader (patch from
3389    1tms@gmx.d...).
3390  * Do not exit after first image with the display --immutable option.
3391  * Update autoconf/automake/libtool configuration files.
3392  * Add support for resource limit units (e.g. -limit memory 16mb).
3393  * Return original image if gaussian blur sigma is 0.0.
3394  * Colormapped multi-image PDF's are no longer corrupt (reference
3395    https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=10258).
3396
33972007-11-27  6.3.7-2 Anthony <anthony@griffith...>
3398  * Finalisation of new resize filters, "Lagrange" self-windowing filter
3399    now adjusts automatically with different support window size.
3400  * Added "Bohman" (another 2'rd order cosine function) and "Bartlett"
3401    (triangluar) resize windowing filters.
3402  * Adjusted -clut to use a grayscale image (with no alpha) to select colors
3403    from the Lookup Table image.
3404
34052007-11-26  6.3.7-2 Cristy  <quetzlzacatenango@image...>
3406  * Not all DCM tags were being saved as image attributes (patch provided by
3407    jcupitt@gmail...).
3408  * Normalize pixel values when quantum format is floating-point.
3409  * Initialize the pixel sum to zero when averaging image pixels.
3410
34112007-11-23  6.3.7-1 Anthony <anthony@griffith...>
3412  * Bug fix in height calculation for -layers merge operation
3413
34142007-11-02  6.3.7-0 Cristy  <quetzlzacatenango@image...>
3415  * Add support for SCT grayscale images.
3416  * Fixed transparency bug for the ICO image format.
3417  * Fixed small memory leak in the caption and label coders.
3418  * Fixed -threshold option to return all white for -threshold 0 (reference
3419    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=10126).
3420
34212007-11-06  6.3.6-10 Chris Madison  <madisonblu@hotma...>
3422  * Corrected CGM delegate command in config/delegate.xml.
3423
34242007-11-05  6.3.6-9 Chris Madison  <madisonblu@hotma...>
3425  * Reclassified X server open error from fatal to non-fatal.
3426  * New SetImageAlphaChannel() method to activate, deactivate, reset, or
3427    set the image alpha channel.
3428  * Patch for Scanalytics IPLab image format for non 8-bit images
3429    (contributed by Sean Burke).
3430
34312007-11-04  6.3.6-8 Chris Madison  <madisonblu@hotma...>
3432  * Remove ctrl-M characters on in various source files.
3433  * Fix signature for Magick++ averageImages() regression tests for HDRI.
3434  * Only invoke PerlMagick x11 regression test if DISPLAY variable is set.
3435
34362007-11-03  6.3.6-7 Chris Madison  <madisonblu@hotma...>
3437  * MAGICK_ERX_SRCS should be MAGICK_EXR_SRCS in coders/Makefile.am.
3438
34392007-11-02  6.3.6-6 Cristy  <quetzlzacatenango@image...>
3440  * Upgrade to FPX version libfpx-1.2.0.14 (reference
3441    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=10041).
3442  * Modules are searched first in the directories specified by the environment
3443    variables, and then -- if the desired module is not found -- in the
3444    compiled-in path.  (reference
3445    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=10039).
3446
34472007-11-01  6.3.6-5 Cristy  <quetzlzacatenango@image...>
3448  * Update FPX regression test reference images.
3449  * Fixed Magick++ compile error for Sun Studio 10 compiler.
3450
34512007-10-25  6.3.6-4 Cristy  <quetzlzacatenango@image...>
3452  * The -equalize option now respects the -channel option.
3453
34542007-10-23  6.3.6-4 Anthony <anthony@griffith...>
3455  * Additional Filters:  Welsh, Parzen, Lagrangian
3456  * Addition of Cubic filter B,C controls
3457  * 'verbose' filter plotting output using  -define "filter:verbose"
3458
34592007-10-20  6.3.6-3 Anthony <anthony@griffith...>
3460  * Further expansion and handling of filters with expert options.
3461    -filter selects from a table of standard filter settings, while
3462    expert options allow complete selection of filter, windowing, support
3463    and blurring options.  Includes automatic switch from Sinc to Bessel
3464    for operators using 2-dimensional cylindrical filter, rather than
3465    two pass 1-dimensional orthogonal filters.
3466
34672007-10-14  6.3.6-3 Cristy  <quetzlzacatenango@image...>
3468  * Obsolete -support (set filter blur factor)
3469  * Expansion to add -set/define filter options
3470
34712007-10-12  6.3.6-2 Anthony <anthony@griffith...>
3472  * Least Squares coordinate handling added for -distort methods Affine,
3473    Perspective, Bilinear.   This allows for more than the minimal number of
3474    coordinates to be used to 'fit' a distortion function to an image.
3475    This addition will allow the use of image registration to generate
3476    panorama overviews and better geographical coordinate correction.
3477  * Consolidated the similar methods FlattenImage() and MosaicImage()
3478    into a new layers function MergeImageLayers() method, adding 'flatten'
3479    and 'mosaic' layer methods.
3480  * Addition of another similar layers method 'merge' which 'unlocks' the
3481    normal flatten/mosaic layer merger from the origin, The resulting image
3482    will have a virtual canvas of minimal size with an offset. Also images
3483    with negative offsets will not be clipped by the 'merge' form of the
3484    command.  This was created for better layering of distorted images, such
3485    as panorama overlays.
3486  * Bug fix in handling transparency for EWA resampling.
3487  * Access to Resize Filter Functions from resize.c (for resample.c)
3488    with possible future filter sources... Acquire/Destory/Call ResizeFilter()
3489  * All resize filters added to resampling, but filter handling is incomplete.
3490
34912007-10-05  6.3.6-2 Cristy  <quetzlzacatenango@image...>
3492  * The box filter no longer produces a black grid when resizing an image
3493    under Mac OS X.
3494  * Respect cropbox for PDF with a subimage specification (e.g.
3495        image.pdf[1-3]).
3496  * Detect proper PDF bounding box when offsets are negative.
3497
34982007-10-02  6.3.6-1 Cristy  <quetzlzacatenango@image...>
3499  * Speed up the Fx interpreter.
3500  * Use ULL not ui64 for MinGW 64-bit constants.
3501  * Call SyncCacheView() instead of SyncImagePixels() in WaveImage().
3502  * Close all references to a pixel cache on disk before removing the temporary
3503          file as required under Windows.
3504
35052007-09-29  6.3.6-0 Anthony <anthony@griffith...>
3506  * Added Scaling 'derivitives' to -distort Arc, so image arcing is now
3507    sharp and clear as you approach the center of the distort.
3508  * Added  " -set option:distort:viewport 'geometry' " special option
3509    that can be used to override the output image size and offset.
3510  * Fixed experimental use of -filter and -support in Resampling (more later).
3511  * Changed order for coordinate arguments in -distort (for later leastsq
3512    multiple coordinate distortion function fitting)
3513
35142007-09-22  6.3.6-0 Cristy  <quetzlzacatenango@image...>
3515  * Check the API version and quantum depth before loading a coder module or
3516          image filter (reference
3517    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=9780).
3518  * Add exception to the image filter signature.
3519  * Get the execution path under Mac OS X.
3520  * TIFFTAG_STRIPBYTECOUNTS requires a uint32 pointer (magick/compress.c).
3521  * Fixed memory leak in CloneString() (reference
3522    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=9763).
3523  * Set S_IRUSR | S_IWUSR | S_IRGRP mode when writing a file in
3524    CopyDelegateFile().
3525
35262007-09-18  6.3.5-9 Anthony <anthony@griffith...>
3527  * Bug fix for +distort in Perspective, also effected PerspectiveProjection
3528
35292007-09-17  6.3.5-10 Cristy  <quetzlzacatenango@image...>
3530  * Replace all InterpolatePixelColor() calls to use the ResamplePixelColor()
3531    method instead.
3532  * Map the display program pan icon window for each oversized image.
3533  * The ufraw delegate does not like quotes around the output filename.
3534  * Adjust the sensitivity of a few PerlMagick tests to pass the validation on
3535    a 64-bit FreeBSD system.
3536  * The -level option now works properly for colormapped images.
3537  * Allow Extrapolated blending of images using -blend
3538       http://netpbm.sourceforge.net/doc/extendedopacity.html
3539
35402007-09-12  6.3.5-9 Anthony <anthony@griffith...>
3541  * Major Addition,  Area Resampling Functions, (scaled interpolation)
3542    for pixel lookup in Distortion functions.  This improves the look in
3543    areas of minification enormously, especially in situations of infinite
3544    tiling and horizon views.  All virtual pixel methods have been handled
3545    to minimise computation time involved with area resampling.  To use the
3546    new function distortions need to be able to determine scaling vectors
3547    (distortion function derivitives) for correct working.  All
3548    -distort methods, except Arc, uses scaled area resampling.
3549  * Improvements to perspective distort method, to include the correct
3550    differentiation between the 'ground' on which the image lies, and the
3551    'sky', the color of which can be set using the -mattecolor setting
3552    (as the distortion invalid pixel color). Background color is retains
3553    for surrounding ground areas. The horizon is also correct anti-aliased
3554    and transparent colors are also allowed, allowing you to add backdrops
3555    of gradients and patterns.
3556
35572007-09-04  6.3.5-9 Cristy  <quetzlzacatenango@image...>
3558  * Read/Write Scanalytics IPLab image format (contributed by Sean Burke).
3559  * Patched ReadBlobString() to fix a off-by-one vulnerability (alert from
3560    iDefense).
3561  * Patched ReadDIBImage() to fix a sign extension vulnerability (alert from
3562    iDefense).
3563  * Patched AllocateImageColormap() to fix an integer overflow vulnerability
3564    (alert from iDefense).
3565  * Patched ReadDCMImage() to fix an integer overflow vulnerability
3566    (alert from iDefense).
3567  * Patched ReadDIBImage() to fix an integer overflow vulnerability
3568    (alert from iDefense).
3569  * Patched ReadXBMImage() to fix an integer overflow vulnerability
3570    (alert from iDefense).
3571  * Patched ReadDCMImage() to fix an denial of service vulnerability
3572    (alert from iDefense).
3573  * Patched ReadXCFImage() to fix an denial of service vulnerability
3574    (alert from iDefense).
3575  * If image size changes, don't trust DPX orientation attributes.
3576
35772007-09-04  6.3.5-9 Gozer404
3578  * Add French to the messaging system (reference
3579    http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=9601).
3580  * Add -fopenmp to MAGICK_PCFLAGS (reference
3581   http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=9608).
3582
35832007-08-14  6.3.5-7 Cristy  <quetzlzacatenango@image...>
3584  * Add -alpha {activate,deactivate,reset} option to activate, deactivate, or
3585    reset the alpha channel.
3586  * Render proper image labels for VID coder.
3587  * Resolved a conflict for the -list option.  Use -list font to list
3588          ImageMagick fonts and -list type to list image types.
3589  * Catch any errors returned by pthread_mutex_init() (problem report
3590    from devman@gmx-t...).
3591  * TransformHSL() returns a proper hue component.
3592  * Added -clut option and the ClutImage() method.
3593  * Fix glyph memory leak in AnnotateImage (reference
3594    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=9523).
3595  * Rename analyze.c to Analyze.c (reference
3596    ttp://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=9538).
3597
35982007-08-07  6.3.5-6 Anthony  <anthony@griffith...>
3599  * Enabled use of +distort to auto resize destination image to 'bestfit'
3600    the distorted input image.  This also enabled the use of virtual canvas
3601    offsets in source and destination images for most distortion methods.
3602
36032007-08-05  6.3.5-6 Cristy  <quetzlzacatenango@image...>
3604  * Remove atexit in Magick++ code to avoid possible client crash (reference
3605    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=9270).
3606
36072007-08-01  6.3.5-5 Cristy  <quetzlzacatenango@image...>
3608  * Read/Write Scanalytics IPLab image format (contributed by Sean Burke).
3609
36102007-07-30  6.3.5-5 Anthony  <anthony@griffith...>
3611  * Added -distort arc.  This update also allows the destination image
3612    size and offset to be set according to the specific distortion being
3613    applied.
3614
36152007-07-29  6.3.5-5 Cristy  <quetzlzacatenango@image...>
3616  * Set the -polaroid border color with the -bordercolor option.
3617
36182007-07-25  6.3.5-4 Cristy  <quetzlzacatenango@image...>
3619  * Remove extranous break statement so -type option properly sets the
3620    image_info->type member (reference
3621    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=9261).
3622
36232007-07-21  6.3.5-4 Anthony  <anthony@griffith...>
3624  * Allow the use of optional arguments in -distort SRT
3625
36262007-06-29  6.3.5-0 Anthony  <anthony@griffith...>
3627  * Initial addition of three Affine Distortions to -distort with the affine
3628    mapping defined by the use of;  an Affine Matrix, Coordinates of Triangles,
3629    or separate Scale-Rotate-Translate actions.
3630
36312007-06-18  6.3.5-0 Cristy  <quetzlzacatenango@image...>
3632  * Fix X11 font ascender.
3633  * Add -distort option.
3634  * Add random noise option (e.g. +noise random).
3635  * Many internal algorithms are now threaded to take advantage of speed-ups
3636    offered by the new dual and quad-core processor technologies.
3637    and quad-core processor technology.
3638  * Tiff images in the LAB colorspace are no longer identified as RGB
3639    (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=9015).
3640  * Update image color_profile and iptc_profile members in the JPEG coder
3641    (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=9063);
3642
36432007-06-13  6.3.4-10 Cristy  <quetzlzacatenango@image...>
3644  * Fix composite mask bug (reference
3645    http://www.imagemagick.org/Usage/bugs/composite_mask/).
3646  * Speed up GetPixelOpacity() method (patch from seth@price...).
3647  * Set icon image width/height before allocating the image colormap.
3648  * Remove Photoshop string segment from JPEG profile (reference
3649    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=9006).
3650
36512007-06-11  6.3.4-9 Cristy  <quetzlzacatenango@image...>
3652  * Converting a jpg to pdf is creating an empty pdf object (reference
3653    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=8954).
3654  * Respect the '-set type:hinting off option' (bug report from Richard
3655    Jones).
3656  * WritePSDImage vulnerable to exploitable heap corruption (reference
3657    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=8967).
3658
36592007-06-09  6.3.4-8 Cristy  <quetzlzacatenango@image...>
3660  * SetMagickRegistry() post-increment the value 'id' (reference
3661    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=8944).
3662
36632007-06-02  6.3.4-6 Cristy  <quetzlzacatenango@image...>
3664  * Read/write 10 & 12-bit packed DPX images.
3665  * Reduce stack requirements for messaging system.
3666  * Small memory leak for raw profiles in the PNG coder.
3667
36682007-06-01  6.3.4-5 Glenn <glennrp@image...>
3669  * Added GIF, JPEG, and PNG interlace types.  For backward compatibility,
3670    you can continue to use "-interlace Plane" to request these.
3671
36722007-04-30  6.3.4-0 Anthony  <anthony@griffith...>
3673  * Fixed minor bug in the 'curl' for Polaroid of very non-square images.
3674
36752007-06-01  6.3.4-5 Cristy  <quetzlzacatenango@image...>
3676  * Set min-is-white for Group4-compressed PDF.
3677  * Add PaintFloodfillImage() method.
3678
36792007-05-30  6.3.4-4 Cristy  <quetzlzacatenango@image...>
3680  * Add MEPP metric to compare program.  Returns the mean error per pixel
3681    along with the normalize mean and maximum error.
3682  * Attach an XMP profile to an image (e.g.
3683    convert input.tif -profile xmp:metadata.xmp output.tif).
3684
36852007-05-22  6.3.4-3 Cristy  <quetzlzacatenango@image...>
3686  * Fixed mogrify conversions with -format and -path (reference
3687    http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=9127).
3688
36892007-05-15  6.3.4-2 Cristy  <quetzlzacatenango@image...>
3690  * SVG style element was not always parsed properly.
3691  * Do not dither when the number of unique colors is already less than the
3692    maximum.
3693  * Return normalized PAE metric (compare utility).
3694
36952007-05-03  6.3.4-1 Cristy  <quetzlzacatenango@image...>
3696  * Add support for PFM images.
3697  * Check for corrupt EXIF image profiles.
3698  * Writing JPEG YCbCr TIFF images no longer faults (reference
3699    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=8896).
3700
37012007-04-30  6.3.4-0 Anthony  <anthony@griffith...>
3702  * Fixed minor bug for crop missed images and 'background' GIF disposal.
3703
37042007-04-28  6.3.4-0 Glenn  <glennrp@image...>
3705  * Added profile support to the GIF decoder/encoder.  They are stored
3706    as GIF Application Extensions.  Known extensions include existing ICCRGB1
3707    (for ICC profiles) and new MGKIPTC0 and MGK8BIM0 (for IPTC and 8BIM
3708    profiles).  Unknown extensions found in GIF files are read as gifappNNN.
3709
37102007-04-28  6.3.4-0 Anthony  <anthony@griffith...>
3711  * Invert Opacity change for user defined ordered dither threshold maps,
3712    so that 'off' map is transparent, and 'on' is opaque.
3713
37142007-04-24  6.3.4-0 Anthony  <anthony@griffith...>
3715  * Added an initial Coalesce Images, and a final +map local colortable
3716    optimization to the -layers Optimize method, for a simple to use
3717    GIF optimization operation.  (more work to come)
3718
37192007-04-22  6.3.4-0 Cristy  <quetzlzacatenango@image...>
3720  * Properly set the virtual canvas of a multi-frame GIF image sequence.
3721  * Add AcquireOneVirtualPixel() method.
3722  * Set Log colorspace properly when writing DPX images.
3723  * Add -tile-offset option.
3724  * Add support for the EXR image format.
3725  * Improve support for DPX images.
3726  * Add --enable-hdri option to the configure script.
3727  * Add support for high dynamic-range images (HDRI).
3728
37292007-04-20  6.3.3-9 Peter Hull  <peterhull90@gmail...>
3730  * Improve support for writing multiple image icons.
3731
37322007-04-18  6.3.3-9 Anthony  <anthony@griffith...>
3733  * Separated -layers Optimize from -layers OptimizeFrame to allow
3734    the former expansion into a general (multiple method) optimizer
3735    of GIF animations
3736  * merged -layers OptimizeTransparency into -layers Optimize method
3737
37382007-04-12  6.3.3-8 Chris Madison  <madisonblu@hotma...>
3739  * Fix fault whem comparing a colormapped image with a non-colormapped one.
3740  * Fix race condition when spawning delegate programs.
3741  * TIFF JPEG now respects the -quality compression setting.
3742  * The -fx option now properly groks the logical and operator.
3743  * DPX tilestamp property should be timestamp.
3744
37452007-04-13  6.3.3-7 Anthony  <anthony@griffith...>
3746  * Added GravityAdjustGeometry() to "geometry.c" to adjust geometry settings
3747    according to given gravity and canvas area it applies to. This is for
3748    code simplification throughout MagickCore.
3749
37502007-04-09  6.3.3-6 Anthony  <anthony@griffith...>
3751  * Fixed CoalesceImages() to reset virtual canvas info on second and later
3752    frames.   Other animation handlers may also need to reset virtual canvas
3753    sizes to match the first frame, as well.
3754
37552007-04-06  6.3.3-6 Anthony  <anthony@griffith...>
3756  * Addition of a CompositeImages() "layer.c" function to compose two
3757    separate image lists together (with a virtual canvas offset) in three
3758    different ways, depending on the size of the lists.
3759  * A 'hack' for command line use (the two lists separates by the special
3760    "NULL" image, which is junked) has also been added. Specifically...
3761    "-layers Composite".
3762
37632007-04-04  6.3.3-6 Anthony  <anthony@griffith...>
3764  * Add -layers RemoveDups method to remove duplicate sequential images in
3765    coalesced animations.
3766  * Add -layers RemoveZero method to remove images with a zero time delay
3767    (with no action and a warning is all images have zero time delay)
3768
37692007-04-01  6.3.3-6 Cristy  <quetzlzacatenango@image...>
3770  * Permit generic profiles (e.g. -profile name:profile).
3771
37722007-03-31  6.3.3-5 Cristy  <quetzlzacatenango@image...>
3773  * Fixed DCM and XWD buffer overflow vulnerabilities (reference
3774    http://labs.idefense.com/intelligence/vulnerabilities/display.php?id=496).
3775
37762007-03-28  6.3.3-4 Anthony  <anthony@griffith...>
3777  * Code duplication, simplification, and possible logic faults in "list.c".
3778  * Added new Composition method, 'ChangeMask' to return pixels
3779    that have changed or will cause a color change in overlays
3780  * Used 'ChangeMask' to implement the "-layers" method
3781    "OptimizeTransparency" to improve the compressibility of
3782    frame optimized GIF animations. See IM Examples...
3783      http://www.imagemagick.org/Usage/anim_opt/#opt_trans
3784
37852007-03-19  6.3.3-4 Cristy  <quetzlzacatenango@image...>
3786  * Fixed two memory leaks in wand/magick-image.c and magick/stream.c and made
3787    some minor changes to the GIF coder to make reading and pinging images
3788    faster (patch provided by mstemm@cloud...).
3789
37902007-03-19  6.3.3-3 Cristy  <quetzlzacatenango@image...>
3791  * Patch RotateImage() to properly rotate CMYK images.
3792  * Patch the XWD coder to prevent heap overflow vulnerability (vulnerability
3793    report from idefense.com [IDEF2108] [IDEF2221] [IDEF2226]).
3794
37952007-03-19  6.3.3-3 Anthony <Anthony@griffith...>
3796  * Fixed bug for GIF Optimization for images without a matte channel.
3797  * Improved image handling for "-layers" method "Dispose".
3798
37992007-03-11  6.3.3-2 Cristy  <quetzlzacatenango@image...>
3800  * Improve configure script to better support Ghostscript under Mac OSX (
3801    reference http://www.imagemagick.org/discourse-server/viewtopic.php?t=8557).
3802  * Force a virtual pixel method of Tile for GetFillColor() and
3803    GetStrokeColor().
3804  * Add -reverse option to reverse the image list.
3805
38062007-03-08  6.3.3-1 Cristy  <quetzlzacatenango@image...>
3807  * Support versions 2.1.0 and above (reference
3808    http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=8620).
3809  * Support SVG rotation about a point (e.g. rotate(45 75 75)).
3810  * Fix fault in DCM coder (reference
3811    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=8618).
3812  * Check for a NULL parser in SVGReference in coders/svg.c (reference
3813    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=8609).
3814  * Add --disable-deprecated configure script option.
3815  * Composite mask now works properly with transparent images.
3816
38172007-03-04  Daniel Kobras <kobras@debia...>
3818  * Fixed additional data-driven faults (reference
3819    http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=412945).
3820  * Allocate proper scanline length to prevent a PCX overflow.
3821
38222007-03-03  6.3.3-1 Cristy  <quetzlzacatenango@image...>
3823  * Patch ImageMagick to permit referenced labels: -set option:mylabel
3824    "color = %[pixel:u[0].p{12,26}]" label:'%[mylabel]'
3825
38262007-02-24  6.3.3-0 Cristy  <quetzlzacatenango@image...>
3827  * Escape indirect labels and comments (e.g. -label @file).
3828  * Added -format %C to return the image compression type.
3829  * Do not report channel statistics if -ping -format is specified with the
3830    identify program.
3831  * Add ResetImagePage() to reset the image page canvas and position.
3832  * Upgrade to LCMS 1.16
3833  * Configure Ghostscript for library or framework (reference
3834    http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=8557).
3835  * Add -taint option to convert/mogrify to mark image as ineligible for
3836  * Fixed various data-driven faults (reference
3837    http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=412945).  The corrupt
3838    JP2 image faults but its failing in the JP2 jas_image_decode() method,
3839    not MagickCore.  The corrupt XWD image faults but its failing in
3840    the X11 XGetPixel() method, not MagickCore.
3841
38422007-02-20  6.3.2-8 Cristy  <quetzlzacatenango@image...>
3843  * Use -define quantum:polarity=min-is-black or -define
3844    quantum:polarity=min-is-white to toggle the photometric interpretation for
3845    a bilevel TIFF image.
3846
38472007-02-17  6.3.2-8 Cristy  <quetzlzacatenango@image...>
3848  * Don't interpret embedded format characters when reading comments/labels
3849    from a file.
3850  * Reading an image from stdin stopped working.
3851
38522007-02-17  6.3.2-7 Cristy  <quetzlzacatenango@image...>
3853  * PerlMagick Label() no longer faults.
3854  * Fix double-free when using the display/animate -geometry option.
3855  * Add GetStringInfoLength() and GetStringInfoDatum(); deprecate
3856    profile->length and profile->datum.
3857
38582007-02-16  6.3.2-6 Cristy  <quetzlzacatenango@image...>
3859  * Fix file leak in InjectImageBlob().
3860  * Do not reinterpret image properties (e.g. -comment %%w).
3861
38622007-02-14  6.3.2-5 Cristy  <quetzlzacatenango@image...>
3863  * Don't over-allocate file buffers.
3864
38652007-02-12  6.3.2-5 Cristy  <quetzlzacatenango@image...>
3866  * Format strings in the POSIX locale.
3867  * Make font metrics invariant to the strokewidth.
3868
38692007-02-10  6.3.2-4 Albert Chin  <china@thewr...>
3870  * Patch to fix configure.ac typo.
3871
38722007-02-08  6.3.2-4 Cristy  <quetzlzacatenango@image...>
3873  * Permit ImageMagick to run as a service under Windows.
3874  * Remove duplicate EXIF properties.
3875  * Support strokewidth option for the caption format.
3876  * Don't use Ghostscript for rendering fonts if Freetype is available.
3877
38782007-02-02  6.3.2-3 Cristy  <quetzlzacatenango@image...>
3879  * Added thumbnail format to write EXIF thumbnails.
3880  * Move ReadByteImage() out of Min() macro of ReadPALMImage().
3881  * Move EXIF properties to the EXIF namespace (e.g. exif:XResolution).
3882
38832007-01-26  6.3.2-2 Cristy  <quetzlzacatenango@image...>
3884  * Add interpolate and background options to PerlMagick's AffineTransform().
3885  * Revert to Postscript rendering if Freetype delegate library is not
3886    available.
3887
38882007-01-20  6.3.2-1 Cristy  <quetzlzacatenango@image...>
3889  * Accept Fx expressions from a file with -fx @filename.
3890  * Enhance -fill and -stroke to accept image filenames as patterns.
3891
38922007-01-16  6.3.2-0 Cristy  <quetzlzacatenango@image...>
3893  * Save grayscale images as JPEG-compressed grayscale when writing in the TIFF
3894    format.
3895  * Update EXIF resolution fields when image density changes.
3896
38972007-01-07  6.3.1-7 Cristy  <quetzlzacatenango@image...>
3898  * The -polaroid option now respects -gravity.
3899  * Deprecate Get/SetImageAttribute().  Recommend Get/SetImageProperty()
3900    instead.
3901  * Any form of "-crop" with a percentage, implies an offset for the crop.
3902  * Fixed percent option for -border (e.g. -border 10%x0%).
3903  * Add -path option to the mogrify program to specify where to write the
3904    images.
3905
39062007-01-06  6.3.1-6 Cristy  <quetzlzacatenango@image...>
3907  * Fix the -auto-orient to work with an image sequence (reference
3908    http://www.imagemagick.org/discourse-server/viewtopic.php?t=8100).
3909  * Add -polaroid option to simulate a Polaroid picture.
3910  * Eliminate double-free bug in GradientImage().
3911  * Set AppendImage() matte channel only when image has matte attribute set.
3912  * The -crop with negative offsets do not modify the virtual canvas.
3913  * Caption: Given both the width and height ("-size") of the area to fill,
3914    adjust the fonts "-pointsize" until the text just filles the whole space
3915    without overflowing.
3916  * Generate proper Windows icon image files (patch provided by
3917    Robert M. Jansen).
Note: See TracBrowser for help on using the repository browser.