Only change the delay and preserve animation

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
badabou
Posts: 54
Joined: 2008-06-23T06:12:24-07:00

Only change the delay and preserve animation

Post by badabou »

Hi,

Is it possible to change only the delay of an existing GIF animation without affecting the rest of the file (already present optimization etc.)?

Thank you very much!
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: Only change the delay and preserve animation

Post by fmw42 »

convert delay XX animation.gif animation.gif

or

animate -delay XX animation.gif

see
http://www.imagemagick.org/script/animate.php
Post Reply