Created
March 2, 2017 17:59
-
-
Save glarrain/a1b2f49f8a8ee2c3fd5dd98de9d7374f to your computer and use it in GitHub Desktop.
Create GIF using images
This file contains 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
# Ubuntu 14.04: requires pkg 'imagemagick'. | |
convert -resize 50% -delay 100 -loop 0 *.png myimage.gif |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment