Created
October 17, 2014 01:34
-
-
Save dallasmarlow/b5401069bb6a4c2c7787 to your computer and use it in GitHub Desktop.
create gif from images
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
bash -c "ls * | xargs -I{} -P4 convert {} +repage {}.gif" | |
gifsicle --loop --resize-fit-width 400 --delay 35 --dither --colors 256 --disposal previous -O2 *.gif > corner.gif |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment