snippetbashTip
ppmtopgm — Convert a PPM image to a PGM image. More information: <https://netpbm.sourceforge.net/doc/ppmtopgm.h
Viewed 0 times
commandconvertcliimageppmtopgmpgmppm
Problem
How to use the
ppmtopgm command: Convert a PPM image to a PGM image. More information: <https://netpbm.sourceforge.net/doc/ppmtopgm.html>.Solution
ppmtopgm — Convert a PPM image to a PGM image. More information: <https://netpbm.sourceforge.net/doc/ppmtopgm.html>.Convert PPM image to PGM image:
ppmtopgm {{path/to/file.ppm}} > {{path/to/file.pgm}}Display version:
ppmtopgm {{[-v|-version]}}Code Snippets
Convert PPM image to PGM image
ppmtopgm {{path/to/file.ppm}} > {{path/to/file.pgm}}Display version
ppmtopgm {{[-v|-version]}}Context
tldr-pages: common/ppmtopgm
Revisions (0)
No revisions yet.