1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-25 00:55:38 +02:00

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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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`