Update cheatsheets

This commit is contained in:
ivuorinen
2025-04-02 00:19:10 +00:00
parent 2be0d1874d
commit 6c2bf9ee1e
134 changed files with 253 additions and 253 deletions

View File

@@ -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}}`