Update cheatsheets

This commit is contained in:
ivuorinen
2025-06-29 00:23:20 +00:00
parent 42ee16d1f0
commit 0b27d7dda4
118 changed files with 277 additions and 228 deletions

View File

@@ -10,20 +10,20 @@ source: https://github.com/tldr-pages/tldr.git
- Set output column count to a specific value:
`img2txt --width={{10}}`
`img2txt {{[-W|--width]}} {{10}} {{path/to/image}}`
- Set output line count to a specific value:
`img2txt --height={{5}}`
`img2txt {{[-H|--height]}} {{5}} {{path/to/image}}`
- Set output font width to a specific value:
`img2txt --font-width={{12}}`
`img2txt {{[-x|--font-width]}} {{12}} {{path/to/image}}`
- Set output font height to a specific value:
`img2txt --font-height={{14}}`
`img2txt {{[-y|--font-height]}} {{14}} {{path/to/image}}`
- Set image brightness to a specific value:
`img2txt --brightness={{2}}`
`img2txt {{[-b|--brightness]}} {{2}} {{path/to/image}}`