Standard animation - last frame with wrong delay
Posted: 2009-06-01T20:36:39-07:00
Standard animation creation example, sets wrong delay for final image
Code: Select all
convert -delay 100 -dispose Background \
-page 100x100+5+10 eye.gif \
-page +35+30 news.gif \
\( storm.gif -set page +62+50 \) \
\( tree.gif -set page +10+55 \) \
-loop 0 animation_page.gif
identify -format "%f %T\n" animation_page.gif
animation_page.gif 100
animation_page.gif 100
animation_page.gif 100
animation_page.gif 0