]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Wed, 21 Apr 2010 00:48:31 +0000 (00:48 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Wed, 21 Apr 2010 00:48:31 +0000 (00:48 +0000)
ChangeLog
coders/png.c

index d6a83c6f964bae86a097ec0200175516fd5217e1..2d0d7025ad0170901df5d57c8f0658348eee6b88 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,4 @@
 2010-04-17  6.6.1-5 Cristy  <quetzlzacatenango@image...>
-  * Revert Balfour patch in coders/png.c until Glenn comes up with robust patch.
   * Only write one ICC profile to PSD image.
 
 2010-04-15  6.6.1-4 Cristy  <quetzlzacatenango@image...>
index 28a410d020f66dfdec965c2a11d044f40cc2becf..cb3270614750657900258d38ac08c348d3c83a39 100644 (file)
@@ -2733,7 +2733,7 @@ static Image *ReadOnePNGImage(MngInfo *mng_info,
       storage_class=image->storage_class;
       image->matte=MagickTrue;
 
-#if 0  /* balfour fix */
+#if 1  /* balfour fix */
 /* From imagemagick discourse server, 5 Feb 2010 */
 
     if (storage_class == PseudoClass)