Last active
December 31, 2016 09:28
-
-
Save gestadieu/2e07057981dd19e9dd116d314be3b47e to your computer and use it in GitHub Desktop.
Aminated Gif - convert
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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