Skip to content

Instantly share code, notes, and snippets.

@ifyour
Created December 10, 2019 05:03
Show Gist options
  • Select an option

  • Save ifyour/08b6de1d42b37a52e3efb368d3c5bc8d to your computer and use it in GitHub Desktop.

Select an option

Save ifyour/08b6de1d42b37a52e3efb368d3c5bc8d to your computer and use it in GitHub Desktop.
使用 gifsicle 压缩 gif
# 安装
$ 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