Created
December 10, 2019 05:03
-
-
Save ifyour/08b6de1d42b37a52e3efb368d3c5bc8d to your computer and use it in GitHub Desktop.
使用 gifsicle 压缩 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
| # 安装 | |
| $ brew install gifsicle | |
| # 使用 | |
| $ gifsicle -O3 --lossy=80 -o output.gif input.gif | |
| # 文档 | |
| $ gifsicle --help |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment