Skip to content

Instantly share code, notes, and snippets.

@glarrain
Created March 2, 2017 17:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save glarrain/a1b2f49f8a8ee2c3fd5dd98de9d7374f to your computer and use it in GitHub Desktop.
Save glarrain/a1b2f49f8a8ee2c3fd5dd98de9d7374f to your computer and use it in GitHub Desktop.
Create GIF using images
# 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