Skip to content

Animated GIF

jollen edited this page Aug 3, 2016 · 1 revision

Convert each frame of GIF to PNGs.

convert usage0.gif usage%02d.png

Convert the origin GIF to loop GIF, pause a time at the end.

convert -delay 10 -loop 0 usage0.gif -delay 200 usage72.png usage.gif 
Clone this wiki locally