mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-23 13:35:26 +02:00
jpegoptim: add page (#1370)
* New command: jpegoptim * Update jpegoptim.md
This commit is contained in:
parent
f73955fd06
commit
c0616697ed
1 changed files with 15 additions and 0 deletions
15
pages/common/jpegoptim.md
Normal file
15
pages/common/jpegoptim.md
Normal file
|
@ -0,0 +1,15 @@
|
|||
# jpegoptim
|
||||
|
||||
> Optimise JPEG images.
|
||||
|
||||
- Optimise a set of JPEG images, retaining all associated data:
|
||||
|
||||
`jpegoptim {{image1.jpeg}} {{image2.jpeg}} {{imageN.jpeg}}`
|
||||
|
||||
- Optimise JPEG images, stripping all non-essential data:
|
||||
|
||||
`jpegoptim --strip-all {{image1.jpeg}} {{image2.jpeg}} {{imageN.jpeg}}`
|
||||
|
||||
- Force the output images to be progressive:
|
||||
|
||||
`jpegoptim --all-progressive {{image1.jpeg}} {{image2.jpeg}} {{imageN.jpeg}}`
|
Loading…
Add table
Reference in a new issue