Skip to content

Instantly share code, notes, and snippets.

@vikjam
Last active April 30, 2020 23:24
Show Gist options
  • Save vikjam/937b4e0e9d4bd0e5ba7bc1665e1788ce to your computer and use it in GitHub Desktop.
Save vikjam/937b4e0e9d4bd0e5ba7bc1665e1788ce to your computer and use it in GitHub Desktop.
Making GIFs, but convert them to .gif beforehand
# https://github.com/kohler/gifsicle/issues/12
# brew install imagemagick gifsicle
convert *.jpeg GIF:- | gifsicle --delay=50 --loop --optimize=2 --colors=256 --multifile - > out.gif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment