]> granicus.if.org Git - imagemagick/commitdiff
Prevent PNG encoder from trying to sort more than 256 colors.
authorglennrp <glennrp@git.imagemagick.org>
Fri, 14 Jan 2011 15:29:25 +0000 (15:29 +0000)
committerglennrp <glennrp@git.imagemagick.org>
Fri, 14 Jan 2011 15:29:25 +0000 (15:29 +0000)
ChangeLog

index a80a0603e4185687efa7f49c2379893b43f6b15f..4ce38d30c6c097826459816d97a4a73efac6e801 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2011-01-14  6.6.7-1 Glenn Randers-Pehrson <glennrp@image...>
+  * Don't let the PNG encoder try to sort the colormap when there are more
+    than 256 colors in the image. (reference
+http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=17834).
+
 2011-01-10  6.6.7-1 Cristy  <quetzlzacatenango@image...>
   * Accept escaped % in output filename (reference
     http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=17810).