Skip to content

Instantly share code, notes, and snippets.

@phivk
Created August 8, 2017 09:10
Show Gist options
  • Save phivk/51e3cccd45dbaa2c063c0504f525c95c to your computer and use it in GitHub Desktop.
Save phivk/51e3cccd45dbaa2c063c0504f525c95c to your computer and use it in GitHub Desktop.
create a gif from images on the command line using ImageMagick
convert -resize 50% -delay 20 -loop 1 *.png mygif.gif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment