pnmtopalm
Convert PNM images to Palm image format
TLDR
Convert PNM to Palm image
$ pnmtopalm [input.pnm] > [output.palm]
Specify color depth$ pnmtopalm -depth [8] [input.pnm] > [output.palm]
SYNOPSIS
pnmtopalm [options] [file]
DESCRIPTION
pnmtopalm converts PNM images to Palm Pilot image format. Part of Netpbm toolkit.
PARAMETERS
-depth n
Bits per pixel (1, 2, 4, 8, 16).-maxdepth n
Maximum color depth.-colormap
Use custom colormap.
