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 ?
Add images to GIF Files
- anthony
- Posts: 8883
- Joined: 2004-05-31T19:27:03-07:00
- Authentication code: 8675308
- Location: Brisbane, Australia
Re: Add images to GIF Files
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.
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.
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
https://imagemagick.org/Usage/