]> granicus.if.org Git - imagemagick/blobdiff - ChangeLog
minor function documentation updates in "gemoerty.c"
[imagemagick] / ChangeLog
index e69a17c52e0c63fd957c67fd6dea814e29b0f266..1e6726f886c2568b89bd60d4e219642844db5c22 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
+2011-03-29  6.6.9-2 Cristy  <quetzlzacatenango@image...>
+  * Expand PCL compressed pixel buffer to prevent delta compressed overrun.
+
+2011-03-29  6.6.9-1 Cristy  <quetzlzacatenango@image...>
+  * New version 6.6.9-1.
+
+2011-03-29 6.6.9-1 Anthony Thyssen <A.Thyssen@griffith...>
+  * Fix AdaptiveResizeImage() to use 'Mesh' Interpolation, and fix its
+    coordinate handling, as originally defined.
+
+2011-03-29  6.6.9-1 Cristy  <quetzlzacatenango@image...>
+  * Support -statistic standard-deviation option.
+  * Patch for coders/dcm.c so it compiled with HDRI enabled.
+
+2011-03-28  6.6.9-0 Cristy  <quetzlzacatenango@image...>
+  * New version 6.6.9-0.
+
+2011-03-28  6.6.9-0 Cristy  <quetzlzacatenango@image...>
+  * Optimize bilinear interpolation.
+  * Remove version from etc folder and instead use /etc/ImageMagick.
+
+2011-03-28 6.6.9-0 Anthony Thyssen <A.Thyssen@griffith...>
+  * Separated complex cropping function from TransformImage() as a new
+    function CropImageToTiles().  This new function returns either the
+    new cropped image, or a list of tiles, according to geometry, without
+    replacing the source image. The Source image may be part of a larger list
+    of images, without the function 'losing' the other images of the list.
+
+2011-03-27  6.6.8-10 Cristy  <quetzlzacatenango@image...>
+  * New version 6.6.8-10.
+
+2011-03-27 6.6.8-10 Anthony Thyssen <A.Thyssen@griffith...>
+  * Modified image handling in MogrifyImages() and MogrifyImage()
+    which improves overall handling, and allows correct %p, %n and the
+    %[fx:..] 't' and 'n' escape usage to work correctly.
+  * Added -duplicate as a multi-image sequence operator
+
+2011-03-26  6.6.8-9 Cristy  <quetzlzacatenango@image...>
+  * New version 6.6.8-9.
+
+2011-03-25 6.6.8-9 Cristy  <quetzlzacatenango@image...>
+  * Add InterpolateMagickPixelPacket() method.
+  * Add support for the %[opaque] property.
+
+2011-03-25  6.6.8-8 Cristy  <quetzlzacatenango@image...>
+  * New version 6.6.8-8.
+
+2011-03-25 6.6.8-8 Cristy  <quetzlzacatenango@image...>
+  * Fix memory access bug in CloneString() (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=18382).
+  * Avoid infinite loop when no space is available in MagickFormatCaption().
+
+2011-03-25 6.6.8-8 Anthony Thyssen <A.Thyssen@griffith...>
+  * Removed the fix for %p and %n escapes, as it was not working right
+
+2011-03-24  6.6.8-7 Cristy  <quetzlzacatenango@image...>
+  * New version 6.6.8-7.
+
+2011-03-24  6.6.8-7 Cristy  <quetzlzacatenango@image...>
+  * Add support for 16-bit DCM short ints (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=18371).
+
+2011-03-23 6.6.8-7 Anthony Thyssen <A.Thyssen@griffith...>
+  * Another fix for -sparse-color and unused color channels
+  * Finalize the -duplicate option created by Cristy
+  * Fix of segmentation fault for second image in %[fx:..] during info:
+    (Bug in AcquireFxInfo(), as given start image is not first image)
+
+2011-03-21  6.6.8-7 Glenn Randers-Pehrson <glennrp@image...>
+  * Revised the PNG8 encoder to use 50% threshold instead of 0% when
+    reducing transparency to binary.  Collapse all resulting fully transparent
+    colors into one (the background color), to reduce the compressed filesize.
+  * First try the 4-4-4-1 and 3-3-3-1 palettes instead of 3-3-2-1, to preserve
+    colors (especially gray) better, when reducing to PNG8.
+  * Force the PNG encoder to return image->matte==MagickTrue when the
+    format is RGBA or GA or if the tRNS chunk is present, even when the
+    image is fully opaque (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=18349).
+
+2011-03-21  6.6.8-6 Cristy  <quetzlzacatenango@image...>
+  * New version 6.6.8-6.
+
+2011-03-21  6.6.8-6 Glenn Randers-Pehrson <glennrp@image...>
+  * Re-enabled reduction of grayscale images (color-type 0) to 2 or 4 bits
+    when appropriate (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=18098).
+  * The "-define PNG:color-type=4" option did not always force the PNG
+    encoder to write an all-opaque alpha channel (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=18349).
+
 2011-03-14  6.6.8-6 Cristy  <quetzlzacatenango@image...>
   * Fixed memory leak for PDF and Bitmap PSD RLE support (reference
     http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=18317).
   * Support the -statistic option: replace each pixel with corresponding
     statistic from the neighborhood.
+  * Add support for -duplicate option.
+  * Move configuration files from /usr/share and /usr/lib to /etc and /var.
+  * Do not cache the results of fx: otherwise -format
+    '%[fx:rand()] %[fx:rand()]' returns the same random numbers.
 
 2011-03-18 6.6.8-6 Anthony Thyssen <A.Thyssen@griffith...>
   * Replaced Minus and Divide Composition methods with Dst and Src
     equivalents. Now users can decide how these non-commutative mathematical
-    operators are applied the to the images being composited.
+    operators are applied to the images being composited.
+  * Fix the percent escape values for  %p, %n  and  %[fx:t], %[fx:n] to
+    respectively mean the current images index and the total number of
+    images within the current image sequence.
 
 2011-03-17 6.6.8-5 Anthony Thyssen <A.Thyssen@griffith...>
   * Backed out the patch for Variable Blur Composition that was added