jpegtopnm: Add page (#11084)

* jpegtopnm: Add page

* Apply suggestions from code review

Co-authored-by: Juri Dispan <juri.dispan@posteo.net>

---------

Co-authored-by: Juri Dispan <juri.dispan@posteo.net>
pull/23/head
Prerna Singh 2023-10-19 21:28:40 +05:30 committed by GitHub
parent 43949cb70b
commit e7d2e24592
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/jpegtopnm.md Normal file
View File

@ -0,0 +1,12 @@
# jpegtopnm
> Converts a JPEG/JFIF file to the PPM or PGM format.
> More information: <https://netpbm.sourceforge.net/doc/jpegtopnm.html>.
- Convert JPEG/JFIF image to a PPM or PGM image:
`jpegtopnm {{path/to/file.jpg}} > {{path/to/file.pnm}}`
- Display version:
`jpegtopnm -version`