Coalesce introduces random background colors

Post any defects you find in the released or beta versions of the ImageMagick software here. Include the ImageMagick version, OS, and any command-line required to reproduce the problem. Got a patch for a bug? Post it here.
Post Reply
abxccd
Posts: 4
Joined: 2012-04-10T21:53:29-07:00
Authentication code: 8675308

Coalesce introduces random background colors

Post by abxccd »

I am trying to run coalesce on this image (animated gif with transparent background):
Image

If I run the following command:

Code: Select all

convert beaver.gif -coalesce temporary.gif
The result is that that parts of the frames are filled up with a random background color:
Image
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: Coalesce introduces random background colors

Post by fmw42 »

I do not think this is a bug. It was answered at viewtopic.php?f=1&t=24684. You need to define the background when creating a new animation.
Post Reply