pngcrush: add page
This commit is contained in:
15
pages/common/pngcrush.md
Normal file
15
pages/common/pngcrush.md
Normal 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}}`
|
Reference in New Issue
Block a user