pnmtojpeg: add page (#11081)

Co-authored-by: Juri Dispan <juri.dispan@posteo.net>
This commit is contained in:
Prerna Singh
2023-10-19 21:17:13 +05:30
committed by GitHub
parent f77486c179
commit 43949cb70b

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

@@ -0,0 +1,12 @@
# pnmtojpeg
> Converts a PNM image file to the JPEG/JFIF/EXIF image format.
> More information: <https://netpbm.sourceforge.net/doc/pnmtojpeg.html>.
- Read a PNM image as input and produce a JPEG/JFIF/EXIF image as output:
`pnmtojpeg {{path/to/file.pnm}} > {{path/to/file.jpg}}`
- Display version:
`pnmtojpeg -version`