Update cheatsheets

This commit is contained in:
ivuorinen
2025-04-20 00:20:58 +00:00
parent 846fc1563d
commit a360d4dc45
153 changed files with 493 additions and 434 deletions

View File

@@ -10,12 +10,12 @@ source: https://github.com/tldr-pages/tldr.git
- Convert single images and/or whole directories containing valid image formats:
`imgp -x {{1366x1000}} {{path/to/directory}} {{path/to/file}}`
`imgp {{[-x|--res]}} {{1366x1000}} {{path/to/directory}} {{path/to/file}}`
- Scale an image by 75% and overwrite the source image to a target resolution:
`imgp -x {{75}} -w {{path/to/file}}`
`imgp {{[-x|--res]}} {{75}} z-w {{path/to/file}}`
- Rotate an image clockwise by 90 degrees:
`imgp -o {{90}} {{path/to/file}}`
`imgp {{[-o|--rotate]}} {{90}} {{path/to/file}}`