mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-12 12:59:00 +00:00
Update cheatsheets
This commit is contained in:
@@ -10,16 +10,16 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Rotate the input image counter-clockwise for a specific degree:
|
||||
|
||||
`pamflip -rotate{{90|180|270}} {{path/to/input.pam}} > {{path/to/output.pam}}`
|
||||
`pamflip {{[-r|-rotate]}}{{90|180|270}} {{path/to/input.pam}} > {{path/to/output.pam}}`
|
||||
|
||||
- Flip left for right:
|
||||
|
||||
`pamflip -leftright {{path/to/input.pam}} > {{path/to/output.pam}}`
|
||||
`pamflip {{[-lr|-leftright]}} {{path/to/input.pam}} > {{path/to/output.pam}}`
|
||||
|
||||
- Flip top for bottom:
|
||||
|
||||
`pamflip -topbottom {{path/to/input.pam}} > {{path/to/output.pam}}`
|
||||
`pamflip {{[-tb|-topbottom]}} {{path/to/input.pam}} > {{path/to/output.pam}}`
|
||||
|
||||
- Flip the input image on the main diagonal:
|
||||
|
||||
`pamflip -transpose {{path/to/input.pam}} > {{path/to/output.pam}}`
|
||||
`pamflip {{[-xy|-transpose]}} {{path/to/input.pam}} > {{path/to/output.pam}}`
|
||||
|
||||
Reference in New Issue
Block a user