pngcrush: add page

waldyrious/alt-syntax
Hayden Schiff 2016-01-28 15:44:45 -05:00
parent f38c34f484
commit c2f3ce125b
1 changed files with 15 additions and 0 deletions

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 (but slowest) possible compression:
`pngcrush -rem allb -brute -reduce {{in.png}} {{out.png}}`