Created
April 29, 2020 17:17
-
-
Save bbdaniels/01b5950785eeb6d7402006ad623d4b9c to your computer and use it in GitHub Desktop.
ImageMagick png to gif
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
| convert -delay 20 -loop 0 *.png output.gif |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment