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

12 lines
297 B
Markdown

# jpegtopnm
> Convert 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 {{[-v|-version]}}`