Animation overlay bug 6.6.9-4
Posted: 2011-04-13T14:06:36-07:00
Hi,
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:
The result is that the first frame from the animation is missing.
So i thought, let me skip the -delete 0
Result is that the delay time between the first and second frame are gone:
http://85.17.236.222/IM/out.gif
Is it possible to be fixed?
Regards,
Marcel
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