Page 1 of 1

Add images to GIF Files

Posted: 2009-02-06T02:56:10-07:00
by wtf
Hi,

how do i add images to a gif file. ( to all frames).

like blingee.com adds the blingee logo.

convert -append my.gif add.png output.gif ?

Re: Add images to GIF Files

Posted: 2009-02-06T04:55:23-07:00
by wtf

Re: Add images to GIF Files

Posted: 2009-02-08T22:02:33-07:00
by anthony
I would not use -draw though, that was a very old method... Better to use -layers composite

If one of the two image sequences only contains ONE image than that image
is applied to all the images on the other image sequence.

That makes it easy to overlay a logo onto all images.

Don't forget to use -coalesce on the original animation, and -layers Optimize before saving it again.