From: cristy Date: Wed, 21 Apr 2010 00:48:31 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~9620 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e805a647adebb9faefcbd7f9a73ca8e91870614a;p=imagemagick --- diff --git a/ChangeLog b/ChangeLog index d6a83c6f9..2d0d7025a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,4 @@ 2010-04-17 6.6.1-5 Cristy - * 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 diff --git a/coders/png.c b/coders/png.c index 28a410d02..cb3270614 100644 --- a/coders/png.c +++ b/coders/png.c @@ -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)