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 -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 -colormap {{path/to/file.pnm}} > {{path/to/file.palm}}

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