mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-23 03:51:29 +00:00
Update cheatsheets
This commit is contained in:
@@ -6,20 +6,20 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
# jpegoptim
|
||||
|
||||
> Optimise JPEG images.
|
||||
> More information: <https://github.com/tjko/jpegoptim>.
|
||||
> More information: <https://manned.org/jpegoptim>.
|
||||
|
||||
- Optimise a set of JPEG images, retaining all associated data:
|
||||
|
||||
`jpegoptim {{image1.jpeg}} {{image2.jpeg}} {{imageN.jpeg}}`
|
||||
`jpegoptim {{image1.jpeg image2.jpeg image3.jpeg ...}}`
|
||||
|
||||
- Optimise JPEG images, stripping all non-essential data:
|
||||
|
||||
`jpegoptim --strip-all {{image1.jpeg}} {{image2.jpeg}} {{imageN.jpeg}}`
|
||||
`jpegoptim {{[-s|--strip-all]}} {{image1.jpeg image2.jpeg image3.jpeg ...}}`
|
||||
|
||||
- Force the output images to be progressive:
|
||||
|
||||
`jpegoptim --all-progressive {{image1.jpeg}} {{image2.jpeg}} {{imageN.jpeg}}`
|
||||
`jpegoptim --all-progressive {{image1.jpeg image2.jpeg image3.jpeg ...}}`
|
||||
|
||||
- Force the output images to have a fixed maximum filesize:
|
||||
|
||||
`jpegoptim --size={{250k}} {{image1.jpeg}} {{image2.jpeg}} {{imageN.jpeg}}`
|
||||
`jpegoptim {{[-S|--size]}} {{250k}} {{image1.jpeg image2.jpeg image3.jpeg ...}}`
|
||||
|
||||
Reference in New Issue
Block a user