Gif animation - Different delay values to each frame?
Posted: 2016-06-19T08:03:13-07:00
I can clone frames in gif animation. But how can i change the delay of each frame?
Use https://github.com/ImageMagick/ImageMagick/discussions instead.
https://imagemagick.com/discourse-server/
https://imagemagick.com/discourse-server/viewtopic.php?t=29935
Code: Select all
convert -delay X image1 -delay Y image2 -delay Z image3 -loop 0 animation.gif