mirror of https://github.com/CrimsonTome/tldr.git
13 lines
289 B
Markdown
13 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`
|