pnmtojpeg: add page (#11081)

Co-authored-by: Juri Dispan <juri.dispan@posteo.net>
pull/23/head
Prerna Singh 2023-10-19 21:17:13 +05:30 committed by GitHub
parent f77486c179
commit 43949cb70b
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/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`