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

@@ -15,16 +15,16 @@ source: https://github.com/tldr-pages/tldr.git
- Display the median grey value:
`pgmhist -median {{path/to/image.pgm}}`
`pgmhist {{[-me|-median]}} {{path/to/image.pgm}}`
- Display four quartile grey value:
`pgmhist -quartile {{path/to/image.pgm}}`
`pgmhist {{[-qua|-quartile]}} {{path/to/image.pgm}}`
- Report the existence of invalid grey values:
`pgmhist -forensic {{path/to/image.pgm}}`
`pgmhist {{[-f|-forensic]}} {{path/to/image.pgm}}`
- Display machine-readable output:
`pgmhist -machine {{path/to/image.pgm}}`
`pgmhist {{[-ma|-machine]}} {{path/to/image.pgm}}`