pnmtopalm Command Examples

Convert a PNM image to a Palm bitmap. More information: https://netpbm.sourceforge.net/doc/pnmtopalm.html.

pnmtopalm {{path/to/file.pnm}} > {{path/to/file.palm}}

pnmtopalm {{[-dep|-depth]}} {{1|2|4|8|16}} {{path/to/file.pnm}} > {{path/to/file.palm}}

pnmtopalm -{{scanline_compression|rle_compression|packbits_compression}} {{path/to/file.pnm}} > {{path/to/file.palm}}

pnmtopalm {{[-c|-colormap]}} {{path/to/file.pnm}} > {{path/to/file.palm}}

pnmtopalm {{[-den|-density]}} {{72|108|144|216|288}} {{path/to/file.pnm}} > {{path/to/file.palm}}