Re: Animated Gifs - Background problem
Posted: 2008-05-09T11:53:53-07:00
convert picture.gif -clone 0 -coalesce -gravity South -background white -background none -splice 0x18 -annotate 0 "Label First" -swap -1,0 -mattecolor peru -frame 2x2+1+1 +delete label_picture.gif
Why do you have both -background white AND -background none. The last one is probably what is in effect and it sets the background to transparent which would look like gray in some displays.