HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

ppmtopgm — Convert a PPM image to a PGM image. More information: <https://netpbm.sourceforge.net/doc/ppmtopgm.h

Submitted by: @import:tldr-pages··
0
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.