1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 16:04:55 +02:00

Merge pull request #741 from oxguy3/pngcrush

pngcrush: add page
This commit is contained in:
Leandro Ostera 2016-02-08 14:04:02 +01:00
commit fa727e83b8

15
pages/common/pngcrush.md Normal file
View file

@ -0,0 +1,15 @@
# 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`
- Compress PNG file with best compression:
`pngcrush -rem allb -brute -reduce {{in.png}} {{out.png}}`