diff --git a/pages/common/ppmtopgm.md b/pages/common/ppmtopgm.md new file mode 100644 index 000000000..8c7054dc1 --- /dev/null +++ b/pages/common/ppmtopgm.md @@ -0,0 +1,12 @@ +# ppmtopgm + +> Convert a PPM image to a PGM image. +> More information: . + +- Convert PPM image to PGM image: + +`ppmtopgm {{path/to/file.ppm}} > {{path/to/file.pgm}}` + +- Display version: + +`ppmtopgm -version`