Created
May 20, 2020 08:32
-
-
Save msztorc/e18bff216a6d0587da5431fd8e1d126d to your computer and use it in GitHub Desktop.
imagemagick - optimize gif
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
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