]> granicus.if.org Git - imagemagick/blobdiff - ChangeLog
Fix of Segmentation fault in second image during info:
[imagemagick] / ChangeLog
index cb9407e938f463ca677ab918f4e90114d7d323f8..e45cf0df092ebf8556ad625ed523456eb2d2d195 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,24 @@
+2011-03-23 6.6.8-7 Anthony Thyssen <A.Thyssen@griffith...>
+  * Another fix for -sparse-color and unused color channels
+  * Finialize the -duplicate option created by Cristy
+
+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 and 3-3-3 palettes instead of 3-3-2, to preserve
+    colors (especially gray) better, when reducing to PNG8.
+
+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
@@ -10,6 +27,8 @@
     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