mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-10 11:58:15 +00:00
Update cheatsheets
This commit is contained in:
@@ -14,8 +14,8 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Draw the histogram as dots instead of bars:
|
||||
|
||||
`pnmhistmap -dots {{path/to/input.pnm}} > {{path/to/output.pnm}}`
|
||||
`pnmhistmap {{[-d|-dots]}} {{path/to/input.pnm}} > {{path/to/output.pnm}}`
|
||||
|
||||
- Specify the range of intensity values to include:
|
||||
|
||||
`pnmhistmap -lval {{minval}} -rval {{maxval}} {{path/to/input.pnm}} > {{path/to/output.pnm}}`
|
||||
`pnmhistmap {{[-l|-lval]}} {{minval}} {{[-rv|-rval]}} {{maxval}} {{path/to/input.pnm}} > {{path/to/output.pnm}}`
|
||||
|
||||
Reference in New Issue
Block a user