diff --git a/pages/common/pnmtopng.md b/pages/common/pnmtopng.md new file mode 100644 index 000000000..9c28ebd9f --- /dev/null +++ b/pages/common/pnmtopng.md @@ -0,0 +1,12 @@ +# pnmtopng + +> Converts a PNM image file to PNG image format. +> More information: . + +- Read a PNM image as input and produce a PNG image as output: + +`pnmtopng {{path/to/file.pnm}} > {{path/to/file.png}}` + +- Display version: + +`pnmtopng -version`