Files
tldr/pages.zh/common/zopflipng.md

12 lines
283 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# zopflipng
> PNG 压缩工具。
> 更多信息:<https://github.com/google/zopfli>。
- 优化一个 PNG
`zopflipng {{input.png}} {{output.png}}`
- 优化多个 PNG 并使用指定前缀保存:
`zopflipng --prefix={{prefix}} {{image1.png}} {{image2.png}} {{image3.png}}`