Skip to content

Instantly share code, notes, and snippets.

@dallasmarlow
Created October 17, 2014 01:34
Show Gist options
  • Save dallasmarlow/b5401069bb6a4c2c7787 to your computer and use it in GitHub Desktop.
Save dallasmarlow/b5401069bb6a4c2c7787 to your computer and use it in GitHub Desktop.
create gif from images
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