mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-04 19:55:37 +00:00
Update cheatsheets
This commit is contained in:
@@ -14,8 +14,8 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Move the image in the x and y direction:
|
||||
|
||||
`ppmtopj -xpos {{dx}} -ypos {{dy}} {{path/to/input.ppm}} > {{path/to/output.pj}}`
|
||||
`ppmtopj {{[-x|-xpos]}} {{dx}} {{[-y|-ypos]}} {{dy}} {{path/to/input.ppm}} > {{path/to/output.pj}}`
|
||||
|
||||
- Explicitly specify a gamma value:
|
||||
|
||||
`ppmtopj -gamma {{gamma}} {{path/to/input.ppm}} > {{path/to/output.pj}}`
|
||||
`ppmtopj {{[-g|-gamma]}} {{gamma}} {{path/to/input.ppm}} > {{path/to/output.pj}}`
|
||||
|
||||
Reference in New Issue
Block a user