From: glennrp Date: Wed, 5 May 2010 23:10:28 +0000 (+0000) Subject: png opacity bugfix X-Git-Tag: 7.0.1-0~9552 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c44ad054c27d2df89fa631c3120c03a96fe2d185;p=imagemagick png opacity bugfix --- diff --git a/ChangeLog b/ChangeLog index 168956c1e..2ef6e93ac 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2010-05-05 6.6.1-6 Cristy and Glenn Randers-Pehrson + * Fixed bugs with losing the opacity channel while writing some PNG images. + (bug reported by Anthony T.) + 2010-05-05 6.6.1-6 Glenn Randers-Pehrson * Simplified and corrected rowbytes calculation in coders/png.c and added more logging.