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