mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-24 03:35:24 +02:00
palmtopnm: add page (#11057)
* palmtopnm: add page * Update pages/common/palmtopnm.md Co-authored-by: Juri Dispan <juri.dispan@posteo.net> --------- Co-authored-by: Juri Dispan <juri.dispan@posteo.net>
This commit is contained in:
parent
5df48879ed
commit
95c65dc995
1 changed files with 20 additions and 0 deletions
20
pages/common/palmtopnm.md
Normal file
20
pages/common/palmtopnm.md
Normal file
|
@ -0,0 +1,20 @@
|
|||
# palmtopnm
|
||||
|
||||
> Convert a Palm Bitmap file to a PNM image.
|
||||
> More information: <https://netpbm.sourceforge.net/doc/palmtopnm.html>.
|
||||
|
||||
- Generate the PNM image as output, for a Palm Bitmap file as input:
|
||||
|
||||
`palmtopnm {{path/to/file.palm}}`
|
||||
|
||||
- Display various information about the input Palm Bitmap file and process:
|
||||
|
||||
`palmtopnm -verbose {{path/to/file.palm}}`
|
||||
|
||||
- Generate a histogram of colours in the input Palm Bitmap file to `stderr`:
|
||||
|
||||
`palmtopnm -showhist {{path/to/file.palm}}`
|
||||
|
||||
- Display version:
|
||||
|
||||
`palmtopnm -version`
|
Loading…
Add table
Reference in a new issue