mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-20 16:01:58 +00:00
Update cheatsheets
This commit is contained in:
@@ -14,12 +14,12 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Resize the input image:
|
||||
|
||||
`ppmtopjxl -xsize {{10cm}} -ysize {{5cm}} {{path/to/image.ppm}} > {{path/to/output.pjxl}}`
|
||||
`ppmtopjxl {{[-xsi|-xsize]}} {{10cm}} {{[-ysi|-ysize]}} {{5cm}} {{path/to/image.ppm}} > {{path/to/output.pjxl}}`
|
||||
|
||||
- Shift the input image:
|
||||
|
||||
`ppmtopjxl -xshift {{10pt}} -yshift {{5pt}} {{path/to/image.ppm}} > {{path/to/output.pjxl}}`
|
||||
`ppmtopjxl {{[-xsh|-xshift]}} {{10pt}} {{[-ysh|-yshift]}} {{5pt}} {{path/to/image.ppm}} > {{path/to/output.pjxl}}`
|
||||
|
||||
- Do not use the normal TIFF 4.0 compression method:
|
||||
|
||||
`ppmtopjxl -nopack {{path/to/image.ppm}} > {{path/to/output.pjxl}}`
|
||||
`ppmtopjxl {{[-n|-nopack]}} {{path/to/image.ppm}} > {{path/to/output.pjxl}}`
|
||||
|
||||
Reference in New Issue
Block a user