1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/common/jpegtopnm.md
Prerna Singh e7d2e24592
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>
2023-10-19 17:58:40 +02:00

12 lines
289 B
Markdown

# 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`