From: glennrp Date: Sun, 21 Nov 2010 17:46:40 +0000 (+0000) Subject: The "-type optimize" option is now deprecated. Previously it was used X-Git-Tag: 7.0.1-0~8477 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=45c2251169f6efb75df7be725366b19c36615245;p=imagemagick The "-type optimize" option is now deprecated. Previously it was used 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. --- diff --git a/ChangeLog b/ChangeLog index 2279523ea..673f4ad43 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,8 +1,9 @@ 2010-11-17 6.6.5-9 Glenn Randers-Pehrson * 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