pnmtopng: add page (#11072)

* pnmtopng: add page

* Update pnmtopng.md

* Updated syntax

Co-authored-by: Juri Dispan <juri.dispan@posteo.net>

---------

Co-authored-by: Juri Dispan <juri.dispan@posteo.net>
This commit is contained in:
Prerna Singh
2023-10-19 16:48:18 +05:30
committed by GitHub
parent 5b08233525
commit 5e12851c1a

12
pages/common/pnmtopng.md Normal file
View File

@@ -0,0 +1,12 @@
# pnmtopng
> Converts a PNM image file to PNG image format.
> More information: <https://netpbm.sourceforge.net/doc/pnmtopng.html>.
- 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`