tldr/pages/common/pngcrush.md

16 lines
331 B
Markdown
Raw Normal View History

2016-01-28 20:44:45 +00:00
# pngcrush
> PNG image compression utility.
- Compress a PNG file:
`pngcrush {{in.png}} {{out.png}}`
- Compress all PNGs and output to directory:
`pngcrush -d {{path/to/output}} *.png`
2016-02-08 13:05:52 +00:00
- Compress PNG file with all 114 available algorithms and pick the best result:
2016-01-28 20:44:45 +00:00
`pngcrush -rem allb -brute -reduce {{in.png}} {{out.png}}`