jpegoptim: added max size param example (#2301)

italian
Samuele 2018-09-11 10:06:44 +02:00 committed by Agniva De Sarker
parent 29027da751
commit fecba2cd70
1 changed files with 4 additions and 0 deletions

View File

@ -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}}`