How to make gif animation fast?

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
dfischer
Posts: 1
Joined: 2012-06-12T19:51:15-07:00
Authentication code: 13

How to make gif animation fast?

Post by dfischer »

I'm trying to create a fast gif animation but I'm not sure how to do it. If the -delay is 1 how do you make it go *REALLY FAST*?

I want a superspeed gif. Thanks!
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: How to make gif animation fast?

Post by fmw42 »

A fast animation is generally not limited by the IM delay, but more by the delay limits that most browsers/viewers put on the animation. So you really cannot make it faster than the browser will display it, even if you put -delay 0 (which is not recommended).

see
http://www.imagemagick.org/Usage/anim_basics/#zero
Post Reply