Search found 2 matches

by xereeto
2013-09-12T14:39:03-07:00
Forum: Users
Topic: Overlay an image onto a gif, for a certain number of frames?
Replies: 4
Views: 7210

Re: Overlay an image onto a gif, for a certain number of fra

I take it the same command could be used in a Unix environment, switching the "^"s for "\"s?
by xereeto
2013-09-11T15:16:03-07:00
Forum: Users
Topic: Overlay an image onto a gif, for a certain number of frames?
Replies: 4
Views: 7210

Overlay an image onto a gif, for a certain number of frames?

Hi, Normally if I want to add an overlay to a gif, I'd use convert animation.gif -coalesce -geometry +0+0 null: overlay.png -layers composite -layers optimize animation_with_overlay.gif But is there a way to add a different overlay per frame, without splitting the gif up? For example: overlay1.png ...