We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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