1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-24 03:35:24 +02:00

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

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`