mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-19 12:01:26 +00:00
Update cheatsheets
This commit is contained in:
@@ -14,8 +14,8 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Print PNM header information to `stdout`:
|
||||
|
||||
`pnmtorle -verbose {{path/to/input.pnm}} > {{path/to/output.rle}}`
|
||||
`pnmtorle {{[-verb|-verbose]}} {{path/to/input.pnm}} > {{path/to/output.rle}}`
|
||||
|
||||
- Include a transparency channel in the output image in which every black pixel is set to fully transparent and every other pixel is set to fully opaque:
|
||||
|
||||
`pnmtorle -alpha {{path/to/input.pnm}} > {{path/to/output.rle}}`
|
||||
`pnmtorle {{[-a|-alpha]}} {{path/to/input.pnm}} > {{path/to/output.rle}}`
|
||||
|
||||
Reference in New Issue
Block a user