LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

pgmtopgm

copies PGM images, normalizing format

TLDR

Copy PGM image
$ pgmtopgm [input.pgm] > [output.pgm]
copy

SYNOPSIS

pgmtopgm [file]

DESCRIPTION

pgmtopgm copies PGM images, normalizing format. Functions as a no-op filter in pipelines. 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