mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-16 20:00:25 +00:00
Update cheatsheets
This commit is contained in:
@@ -14,12 +14,12 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Dump information from the TGA header to `stdout`:
|
||||
|
||||
`tgatoppm --headerdump {{path/to/file.tga}} > {{path/to/output.ppm}}`
|
||||
`tgatoppm {{[-h|-headerdump]}} {{path/to/file.tga}} > {{path/to/output.ppm}}`
|
||||
|
||||
- Write the transparency channel values of the input image to the specified file:
|
||||
|
||||
`tgatoppm --alphaout {{path/to/transparency_file.pgm}} {{path/to/file.tga}} > {{path/to/output.ppm}}`
|
||||
`tgatoppm {{[-a|-alphaout]}} {{path/to/transparency_file.pgm}} {{path/to/file.tga}} > {{path/to/output.ppm}}`
|
||||
|
||||
- Display version:
|
||||
|
||||
`tgatoppm -version`
|
||||
`tgatoppm {{[-v|-version]}}`
|
||||
|
||||
Reference in New Issue
Block a user