LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

palmtopnm

converts Palm Pilot image format to PNM

TLDR

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

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
copy
sudo dnf install netpbm
copy
sudo pacman -S netpbm
copy
sudo apk add netpbm
copy
sudo zypper install netpbm
copy
brew install netpbm
copy
nix profile install nixpkgs#netpbm
copy

SEE ALSO

Copied to clipboard
Kai