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:
parent
5b08233525
commit
5e12851c1a
1 changed files with 12 additions and 0 deletions
12
pages/common/pnmtopng.md
Normal file
12
pages/common/pnmtopng.md
Normal 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`
|
Loading…
Add table
Reference in a new issue