LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

ppmtopgm

Convert color PPM images to grayscale

TLDR

Convert color to grayscale
$ ppmtopgm [input.ppm] > [output.pgm]
copy

SYNOPSIS

ppmtopgm [file]

DESCRIPTION

ppmtopgm converts PPM color images to PGM grayscale. Uses standard luminance formula to compute gray values. 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