Page 1 of 1

Standard animation - last frame with wrong delay

Posted: 2009-06-01T20:36:39-07:00
by anthony
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

Re: Standard animation - last frame with wrong delay

Posted: 2009-06-02T06:05:48-07:00
by magick
Fixed in the latest Subversion trunk. Thanks.

Re: Standard animation - last frame with wrong delay

Posted: 2009-06-03T00:08:34-07:00
by anthony
Verified it is also fixed.