Created
April 3, 2018 12:55
-
-
Save esnho/db41c8f852a5dd82cee7ddb8ed64b167 to your computer and use it in GitHub Desktop.
Create animated gif using ImageMagick
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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