Skip to content

Instantly share code, notes, and snippets.

@esnho
Created April 3, 2018 12:55
Show Gist options
  • Save esnho/db41c8f852a5dd82cee7ddb8ed64b167 to your computer and use it in GitHub Desktop.
Save esnho/db41c8f852a5dd82cee7ddb8ed64b167 to your computer and use it in GitHub Desktop.
Create animated gif using ImageMagick
# infinite loop animated gif
convert -loop 0 -delay 100 img1.png img2.png out.gif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment