Page 1 of 1

Re: Speed of gif is very fast

Posted: 2018-10-14T10:44:53-07:00
by fmw42
add -delay XX before reading the input image in the command that creates the animation

Code: Select all

convert -delay 50 image1 image2 ... imageN -loop 0 animation.gif
See
https://imagemagick.org/script/command- ... .php#delay
https://imagemagick.org/script/command- ... s.php#loop
https://imagemagick.org/Usage/anim_basics/