Search found 1 match

by sisoev
2012-12-28T17:08:45-07:00
Forum: Users
Topic: Connect gif-animation, and JPG/PNG
Replies: 1
Views: 2987

Connect gif-animation, and JPG/PNG

Hi!
There was a challenge to combine gif-animation and static image JPG or PNG (Impose hyphae-animated background).
I do so:

convert 2.gif -coalesce -set dispose previous 2_tmp.gif - get rid of the artifacts
convert 2_tmp.gif +adjoin tmp/gifs.png - split gif into frames
* further processes each ...