mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-01 03:15:22 +02:00
optipng: reworded options 2 and 3
This commit is contained in:
parent
f142b9966f
commit
78eebef66b
1 changed files with 2 additions and 2 deletions
|
@ -6,11 +6,11 @@
|
|||
|
||||
`optipng {{file.png}}`
|
||||
|
||||
- Compress a PNG as optimally (but slowly) as possible:
|
||||
- Compress a PNG with best compression:
|
||||
|
||||
`optipng -o{{7}} {{file.png}}`
|
||||
|
||||
- Compress a PNG as quickly (but non-optimally) as possible:
|
||||
- Compress a PNG with fastest compression:
|
||||
|
||||
`optipng -o{{0}} {{file.png}}`
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue