Skip to content

Instantly share code, notes, and snippets.

@indefinit
Created January 20, 2016 17:03
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save indefinit/738e67557a0fbbd170f8 to your computer and use it in GitHub Desktop.
Save indefinit/738e67557a0fbbd170f8 to your computer and use it in GitHub Desktop.
A cheat sheet for working with imagemagick
#description: convert an image sequence to an animated gif, and resize to 500px x 500px, preserving aspect ratio
convert -delay 0 -loop 0 resize 500x500 defaultCanvas0-000000*.png animated-500.gif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment