Standard animation - last frame with wrong delay

Post any defects you find in the released or beta versions of the ImageMagick software here. Include the ImageMagick version, OS, and any command-line required to reproduce the problem. Got a patch for a bug? Post it here.
Post Reply
User avatar
anthony
Posts: 8883
Joined: 2004-05-31T19:27:03-07:00
Authentication code: 8675308
Location: Brisbane, Australia

Standard animation - last frame with wrong delay

Post 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
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: Standard animation - last frame with wrong delay

Post by magick »

Fixed in the latest Subversion trunk. Thanks.
User avatar
anthony
Posts: 8883
Joined: 2004-05-31T19:27:03-07:00
Authentication code: 8675308
Location: Brisbane, Australia

Re: Standard animation - last frame with wrong delay

Post by anthony »

Verified it is also fixed.
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
Post Reply