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.
anthony
Posts: 8883 Joined: 2004-05-31T19:27:03-07:00
Authentication code: 8675308
Location: Brisbane, Australia
Post
by anthony » 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
magick
Site Admin
Posts: 11064 Joined: 2003-05-31T11:32:55-07:00
Post
by magick » 2009-06-02T06:05:48-07:00
Fixed in the latest Subversion trunk. Thanks.
anthony
Posts: 8883 Joined: 2004-05-31T19:27:03-07:00
Authentication code: 8675308
Location: Brisbane, Australia
Post
by anthony » 2009-06-03T00:08:34-07:00
Verified it is also fixed.