keeping animation settings..
Posted: 2013-08-03T11:36:59-07:00
Hi,
I'm working with some animated gifs, editing individual frames, then recomposing the animation.
convert oldimage.gif -coalesee %d.gif
.. edit some of the frames ..
.. then recompose with
convert 1.gif 2.gif 3.gif final.gif
However, I lose animation settings like frame timing and looping.
Is there a better way to swap out the frames, or retain the gif settings?
I'm working with some animated gifs, editing individual frames, then recomposing the animation.
convert oldimage.gif -coalesee %d.gif
.. edit some of the frames ..
.. then recompose with
convert 1.gif 2.gif 3.gif final.gif
However, I lose animation settings like frame timing and looping.
Is there a better way to swap out the frames, or retain the gif settings?