LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

ppmtoppm

Normalize and copy PPM image format

TLDR

Copy and normalize PPM image
$ ppmtoppm [input.ppm] > [output.ppm]
copy

SYNOPSIS

ppmtoppm [file]

DESCRIPTION

ppmtoppm copies PPM images while normalizing format. Functions as a pass-through filter. 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