Skip to content

Instantly share code, notes, and snippets.

@gestadieu
Last active December 31, 2016 09:28
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 gestadieu/2e07057981dd19e9dd116d314be3b47e to your computer and use it in GitHub Desktop.
Save gestadieu/2e07057981dd19e9dd116d314be3b47e to your computer and use it in GitHub Desktop.
Aminated Gif - convert
# loop 0: always looping
convert -delay 80 -loop 0 hny/*.jpg hny.gif
#convert -delay 100 -loop 0 img1.png img2.png img3.png -delay 500 img4.png animation2.gif
#convert hny.gif -resize 1080x hny2.gif
#convert hny.gif -resize 50% hny2.gif
# http://infoheap.com/crop-image-using-imagemagick-convert/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment