-coalesce bug?

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
Marcel71
Posts: 49
Joined: 2011-04-13T13:57:34-07:00
Authentication code: 8675308

-coalesce bug?

Post 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
Marcel71
Posts: 49
Joined: 2011-04-13T13:57:34-07:00
Authentication code: 8675308

Re: -coalesce bug?

Post 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
Post Reply