]> granicus.if.org Git - imagemagick/blobdiff - ChangeLog
(no commit message)
[imagemagick] / ChangeLog
index 8e86846ff32ea0ba25fababab796d0055137fbfb..673f4ad436001d74340f58e94c23a1898ce2d5d3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+2010-11-17  6.6.5-9 Glenn Randers-Pehrson <glennrp@image...>
+  * Many of the problems with the PNG encoder have been fixed (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=16490).
+  * The "-type Optimize" option is now deprecated.  If present, it is treated
+    by the PNG encoder the same as if the type were undefined.  Optimization
+    is now always performed.
+  * Merged redundant code into LosslessReduceDepth() function in the PNG codec.
+
+2010-11-14  6.6.5-9 Cristy  <quetzlzacatenango@image...>
+  * The splice option no longer throws spurious "pixels are not authentic"
+    exceptions.
+  * Thread the -adaptive-resize option.
+  * Set XBM coder height to height not width.
+
 2010-11-14  6.6.5-9 Nicolas Robidoux <nicolas.robidoux@gmai...>
   * Lanczos2Sharp blur tweaked. New blur = 0.9549963639785485.
 
@@ -6,9 +20,6 @@
     preservation of images which only vary horizontally (or vertically)" under
     no-op. New blur = 0.9812505644269356.
 
-2010-10-29  6.6.5-9 Glenn Randers-Pehrson <glennrp@image...>
-  * Revised PNG encoder to avoid emitting some spurious warnings.
-
 2010-11-08  6.6.5-8 Nicolas Robidoux <nicolas.robidoux@gmai...>
   * Missing logical operator in tiff.c.