palmtopnm

converts Palm Pilot image format to PNM

TLDR

Convert Palm image to PNM
$ palmtopnm [input.palm] > [output.pnm]
Show image information only
$ palmtopnm -verbose [input.palm] > /dev/null

SYNOPSIS

palmtopnm [options] [file]

DESCRIPTION

palmtopnm converts Palm Pilot image format to PNM. Palm images were used on Palm OS PDAs. Part of Netpbm toolkit.

PARAMETERS

-verbose

Print image information.
-rendition n
Select specific rendition from multirendition image.

INSTALL

sudo apt install netpbm
sudo dnf install netpbm
sudo pacman -S netpbm
sudo apk add netpbm
sudo zypper install netpbm
brew install netpbm
nix profile install nixpkgs#netpbm

SEE ALSO

pnmtopalm(1), pnmtopng(1)