Options (4)
booleanDisplay information about the input file
Example:
palmtopnm {{[-verb|-verbose]}} {{path/to/file.palm}} > {{path/to/file.pnm}}-rbooleanConvert the n'th rendition of the image contained in the input file
Example:
palmtopnm {{[-r|-rendition]}} {{n}} {{path/to/file.palm}} > {{path/to/file.pnm}}-sbooleanWrite a histogram of the colors in the input file to `stdout`
Example:
palmtopnm {{[-s|-showhist]}} {{path/to/file.palm}} > {{path/to/file.pnm}}-tbooleanOutput the transparent color of the input image if set
Example:
palmtopnm {{[-t|-transparent]}} {{path/to/file.palm}}Examples (5)
Convert a Palm bitmap to a PNM image
palmtopnm path/to/file.palm > path/to/file.pnmDisplay information about the input file
palmtopnm [-verb|-verbose] path/to/file.palm > path/to/file.pnmConvert the n'th rendition of the image contained in the input file
Write a histogram of the colors in the input file to `stdout`
palmtopnm [-s|-showhist] path/to/file.palm > path/to/file.pnmOutput the transparent color of the input image if set
palmtopnm [-t|-transparent] path/to/file.palmmade by @shridhargupta | data from tldr-pages