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>
pull/23/head
Prerna Singh 2023-10-19 16:48:18 +05:30 committed by GitHub
parent 5b08233525
commit 5e12851c1a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 12 additions and 0 deletions

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`