From: glennrp Date: Sun, 12 Dec 2010 04:35:33 +0000 (+0000) Subject: Eliminated CompressColormapTransFirst(). X-Git-Tag: 7.0.1-0~8397 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2ac7138e7308b24769ffaa9e14854056d4b5e6bd;p=imagemagick Eliminated CompressColormapTransFirst(). --- diff --git a/ChangeLog b/ChangeLog index ed67d2410..46af1e172 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,8 @@ * Make the PNG encoder always rebuild the palette, to avoid losing transparency when it is out of sync with the pixel data (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=17655). + Eliminated CompressColormapTransFirst() since the palette is already + compressed and sorted by opacty now when it's recreated. 2010-12-10 6.6.6-5 Cristy * Account for virtual canvas for the -flip / -flop options (reference