LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

pnmtopalm

Convert PNM images to Palm image format

TLDR

Convert PNM to Palm image
$ pnmtopalm [input.pnm] > [output.palm]
copy
Specify color depth
$ pnmtopalm -depth [8] [input.pnm] > [output.palm]
copy

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.

SEE ALSO

Copied to clipboard
Kai