Skip to content

Instantly share code, notes, and snippets.

@jdmonaco
Created August 18, 2013 20:45
Show Gist options
  • Save jdmonaco/6263911 to your computer and use it in GitHub Desktop.
Save jdmonaco/6263911 to your computer and use it in GitHub Desktop.
TextExpander snippet for creating an animated gif on the command-line using the ImageMagick convert utility.
convert -delay %filltext:name=delay x0.01s:default=10:width=2% -resize %filltext:name=width:default=256:width=3% %filltext:name=glob:default=IMG*.JPG% %filltext:name=output:default=output.gif%
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment