LinuxCommandLibrary

ppmtopgm

Convert a PPM image to a PGM image.

TLDR

Convert PPM image to PGM image

$ ppmtopgm [path/to/file.ppm] > [path/to/file.pgm]
copy


Display version
$ ppmtopgm -version
copy

Copied to clipboard