Page 1 of 1

-coalesce bug?

Posted: 2013-12-03T16:16:27-07:00
by Marcel71
Hi IM Team,

I am running:
Version: ImageMagick 6.8.5-5 2013-05-07 Q16 http://www.imagemagick.org
Copyright: Copyright (C) 1999-2013 ImageMagick Studio LLC
Features: DPC OpenMP
Delegates: bzlib fontconfig freetype jng jp2 jpeg lcms lzma pango png ps tiff x xml zlib

I use the following image:
Image
When i try to coalesce the image with:

Code: Select all

convert base.gif -coalesce out.gif
The resulting image is:
Image

How can i take care that the result is not blinking?

Regards,
Marcel

Re: -coalesce bug?

Posted: 2013-12-04T01:26:06-07:00
by Marcel71
Hi,

I found a work-around. But if it could be fixed, it would be better :)

Code: Select all

convert base.gif -background none -coalesce out.gif
regards,
Marcel