mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-02 21:55:44 +02:00
jpegoptim: added max size param example (#2301)
This commit is contained in:
parent
29027da751
commit
fecba2cd70
1 changed files with 4 additions and 0 deletions
|
@ -13,3 +13,7 @@
|
|||
- Force the output images to be progressive:
|
||||
|
||||
`jpegoptim --all-progressive {{image1.jpeg}} {{image2.jpeg}} {{imageN.jpeg}}`
|
||||
|
||||
- Force the output images to have a fixed maximum filesize:
|
||||
|
||||
`jpegoptim --size={{250k}} {{image1.jpeg}} {{image2.jpeg}} {{imageN.jpeg}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue