Animated GIF doesn't work in IE

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.
User avatar
anthony
Posts: 8883
Joined: 2004-05-31T19:27:03-07:00
Authentication code: 8675308
Location: Brisbane, Australia

Re: Animated GIF doesn't work in IE

Post by anthony »

The easier dif by the way is to use -layers TrimBounds

See the previous example link (just above it) and/or
Bounds Trimming - automatic canvas size correction
http://www.imagemagick.org/Usage/anim_mods/#trim

This will expand/shrink the virtual canvas and image offsets so ALL the images are fully drawable on the virtual canvas. However it will not 'center' the images on that canvas :-)
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
gregory
Posts: 67
Joined: 2009-08-02T17:20:23-07:00
Authentication code: 8675309

Re: Animated GIF doesn't work in IE

Post by gregory »

Try downloading and look at my example from
http://www.imagemagick.org/Usage/im/ani ... e_relative

Specifically the animation...
http://www.imagemagick.org/Usage/im/ani ... offset.gif
404 Not Found. :-)
gregory
Posts: 67
Joined: 2009-08-02T17:20:23-07:00
Authentication code: 8675309

Re: Animated GIF doesn't work in IE

Post by gregory »

Surely I tried to click them directly. I'm not a lamer. :-)
The requested URL /Usage/im/anim_mods/ was not found on this server.
User avatar
anthony
Posts: 8883
Joined: 2004-05-31T19:27:03-07:00
Authentication code: 8675308
Location: Brisbane, Australia

Re: Animated GIF doesn't work in IE

Post by anthony »

Apologies. You are right it is my fault. I'll go back and fix, and delete previosu post.

In the mean time remove the "/im/" sub-directory component. that is use for my test site not the official site.
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
gregory
Posts: 67
Joined: 2009-08-02T17:20:23-07:00
Authentication code: 8675309

Re: Animated GIF doesn't work in IE

Post by gregory »

This animaton in IE8 has only first and second frame. Third and fourth frames have dissappeared.
User avatar
anthony
Posts: 8883
Joined: 2004-05-31T19:27:03-07:00
Authentication code: 8675308
Location: Brisbane, Australia

Re: Animated GIF doesn't work in IE

Post by anthony »

Well then it is ANY sub-frame that draws outside the display areas that will fail with IE.


I shall make a note of it!
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
Post Reply