I have a gif image, and I need to composite over that Image a png. How can I do that?
I tried to composite right over the gif, like:
Code: Select all
composite -geometry +519+0 overlay.png my.gif test.gif
Then I tried:
Code: Select all
convert -coalesce my.gif out%05d.png
What do you think? Which would be the best approach and how can I handle it?
Thanks in advance!