When i take the following animation:
http://85.17.236.222/IM/oie_animation.gif
And add a background with it:
http://85.17.236.222/IM/oie_canvas.png
Give the following code:
Code: Select all
convert oie_canvas.png null: ( oie_animation.gif -coalesce -repage 0x0+85+68 ) -layers composite -set dispose background -delete 0 -loop 0 out.gif
So i thought, let me skip the -delete 0
Code: Select all
convert oie_canvas.png null: ( oie_animation.gif -coalesce -repage 0x0+85+68 ) -layers composite -set dispose background -loop 0 out.gif
http://85.17.236.222/IM/out.gif
Is it possible to be fixed?
Regards,
Marcel