LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

pnmtoxwd

Convert PNM to X Window Dump format

TLDR

Convert PNM to XWD format
$ pnmtoxwd [input.pnm] > [output.xwd]
copy
Specify visual class
$ pnmtoxwd -directcolor [input.pnm] > [output.xwd]
copy

SYNOPSIS

pnmtoxwd [options] [file]

DESCRIPTION

pnmtoxwd converts PNM images to X Window Dump (XWD) format. Part of Netpbm toolkit.

PARAMETERS

-pseudocolor

Use PseudoColor visual.
-directcolor
Use DirectColor visual.

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