mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 22:44:56 +02:00
commit
fa727e83b8
1 changed files with 15 additions and 0 deletions
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 compression:
|
||||
|
||||
`pngcrush -rem allb -brute -reduce {{in.png}} {{out.png}}`
|
Loading…
Add table
Reference in a new issue