root / ImageMagick / trunk / ChangeLog

Revision 11656, 42.5 kB (checked in by cristy, 40 hours ago)
Line 
12008-07-17  6.4.2-4 Cristy  <quetzlzacatenango@image...>
2  * Fixed cache nexus threading problem to avoid spurious assertions when
3    calling the DistortImage() method.
4
52008-07-17  6.4.2-4 Anthony <anthony@griffith...>
6  * New distortions  Shepards which provide semi-localized distorts of single
7    points within an image.  Almost like taffy pulling!
8
92008-07-12  6.4.2-2 Anthony <anthony@griffith...>
10  * Separate coefficient calculation from DistortImages (future development)
11  * Perspective and Bilinear Distortions fallback to Affine
12    when less than 4 point pairs are provided.
13  * Affine Distortion now handles 2 point pairs (SRT of a single line)
14    and a simple translation if only a single point pair is provided.
15  * Added 'verbose' output of some of the distortion equations generated
16  * Initial addition of polynomal distortion (incomplete - not working yet)
17
182008-06-29  6.4.2-2 Cristy  <quetzlzacatenango@image...>
19  * Add log2 and round as -fx operators.
20  * Add log and round as -evaluate operator.
21  * Add -deskew option to straighten an image.
22
232008-06-22  6.4.2-1 Cristy  <quetzlzacatenango@image...>
24  * Use the source image interpolation method when drawing an affine image.
25
262008-06-24  6.4.2-1 Anthony <anthony@griffith...>
27  * Added new operator  +/-level-colors which will 'level' images based
28    on colors to use for the black and white points. This lets to adjust
29    the image in terms of mapping the given colors from/to black and white
30    respectivally.
31
322008-06-23  6.4.2-0 Christian Lackas <christian@lacka...>
33  * Fix a problem with calling mpeg2encode with parameters (%o/%i) in wrong
34    order.
35
362008-06-22  6.4.2-0 Cristy  <quetzlzacatenango@image...>
37  * Refactor additional ImageMagick algorithms for OpenMP support.
38
392008-06-25  6.4.1-9 Cristy  <quetzlzacatenango@image...>
40  * Add pow as an -evaluate operation, using normalized values
41
422008-06-18  6.4.1-9 Anthony <anthony@griffith...>
43  * Added a  LevelizeImageChannels() which is simular to LevelImageChannels()
44    Function maps black and white values to the given level values.
45    Rather than mapping the given level values to black and white.
46    Bacically a 'reverse-level' function, with different input args.
47  * Set  +level  or a '!' flag in -level or LevelImage() to call
48    the new 'reverse-level' function LevelizeImageChannels().
49  * More work on IsMagickColorSimular() to fix relationship between
50    transparent-black and opaque-black, which was matched as 'simular'.
51    Also attempts to fix 'K' channel handling for CMYK colorspace.
52    More work on this to come.
53
542008-06-25  6.4.1-9 Cristy  <quetzlzacatenango@image...>
55  * The TXT format correctly reports alpha channel (reference
56    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=11478).
57  * MONOTCHROME1 Dicom images are not longer inverted (reference
58    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=11492).
59
602008-06-13  6.4.1-8 Anthony <anthony@griffith...>
61  * Fixed IsMagickColorSimular() as used by -opauqe and -transparent
62    so as to understand that the Hue Channel is cyclic by nature
63
642008-06-08  6.4.1-8 Cristy  <quetzlzacatenango@image...>
65  * The -sketch option is working again (reference
66    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=11454).
67
682008-06-08  6.4.1-7 Cristy  <quetzlzacatenango@image...>
69  * More algorithms refactored to support a threaded cache view.
70  * EPS2 output only 1/3 of image when using LZW or rle compress (reference
71    http://www.imagemagick.org/discourse-server/viewforum.php?f=3).
72  * ISO C++ 1998 does not support 'long long' (reference
73    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=11405).
74  * Patch GetMagickMemoryHandlers() to return the properly return the memory
75    handler addresses.
76  * Generate histogram comment if # unique colors exceed 1024 (reference
77    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=11434).
78
792008-06-03  6.4.1-6 Marton Bokor  <marton.bokor@gfthu....>
80  * Reading EMF files containing non-ascii characters no longer fails for
81          UTF8 encoded paths on Windows XP.
82
832008-06-03  6.4.1-6 Cristy  <quetzlzacatenango@image...>
84  * The -colorspace option is an operator, not a setting.
85
862008-05-31  6.4.1-5 rsnel <rik@snel....>
87  * gif.c misreads Gifs in which LZW codes are split across three datablocks.
88
892008-05-31  6.4.1-4 Matthew Clark <mclark@gorge...>
90  * Patches to the JPEG and DCM coders to fix a few problems reading
91    certain DCM image types.
92
932008-05-15  6.4.1-4 Cristy  <quetzlzacatenango@image...>
94  * Interpreting the -set option is no longer delayed.
95  * Add AcquireCacheViews() and DestroyCachewViews() to the API.
96  * Call DrawAffineImage() instead of CompositeImage() (reference
97    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=11288).
98  * Throw exception for TIFF compression not support (reference
99    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=11289).
100  * The +opaque option now recognizes its required argument (reference
101    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=11298).
102  * The -background and -virtual-pixel settings are now applied correctly
103    across parenthesis.
104  * Only reset the exception signature if the relinquish memory is MagickTrue.
105  * Correct recolor equation for computing opacity (referencee
106    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=11346).
107  * Set midpoint when scaling JP2 images.
108  * Semaphores must be passed by reference when destroyed for reliable thread
109    locks.
110
1112008-05-13  6.4.1-3 Cristy  <quetzlzacatenango@image...>
112  * MagickGetResource(): resources are MagickSizeType not unsigned long.
113
1142008-05-11  6.4.1-2 Cristy  <quetzlzacatenango@image...>
115  * Import: properly handle a hierarchy of subwindows under X11.
116  * Refactor quantum pixel processor to inprove ease of use and speed.
117
1182008-05-09  6.4.1-2 Leonardo de Paula Rosa Piga <lpiga@terra...>
119  * OpenMP patch for sepia-tone effect.
120
1212008-05-08  6.4.1-2 Bruno Cardoso Lopes <bruno.cardoso@gmail...>
122  * OpenMP patch for NormalizeImage() & TintImage()
123
1242008-05-06  6.4.1-2 <cristiannomartins@gmail...>
125  * OpenMP patch for GetImageChannelDepth().
126  * Set depth to 32 when saving MIFF HDRI image files.
127
1282008-05-05  6.4.1-2 <joao.vita@gmail...>
129  * OpenMP patch for OilPaintImage Function
130
1312008-05-05  6.4.1-2 Sean Patrick Burke  <seanburk@gmail...>
132  * Update IPLab coder (reference
133    http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=11200). 
134
1352008-05-02  6.4.1-1 Cristy  <quetzlzacatenango@image...>
136  * Return correct result for -fx luminence.
137  * Restore missing break so that PGM images remain PGM.
138  * Speed up the processing of ASCII PNM files.
139  * Return the correct number of MNG images for PingImage().
140
1412008-05-01  6.4.1-0 Cristy  <quetzlzacatenango@image...>
142  * Remove C++ style comments from source.
143  * Center motion blur kernel.
144  * Reenable dithering for -monochrome option.
145
1462008-04-24  6.4.0-11 Cristy  <quetzlzacatenango@image...>
147  * For color reduction, use maximum tree depth if image has 1024 or less
148    unique colors.
149  * Use a uniform convolution filter for motion blur (reference
150    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=11122).
151  * Add 'mean' and 'std' symbols to the Fx expression parser.
152
1532008-04-20  6.4.0-10 Chris Madison  <madisonblu@hotma...>
154  * Updated to the latest autoconf/automake/libtool scripts.
155  * Default to HSL colorspace when modulating (reference
156    http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=11073).
157  * The -regard-warnings option properly returns a program status of 1 if and
158    only if a warning or error exception is thrown.
159  * Report 'no clip path defined' exception for -clip-path option (reference
160    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=11098).
161
1622008-04-16  6.4.0-8 Cristy  <quetzlzacatenango@image...>
163  * Distinquish between pre and post processing of image list options.
164  * Return MagickTrue if InvokeDynamicImageFilter() does not generate an
165    exception (reference
166                http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=11065).
167
1682008-04-16  6.4.0-7 Glenn Randers-Pehrson <glennrp@image...>
169  * Instead of masking the PNG tRNS values when reducing from 16-bit,
170    set image->matte to MagickFalse and emit a warning.  This will produce
171    behavior similar to that of libpng-1.2.27 (and libpng-1.2.19 and earlier).
172
1732008-04-12  6.4.0-7 Cristy  <quetzlzacatenango@image...>
174  * Fix fault for animate -window root image.gif.
175  * Use GetImagePixels() rather than SetImagePixels() when making multiple
176    passes and setting image pixels (reference
177    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=11022).
178
1792008-04-10  6.4.0-6 Cristy  <quetzlzacatenango@image...>
180  * Compile error in coders/avi.c when JPEG delegate library is unavailable.
181
1822008-04-09  6.4.0-5 Glenn Randers-Pehrson <glennrp@image...>
183  * Mask the PNG tRNS values when reducing from 16-bit, in accordance with
184    the PNG specification, instead of scaling them.
185
1862008-04-09  6.4.0-5 Glenn Randers-Pehrson <glennrp@image...>
187  * Revised png.c to avoid saving unknown chunk types that will never
188    be used later.  This prevents the vulnerability described in
189    CVE-2008-1382, with respect to all unknown chunks except vpAg.
190    To handle an invalid, zero-length vpAg chunk properly will require
191    libpng-1.2.27 or later.
192
1932008-04-04  6.4.0-5 Cristy  <quetzlzacatenango@image...>
194  * Use mplayer delegate if ImageMagick does not grok AVI op code.
195  * Use proper rounding for the -fx intensity expression.
196
1972008-03-26  6.4.0-4 Cristy  <quetzlzacatenango@image...>
198  * Fix +swap option so it no longer throws an assertion.
199  * Return correct min/max for grayscale JPEG images (e.g. -format %[min]).
200
2012008-03-26  6.4.0-1 Cristy  <quetzlzacatenango@image...>
202 * Rewrote patch so that writing pyramid TIFF images no longer fails if a
203   tile size is specified (e.g. ptif:image.tif[128x128]).
204 * Malformed use of caption no longer consumes memory (reference
205   http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=10914).
206 * Don't run Ghostscript twice (reference
207   http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=10922).
208
2092008-03-21  6.4.0-0 Cristy  <quetzlzacatenango@image...>
210  * SpreadImage() no longer introduces noise into the resulting image (reference
211                http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=10892).
212  * Properly handle min-is-white TIFF gray scale images.
213  * Use CompositeImage() instead of DrawAffineImage() if the affine expansion
214    factor is 1.0.
215
2162008-03-20  6.3.9-10 Cristy  <quetzlzacatenango@image...>
217  * Writing pyramid TIFF images no longer fails if a tile size is specified
218    (e.g. ptif:image.tif[128x128]).
219  * Reset page geometry when interactively cropping an image with the display
220    program.
221
2222008-03-18  6.3.9-9 Cristy  <quetzlzacatenango@image...>
223  * With a single swap argument should swap the image with the *last* image.
224
2252008-03-16  6.3.9-8 Cristy  <quetzlzacatenango@image...>
226  * Make sure we don't sync a blob after it has been closed.
227
2282008-03-14  6.3.9-7 Cristy  <quetzlzacatenango@image...>
229  * Patch mpeg:encode delegate to properly produce an MPEG image sequence.
230
2312008-03-11  6.3.9-6 Cristy  <quetzlzacatenango@image...>
232  * Support both GTK and CAIRO interfaces to RSVG (reference
233    ttp://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=10802).
234  * Display colormapped PNG images with alpha properly (reference
235    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=10819).
236
2372008-03-09  6.3.9-5 Cristy  <quetzlzacatenango@image...>
238  * Define inline to _magickcore_inline (to satisfy HP's aCC compiler).
239
2402008-03-08  6.3.9-4 Cristy  <quetzlzacatenango@image...>
241  * The rsvg delegate library depends on cairo-svg.
242  * Account for min-is-white 8-bit gray TIFF images.
243
2442008-02-29  6.3.9-2 Cristy  <quetzlzacatenango@image...>
245  * Add support for the Postable Document Archive Format.
246  * Add support for Braille images.
247  * Add support for DDS images (contributed by Bianca van Schaik).
248  * Add GetImageAlphaChannel() method.
249  * PSD clipping paths are once again recognized.
250
2512008-02-24  6.3.9-1 Cristy  <quetzlzacatenango@image...>
252  * Return the actual image format for HTTP: or FTP: format (reference
253        http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=10715).
254  * Fix so image.quantize(true) returns error as expected (reference
255    http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=10735).
256
2572008-02-20  6.3.9-0 Cristy  <quetzlzacatenango@image...>
258  * Fixed a small memory leak (8 bytes) in TransformImages().
259  * Render to Cairo surface rather than a GDK buffer when rendering SVG.
260  * Identify now reports both actual and reported image depths (reference
261    http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=10716).
262
2632008-02-17  6.3.8-10 Cristy  <quetzlzacatenango@image...>
264  * Speed up converting large PDF/PS images when only selecting a few pages
265    (e.g. pdffile.pdf[195-199]).
266  * Deprecate HSLTransform() and TransformHSL().
267
2682008-02-16  6.3.8-9 Cristy  <quetzlzacatenango@image...>
269  * Fix Magick++-config script to reflect the MagickWand / MagickCore
270    dependencies.
271
2722008-02-14  6.3.8-7 Cristy  <quetzlzacatenango@image...>
273  * Promote colormapped to truecolor images when enciphering.
274
2752008-02-08  6.3.8-6 Cristy  <quetzlzacatenango@image...>
276  * Add EncipherImage() / DecipherImage() methods.
277  * Add -encipher / -decipher options to the command-line utilities.
278
2792008-02-03  6.3.8-5 Cristy  <quetzlzacatenango@image...>
280  * New Unix/Linux refactoring (should be transparent since changes are
281    reflected in Magick-config and ImageMagick.pc pkg-config files):
282      /usr/local/include => /usr/local/include/ImageMagick
283      libMagick => libMagickCore
284      libWand => libMagickWand
285      Magick-config (deprecated) => MagickCore-config
286      Wand-config (deprecated) => MagickWand-config
287      Add Magick++-config, MagickCore.pc, MagickWand.pc, Magick++.pc
288
2892008-01-28  6.3.8-3 Cristy  <quetzlzacatenango@image...>
290  * Liquid rescale limits the final size to twice the original size (reference
291    http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=10536).
292  * Read EXIF data in TIFF images; writing is pending until we can figure out
293    how to use the libtiff delegate library to write EXIF data.
294
2952008-01-24  6.3.8-2 Cristy  <quetzlzacatenango@image...>
296  * Add support for liquid rescaling (e.g. -liquid-rescale).
297  * Support a ^ meta character in an image geometry (.e.g
298    convert 640x480.png -resize 240^ returns a 320x240 result).
299
3002008-01-20  6.3.8-1 Cristy  <quetzlzacatenango@image...>
301  * Fix transient bug where "identify -format '%w;%[exif:Model]'" failed to
302    return camera model number.
303
3042008-01-14  6.3.8-0 Cristy  <quetzlzacatenango@image...>
305  * Monochome EPS3 images are no longer corrupt (reference
306    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=10422).
307  * Eliminate memory corruption with broken PICT image (reference
308    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=10447).
309  * Return a Grayscale colorspace for grayscale DPX image (previously
310    returned Log colorspace).
311  * Fix -g option for PCL6 support (reference
312    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=10462).
313
3142008-01-08  6.3.7-10 Cristy  <quetzlzacatenango@image...>
315  * Only read ICON alpha mask if BPP is <= 16.
316  * Add support for +opaque and +transparent (requested by Anthony).
317  * Throw an exception *before* we call wmf_api_destroy() (reference
318    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=10420).
319
3202008-01-01  6.3.7-9 Cristy  <quetzlzacatenango@image...>
321  * Use explicit format specifier to render transparent Adobe Illustrator
322    files (i.e. convert ai:image.ai image.png).
323  * Set RSVG base URI (patch provided by tsdineen).
324
3252007-12-20  6.3.7-7 Cristy  <quetzlzacatenango@image...>
326  * `Magick-config --version` returns Q16 instead of
327    Q@MAGICKCORE_QUANTUM_DEPTH@.
328  * Permit commas in numbers in certain locales (e.g. german +100,000).
329
3302007-12-13  6.3.7-5 Cristy  <quetzlzacatenango@image...>
331  * Added an exception reason to BlobToImage() in the event an image has no
332    magic number and neither the image magick or filename is set.
333  * Do not pass PhotoYCC data thru gamma-corrected lookup-table.
334  * Fix bug in GetEXIFProperty() (reference
335    https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=10300).
336
3372007-12-12  6.3.7-4 Cristy  <quetzlzacatenango@image...>
338  * Adding comments to your image is now possible with the display program.
339
3402007-12-09  6.3.7-3 Anthony <anthony@griffith...>
341  * Adjusted -clut multiplyer for correct handling of
342    "-interpolation Integer" in color lookup.
343
3442007-12-01  6.3.7-3 Cristy  <quetzlzacatenango@image...>
345  * Fix 'insufficient image data' for DCM format (reference
346    https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=10227).
347  * Force a colormapped image if Palm bits-per-pixel < 16.
348  * Fix multiple problems with Palm Data Base reader (patch from
349    1tms@gmx.d...).
350  * Do not exit after first image with the display --immutable option.
351  * Update autoconf/automake/libtool configuration files.
352  * Add support for resource limit units (e.g. -limit memory 16mb).
353  * Return original image if gaussian blur sigma is 0.0.
354  * Colormapped multi-image PDF's are no longer corrupt (reference
355    https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=10258).
356
3572007-11-27  6.3.7-2 Anthony <anthony@griffith...>
358  * Finalisation of new resize filters, "Lagrange" self-windowing filter
359    now adjusts automatically with different support window size.
360  * Added "Bohman" (another 2'rd order cosine function) and "Bartlett"
361    (triangluar) resize windowing filters.
362  * Adjusted -clut to use a grayscale image (with no alpha) to select colors
363    from the Lookup Table image.
364
3652007-11-26  6.3.7-2 Cristy  <quetzlzacatenango@image...>
366  * Not all DCM tags were being saved as image attributes (patch provided by
367    jcupitt@gmail...).
368  * Normalize pixel values when quantum format is floating-point.
369  * Initialize the pixel sum to zero when averaging image pixels.
370
3712007-11-23  6.3.7-1 Anthony <anthony@griffith...>
372  * Bug fix in height calculation for -layers merge operation
373
3742007-11-02  6.3.7-0 Cristy  <quetzlzacatenango@image...>
375  * Add support for SCT grayscale images.
376  * Fixed transparancy bug for the ICO image format.
377  * Fixed small memory leak in the caption and label coders.
378  * Fixed -threshold option to return all white for -threshold 0 (reference
379    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=10126).
380
3812007-11-06  6.3.6-10 Chris Madison  <madisonblu@hotma...>
382  * Corrected CGM delegate command in config/delegate.xml.
383
3842007-11-05  6.3.6-9 Chris Madison  <madisonblu@hotma...>
385  * Reclassified X server open error from fatal to non-fatal.
386  * New SetImageAlphaChannel() method to activate, deactivate, reset, or
387    set the image alpha channel.
388  * Patch for Scanalytics IPLab image format for non 8-bit images
389    (contributed by Sean Burke).
390
3912007-11-04  6.3.6-8 Chris Madison  <madisonblu@hotma...>
392  * Remove ctrl-M characters on in various source files.
393  * Fix signature for Magick++ averageImages() regression tests for HDRI.
394  * Only invoke PerlMagick x11 regression test if DISPLAY variable is set.
395
3962007-11-03  6.3.6-7 Chris Madison  <madisonblu@hotma...>
397  * MAGICK_ERX_SRCS should be MAGICK_EXR_SRCS in coders/Makefile.am.
398
3992007-11-02  6.3.6-6 Cristy  <quetzlzacatenango@image...>
400  * Upgrade to FPX version libfpx-1.2.0.14 (reference
401    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=10041).
402  * Modules are searched first in the directories specified by the environment
403    variables, and then -- if the desired module is not found -- in the
404    compiled-in path.  (reference
405    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=10039).
406
4072007-11-01  6.3.6-5 Cristy  <quetzlzacatenango@image...>
408  * Update FPX regression test reference images.
409  * Fixed Magick++ compile error for Sun Studio 10 compiler.
410
4112007-10-25  6.3.6-4 Cristy  <quetzlzacatenango@image...>
412  * The -equalize option now respects the -channel option.
413
4142007-10-23  6.3.6-4 Anthony <anthony@griffith...>
415  * Additional Filters:  Welsh, Parzen, Lagrangian
416  * Addition of Cubic filter B,C controls
417  * 'verbose' filter plotting output using  -define "filter:verbose"
418
4192007-10-20  6.3.6-3 Anthony <anthony@griffith...>
420  * Further expandsion and handling of filters with expert options.
421    -filter selects from a table of standard filter settings, while
422    expert options allow complete selection of filter, windowing, support
423    and blurring options.  Includes automatic switch from Sinc to Bessel
424    for operators using 2 dimentional cylindrical filter, rather than
425    two pass 1 dimentional orthogonal filters.
426
4272007-10-14  6.3.6-3 Cristy  <quetzlzacatenango@image...>
428  * Obsolete -support (set filter blur factor)
429  * Expandsion to add -set/define filter options
430
4312007-10-12  6.3.6-2 Anthony <anthony@griffith...>
432  * Least Squares coordinate handling added for -distort methods Affine,
433    Perspective, Bilinear.   This allows for more than the minimal number of
434    coordinates to be used to 'fit' a distortion function to an image.
435    This addition will allow the use of image registration to generate
436    panarama overviews and better geographical coordinate correction.
437  * Cosolidated the simular methods FlattenImage() and MosaicImage()
438    into a new layers function MergeImageLayers() method, adding 'flatten'
439    and 'mosaic' layer methods.
440  * Addition of another simular layers method 'merge' which 'unlocks' the
441    normal flatten/mosaic layer merger from the origin, The resulting image
442    will have a virtual canvas of minimal size with an offset. Also images
443    with negative offsets will not be clipped by the 'merge' form of the
444    command.  This was created for better layering of distorted images, such
445    as panarama overlays.
446  * Bug fix in handling transparency for EWA resampling.
447  * Access to Resize Filter Functions from resize.c (for resample.c)
448    with posible future filter sources... Acquire/Destory/Call ResizeFilter()
449  * All resize filters added to resampling, but filter handling is incomplete.
450
4512007-10-05  6.3.6-2 Cristy  <quetzlzacatenango@image...>
452  * The box filter no longer produces a black grid when resizing an image
453    under Mac OS X.
454  * Respect cropbox for PDF with a subimage specification (e.g.
455        image.pdf[1-3]).
456  * Detect proper PDF bounding box when offsets are negative.
457
4582007-10-02  6.3.6-1 Cristy  <quetzlzacatenango@image...>
459  * Speed up the Fx interpreter.
460  * Use ULL not ui64 for MinGW 64-bit constants.
461  * Call SyncCacheView() instead of SyncImagePixels() in WaveImage().
462  * Close all references to a pixel cache on disk before removing the temporary
463          file as required under Windows.
464
4652007-09-29  6.3.6-0 Anthony <anthony@griffith...>
466  * Added Scaling 'derivitives' to -distort Arc, so image arcing is now
467    sharp and clear as you approach the center of the distort.
468  * Added  " -set option:distort:viewport 'geometry' " special option
469    that can be used to override the output image size and offset.
470  * Fixed experimental use of -filter and -support in Resampling (more later).
471  * Changed order for coordinate arguments in -distort (for later leastsq
472    multiple coordinate distortion function fitting)
473
4742007-09-22  6.3.6-0 Cristy  <quetzlzacatenango@image...>
475  * Check the API version and quantum depth before loading a coder module or
476          image filter (reference
477    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=9780).
478  * Add exception to the image filter signature.
479  * Get the execution path under Mac OS X.
480  * TIFFTAG_STRIPBYTECOUNTS requires a uint32 pointer (magick/compress.c).
481  * Fixed memory leak in CloneString() (reference
482    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=9763).
483  * Set S_IRUSR | S_IWUSR | S_IRGRP mode when writing a file in
484    CopyDelegateFile().
485
4862007-09-18  6.3.5-9 Anthony <anthony@griffith...>
487  * Bug fix for +distort in Perspective, also effected PerspectiveProjection
488
4892007-09-17  6.3.5-10 Cristy  <quetzlzacatenango@image...>
490  * Replace all InterpolatePixelColor() calls to use the ResamplePixelColor()
491    method instead.
492  * Map the display program pan icon window for each oversized image.
493  * The ufraw delegate does not like quotes around the output filename.
494  * Adjust the sensitivity of a few PerlMagick tests to pass the validation on
495    a 64-bit FreeBSD system.
496  * The -level option now works properly for colormapped images.
497  * Allow Extrapolated blending of images using -blend
498       http://netpbm.sourceforge.net/doc/extendedopacity.html
499
5002007-09-12  6.3.5-9 Anthony <anthony@griffith...>
501  * Major Addition,  Area Resampling Functions, (scaled interpolation)
502    for pixel lookup in Distortion functions.  This improves the look in
503    areas of minification enormousally, especially in situations of infinite
504    tiling and horizon views.  All virtual pixel methods have been handled
505    to minimise computation time involved with area resampling.  To use the
506    new function distortions need to be able to determine scaling vectors
507    (distortion function derivitives) for correct working.  All
508    -distort methods, except Arc, uses scaled area resampling.
509  * Improvements to perspective distort method, to include the correct
510    differentation between the 'ground' on which the image lies, and the
511    'sky', the color of which can be set using the -mattecolor setting
512    (as the distortion invalid pixel color). Background color is retains
513    for surrounding ground areas. The horizon is also correct anti-aliased
514    and transparent colors are also allowed, allowing you to add backdrops
515    of gradients and patterns.
516
5172007-09-04  6.3.5-9 Cristy  <quetzlzacatenango@image...>
518  * Read/Write Scanalytics IPLab image format (contributed by Sean Burke).
519  * Patched ReadBlobString() to fix a off-by-one vulnerability (alert from
520    iDefense).
521  * Patched ReadDIBImage() to fix a sign extension vulnerability (alert from
522    iDefense).
523  * Patched AllocateImageColormap() to fix an integer overflow vulnerability
524    (alert from iDefense).
525  * Patched ReadDCMImage() to fix an integer overflow vulnerability
526    (alert from iDefense).
527  * Patched ReadDIBImage() to fix an integer overflow vulnerability
528    (alert from iDefense).
529  * Patched ReadXBMImage() to fix an integer overflow vulnerability
530    (alert from iDefense).
531  * Patched ReadDCMImage() to fix an denial of service vulnerability
532    (alert from iDefense).
533  * Patched ReadXCFImage() to fix an denial of service vulnerability
534    (alert from iDefense).
535  * If image size changes, don't trust DPX orientation attributes.
536
5372007-09-04  6.3.5-9 Gozer404
538  * Add French to the messaging system (reference
539    http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=9601).
540  * Add -fopenmp to MAGICK_PCFLAGS (reference
541   http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=9608).
542
5432007-08-14  6.3.5-7 Cristy  <quetzlzacatenango@image...>
544  * Add -alpha {activate,deactivate,reset} option to activate, deactivate, or
545    reset the alpha channel.
546  * Render proper image labels for VID coder.
547  * Resolved a conflict for the -list option.  Use -list font to list
548          ImageMagick fonts and -list type to list image types.
549  * Catch any errors returned by pthread_mutex_init() (problem report
550    from devman@gmx-t...).
551  * TransformHSL() returns a proper hue component.
552  * Added -clut option and the ClutImage() method.
553  * Fix glyph memory leak in AnnotateImage (reference
554    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=9523).
555  * Rename analyze.c to Analyze.c (reference
556    ttp://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=9538).
557
5582007-08-07  6.3.5-6 Anthony  <anthony@griffith...>
559  * Enabled use of +distort to auto resize destination image to 'bestfit'
560    the distorted input image.  This also enabled the use of virtual canvas
561    offsets in source and destination images for most distortion methods.
562
5632007-08-05  6.3.5-6 Cristy  <quetzlzacatenango@image...>
564  * Remove atexit in Magick++ code to avoid possible client crash (reference
565    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=9270).
566
5672007-08-01  6.3.5-5 Cristy  <quetzlzacatenango@image...>
568  * Read/Write Scanalytics IPLab image format (contributed by Sean Burke).
569
5702007-07-30  6.3.5-5 Anthony  <anthony@griffith...>
571  * Added -distort arc.  This update also allows the destination image
572    size and offset to be set according to the specific distortion being
573    applied.
574
5752007-07-29  6.3.5-5 Cristy  <quetzlzacatenango@image...>
576  * Set the -poloroid border color with the -bordercolor option.
577
5782007-07-25  6.3.5-4 Cristy  <quetzlzacatenango@image...>
579  * Remove extranous break statement so -type option properly sets the
580    image_info->type member (reference
581    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=9261).
582
5832007-07-21  6.3.5-4 Anthony  <anthony@griffith...>
584  * Allow the use of optional arguments in -distort SRT
585
5862007-06-29  6.3.5-0 Anthony  <anthony@griffith...>
587  * Initial addition of three Affine Distortions to -distort with the affine
588    mapping defined by the use of;  an Affine Matrix, Coordinates of Triangles,
589    or separate Scale-Rotate-Translate actions.
590
5912007-06-18  6.3.5-0 Cristy  <quetzlzacatenango@image...>
592  * Fix X11 font ascender.
593  * Add -distort option.
594  * Add random noise option (e.g. +noise random).
595  * Many internal algorithms are now threaded to take advantage of speed-ups
596    offered by the new dual and quad-core processor technologies.
597    and quad-core processor technology.
598  * Tiff images in the LAB colorspace are no longer identified as RGB
599    (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=9015).
600  * Update image color_profile and iptc_profile members in the JPEG coder
601    (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=9063);
602
6032007-06-13  6.3.4-10 Cristy  <quetzlzacatenango@image...>
604  * Fix composite mask bug (reference
605    http://www.imagemagick.org/Usage/bugs/composite_mask/).
606  * Speed up GetPixelOpacity() method (patch from seth@price...).
607  * Set icon image width/height before allocating the image colormap.
608  * Remove Photoshop string segment from JPEG profile (reference
609    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=9006).
610
6112007-06-11  6.3.4-9 Cristy  <quetzlzacatenango@image...>
612  * Converting a jpg to pdf is creating an empty pdf object (reference
613    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=8954).
614  * Respect the '-set type:hinting off option' (bug report from Richard
615    Jones).
616  * WritePSDImage vulnerable to exploitable heap corruption (reference
617    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=8967).
618
6192007-06-09  6.3.4-8 Cristy  <quetzlzacatenango@image...>
620  * SetMagickRegistry() post-increment the value 'id' (reference
621    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=8944).
622
6232007-06-02  6.3.4-6 Cristy  <quetzlzacatenango@image...>
624  * Read/write 10 & 12-bit packed DPX images.
625  * Reduce stack requirements for messaging system.
626  * Small memory leak for raw profiles in the PNG coder.
627
6282007-06-01  6.3.4-5 Glenn <glennrp@image...>
629  * Added GIF, JPEG, and PNG interlace types.  For backward compatibility,
630    you can continue to use "-interlace Plane" to request these.
631
6322007-04-30  6.3.4-0 Anthony  <anthony@griffith...>
633  * Fixed minor bug in the 'curl' for Polaroid of very non-square images.
634
6352007-06-01  6.3.4-5 Cristy  <quetzlzacatenango@image...>
636  * Set min-is-white for Group4-compressed PDF.
637  * Add PaintFloodfillImage() method.
638
6392007-05-30  6.3.4-4 Cristy  <quetzlzacatenango@image...>
640  * Add MEPP metric to compare program.  Returns the mean error per pixel
641    along with the normalize mean and maximum error.
642  * Attach an XMP profile to an image (e.g.
643    convert input.tif -profile xmp:metadata.xmp output.tif).
644
6452007-05-22  6.3.4-3 Cristy  <quetzlzacatenango@image...>
646  * Fixed mogrify conversions with -format and -path (reference
647    http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=9127).
648
6492007-05-15  6.3.4-2 Cristy  <quetzlzacatenango@image...>
650  * SVG style element was not always parsed properly.
651  * Do not dither when the number of unique colors is already less than the
652    maximum.
653  * Return normalized PAE metric (compare utility).
654
6552007-05-03  6.3.4-1 Cristy  <quetzlzacatenango@image...>
656  * Add support for PFM images.
657  * Check for corrupt EXIF image profiles.
658  * Writing JPEG YCbCr TIFF images no longer faults (reference
659    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=8896).
660
6612007-04-30  6.3.4-0 Anthony  <anthony@griffith...>
662  * Fixed minor bug for crop missed images and 'background' GIF disposal.
663
6642007-04-28  6.3.4-0 Glenn  <glennrp@image...>
665  * Added profile support to the GIF decoder/encoder.  They are stored
666    as GIF Application Extensions.  Known extensions include existing ICCRGB1
667    (for ICC profiles) and new MGKIPTC0 and MGK8BIM0 (for IPTC and 8BIM
668    profiles).  Unknown extensions found in GIF files are read as gifappNNN.
669
6702007-04-28  6.3.4-0 Anthony  <anthony@griffith...>
671  * Invert Opacity change for user defined ordered dither threshold maps,
672    so that 'off' map is transparent, and 'on' is opaque.
673
6742007-04-24  6.3.4-0 Anthony  <anthony@griffith...>
675  * Added an initial Coalesce Images, and a final +map local colortable
676    optimization to the -layers Optimize method, for a simple to use
677    GIF optimization operation.  (more work to come)
678
6792007-04-22  6.3.4-0 Cristy  <quetzlzacatenango@image...>
680  * Properly set the virtual canvas of a multi-frame GIF image sequence.
681  * Add AcquireOneVirtualPixel() method.
682  * Set Log colorspace properly when writing DPX images.
683  * Add -tile-offset option.
684  * Add support for the EXR image format.
685  * Improve support for DPX images.
686  * Add --enable-hdri option to the configure script.
687  * Add support for high dynamic-range images (HDRI).
688
6892007-04-20  6.3.3-9 Peter Hull  <peterhull90@gmail...>
690  * Improve support for writing multiple image icons.
691
6922007-04-18  6.3.3-9 Anthony  <anthony@griffith...>
693  * Separated -layers Optimize from -layers OptimizeFrame to allow
694    the former expansion into a general (multiple method) optimizer
695    of GIF animations
696  * merged -layers OptimizeTransparency into -layers Optimize method
697
6982007-04-12  6.3.3-8 Chris Madison  <madisonblu@hotma...>
699  * Fix fault whem comparing a colormapped image with a non-colormapped one.
700  * Fix race condition when spawning delegate programs.
701  * TIFF JPEG now respects the -quality comptression setting.
702  * The -fx option now properly groks the logical and operator.
703  * DPX tilestamp property should be timestamp.
704
7052007-04-13  6.3.3-7 Anthony  <anthony@griffith...>
706  * Added GravityAdjustGeometry() to "geometry.c" to adjust geometry settings
707    according to given gravity and canvas area it applies to. This is for
708    code simplification thoughout MagickCore.
709
7102007-04-09  6.3.3-6 Anthony  <anthony@griffith...>
711  * Fixed CoalesceImages() to reset virtual canvas info on second and later
712    frames.   Other animation handlers may also need to reset virtual canvas
713    sizes to match the first frame, as well.
714
7152007-04-06  6.3.3-6 Anthony  <anthony@griffith...>
716  * Addition of a CompositeImages() "layer.c" function to compose two
717    separate image lists together (with a virtual canvas offset) in three
718    different ways, depending on the size of the lists.
719  * A 'hack' for command line use (the two lists separates by the special
720    "NULL" image, which is junked) has also been added. Specifically...
721    "-layers Composite".
722
7232007-04-04  6.3.3-6 Anthony  <anthony@griffith...>
724  * Add -layers RemoveDups method to remove duplicate sequential images in
725    coalesced animations.
726  * Add -layers RemoveZero method to remove images with a zero time delay
727    (with no action and a warning is all images have zero time delay)
728
7292007-04-01  6.3.3-6 Cristy  <quetzlzacatenango@image...>
730  * Permit generic profiles (e.g. -profile name:profile).
731
7322007-03-31  6.3.3-5 Cristy  <quetzlzacatenango@image...>
733  * Fixed DCM and XWD buffer overflow vulnerabilities (reference
734    http://labs.idefense.com/intelligence/vulnerabilities/display.php?id=496).
735
7362007-03-28  6.3.3-4 Anthony  <anthony@griffith...>
737  * Code duplication, simplification, and possible logic faults in "list.c".
738  * Added new Composition method, 'ChangeMask' to return pixels
739    that have changed or will cause a color change in overlays
740  * Used 'ChangeMask' to implement the "-layers" method
741    "OptimizeTransparency" to improve the compressibility of
742    frame optimized GIF animations. See IM Examples...
743      http://www.imagemagick.org/Usage/anim_opt/#opt_trans
744
7452007-03-19  6.3.3-4 Cristy  <quetzlzacatenango@image...>
746  * Fixed two memory leaks in wand/magick-image.c and magick/stream.c and made
747    some minor changes to the GIF coder to make reading and pinging images
748    faster (patch provided by mstemm@cloud...).
749
7502007-03-19  6.3.3-3 Cristy  <quetzlzacatenango@image...>
751  * Patch RotateImage() to properly rotate CMYK images.
752  * Patch the XWD coder to prevent heap overflow vulnerability (vulnerability
753    report from idefense.com [IDEF2108] [IDEF2221] [IDEF2226]).
754
7552007-03-19  6.3.3-3 Anthony <Anthony@griffith...>
756  * Fixed bug for GIF Optimization for images without a matte channel.
757  * Improved image handling for "-layers" method "Dispose".
758
7592007-03-11  6.3.3-2 Cristy  <quetzlzacatenango@image...>
760  * Improve configure script to better support Ghostscript under Mac OSX (
761    reference http://www.imagemagick.org/discourse-server/viewtopic.php?t=8557).
762  * Force a virtual pixel method of Tile for GetFillColor() and
763    GetStrokeColor().
764  * Add -reverse option to reverse the image list.
765
7662007-03-08  6.3.3-1 Cristy  <quetzlzacatenango@image...>
767  * Support versions 2.1.0 and above (reference
768    http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=8620).
769  * Support SVG rotation about a point (e.g. rotate(45 75 75)).
770  * Fix fault in DCM coder (reference
771    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=8618).
772  * Check for a NULL parser in SVGReference in coders/svg.c (reference
773    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=8609).
774  * Add --disable-deprecated configure script option.
775  * Composite mask now works properly with transparent images.
776
7772007-03-04  Daniel Kobras <kobras@debia...>
778  * Fixed additional data-driven faults (reference
779    http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=412945).
780  * Allocate proper scanline length to prevent a PCX overflow.
781
7822007-03-03  6.3.3-1 Cristy  <quetzlzacatenango@image...>
783  * Patch ImageMagick to permit referenced labels: -set option:mylabel
784    "color = %[pixel:u[0].p{12,26}]" label:'%[mylabel]'
785
7862007-02-24  6.3.3-0 Cristy  <quetzlzacatenango@image...>
787  * Escape indirect labels and comments (e.g. -label @file).
788  * Added -format %C to return the image compression type.
789  * Do not report channel statistics if -ping -format is specified with the
790    identify program.
791  * Add ResetImagePage() to reset the image page canvas and position.
792  * Upgrade to LCMS 1.16
793  * Configure Ghostscript for library or framework (reference
794    http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=8557).
795  * Add -taint option to convert/mogrify to mark image as ineligible for
796  * Fixed various data-driven faults (reference
797    http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=412945).  The corrupt
798    JP2 image faults but its failing in the JP2 jas_image_decode() method,
799    not MagickCore.  The corrupt XWD image faults but its failing in
800    the X11 XGetPixel() method, not MagickCore.
801
8022007-02-20  6.3.2-8 Cristy  <quetzlzacatenango@image...>
803  * Use -define quantum:polarity=min-is-black or -define
804    quantum:polarity=min-is-white to toggle the photometric interpretation for
805    a bilevel TIFF image.
806
8072007-02-17  6.3.2-8 Cristy  <quetzlzacatenango@image...>
808  * Don't interpret embedded format characters when reading comments/labels
809    from a file.
810  * Reading an image from stdin stopped working.
811
8122007-02-17  6.3.2-7 Cristy  <quetzlzacatenango@image...>
813  * PerlMagick Label() no longer faults.
814  * Fix double-free when using the display/animate -geometry option.
815  * Add GetStringInfoLength() and GetStringInfoDatum(); deprecate
816    profile->length and profile->datum.
817
8182007-02-16  6.3.2-6 Cristy  <quetzlzacatenango@image...>
819  * Fix file leak in InjectImageBlob().
820  * Do not reinterpret image properties (e.g. -comment %%w).
821
8222007-02-14  6.3.2-5 Cristy  <quetzlzacatenango@image...>
823  * Don't over-allocate file buffers.
824
8252007-02-12  6.3.2-5 Cristy  <quetzlzacatenango@image...>
826  * Format strings in the POSIX locale.
827  * Make font metrics invarient to the strokewidth.
828
8292007-02-10  6.3.2-4 Albert Chin  <china@thewr...>
830  * Patch to fix configure.ac typo.
831
8322007-02-08  6.3.2-4 Cristy  <quetzlzacatenango@image...>
833  * Permit ImageMagick to run as a service under Windows.
834  * Remove duplicate EXIF properties.
835  * Support strokewidth option for the caption format.
836  * Don't use Ghostscript for rendering fonts if Freetype is available.
837
8382007-02-02  6.3.2-3 Cristy  <quetzlzacatenango@image...>
839  * Added thumbnail format to write EXIF thumbnails.
840  * Move ReadByteImage() out of Min() macro of ReadPALMImage().
841  * Move EXIF properties to the EXIF namespace (e.g. exif:XResolution).
842
8432007-01-26  6.3.2-2 Cristy  <quetzlzacatenango@image...>
844  * Add interpolate and background options to PerlMagick's AffineTransform().
845  * Revert to Postscript rendering if Freetype delegate library is not
846    available.
847
8482007-01-20  6.3.2-1 Cristy  <quetzlzacatenango@image...>
849  * Accept Fx expressions from a file with -fx @filename.
850  * Enhance -fill and -stroke to accept image filenames as patterns.
851
8522007-01-16  6.3.2-0 Cristy  <quetzlzacatenango@image...>
853  * Save grayscale images as JPEG-compressed grayscale when writing in the TIFF
854    format.
855  * Update EXIF resolution fields when image density changes.
856
8572007-01-07  6.3.1-7 Cristy  <quetzlzacatenango@image...>
858  * The -polaroid option now respects -gravity.
859  * Deprecate Get/SetImageAttribute().  Recommend Get/SetImageProperty()
860    instead.
861  * Any form of "-crop" with a percentage, implies an offset for the crop.
862  * Fixed percent option for -border (e.g. -border 10%x0%).
863  * Add -path option to the mogrify program to specify where to write the
864    images.
865
8662007-01-06  6.3.1-6 Cristy  <quetzlzacatenango@image...>
867  * Fix the -auto-orient to work with an image sequence (reference
868    http://www.imagemagick.org/discourse-server/viewtopic.php?t=8100).
869  * Add -polaroid option to simulate a Polaroid picture.
870  * Eliminate double-free bug in GradientImage().
871  * Set AppendImage() matte channel only when image has matte attribute set.
872  * The -crop with negative offsets do not modify the virtual canvas.
873  * Caption: Given both the width and height ("-size") of the area to fill,
874    adjust the fonts "-pointsize" until the text just filles the whole space
875    without overflowing.
876  * Generate proper Windows icon image files (patch provided by
877    Robert M. Jansen).
Note: See TracBrowser for help on using the browser.