Skip to content

Instantly share code, notes, and snippets.

@msztorc
Created May 20, 2020 08:32
Show Gist options
  • Save msztorc/e18bff216a6d0587da5431fd8e1d126d to your computer and use it in GitHub Desktop.
Save msztorc/e18bff216a6d0587da5431fd8e1d126d to your computer and use it in GitHub Desktop.
imagemagick - optimize gif
convert input.gif -strip -fuzz 2% +dither -coalesce -layers Optimize output.gif
convert input.gif -strip -scale 914x284 -fuzz 2% +dither -coalesce -layers Optimize output.gif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment