Skip to content

Instantly share code, notes, and snippets.

@abehmiel
Created April 5, 2017 05:13
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 abehmiel/2fce51326ad7b87a75067f101c0ab40f to your computer and use it in GitHub Desktop.
Save abehmiel/2fce51326ad7b87a75067f101c0ab40f to your computer and use it in GitHub Desktop.
Gifsicle resize & context
#!/bin/sh
gifsicle --resize 120x120 file.gif > out-120.gif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment