]> granicus.if.org Git - imagemagick/commitdiff
The "-type optimize" option is now deprecated. Previously it was used
authorglennrp <glennrp@git.imagemagick.org>
Sun, 21 Nov 2010 17:46:40 +0000 (17:46 +0000)
committerglennrp <glennrp@git.imagemagick.org>
Sun, 21 Nov 2010 17:46:40 +0000 (17:46 +0000)
by the PNG encoder, but now all PNG output is optimized unless the "-define"
option is used to specify a particular PNG colortype or bitdepth.

ChangeLog

index 2279523ea15d0d165d2e2de941ca4fff10c9f89f..673f4ad436001d74340f58e94c23a1898ce2d5d3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,9 @@
 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 treated by the PNG encoder the same
-    as if the type were undefined.  Optimization is now always performed.
+  * 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...>