1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-21 22:02:09 +02:00
tldr/pages/common/jpegtopnm.md
Antti Savolainen e7e3c0b668 batch4
2025-03-28 18:48:45 +02:00

297 B

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]}}