Kill transparent alphachannel (make transparent BG white)

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
gasyoun
Posts: 1
Joined: 2013-10-18T00:24:36-07:00
Authentication code: 6789

Kill transparent alphachannel (make transparent BG white)

Post by gasyoun »

I have read viewtopic.php?f=1&t=19089

Welcome! When making an animated .gif from transparent .png, upper layers lay down on the ones, that are bellow. Everything becomes a mess. So in 1 place we have 5 different 32x32 icons at once, and if one is round, I can see a triangular (corner) behind it. I would like to have a black background. Can one add a backgroun colour to the .png files with something like "convert -delay 40 -loop 0 mask*.png animation.gif" thanks in advance
snibgo
Posts: 12159
Joined: 2010-01-23T23:01:33-07:00
Authentication code: 1151
Location: England, UK

Re: Kill transparent alphachannel (make transparent BG white

Post by snibgo »

What is your current command?

Perhaps "-background black -alpha remove" will do what you want.
snibgo's IM pages: im.snibgo.com
Post Reply