LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

ximtoppm

Convert XIM images to PPM format

TLDR

Convert XIM to PPM
$ ximtoppm [input.xim] > [output.ppm]
copy

SYNOPSIS

ximtoppm [file]

DESCRIPTION

ximtoppm converts XIM (X Image) format to PPM. XIM was used by some X11 applications. Part of Netpbm toolkit.

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