1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages.nl/common/pnmtojpeg.md

13 lines
361 B
Markdown
Raw Normal View History

# pnmtojpeg
> Converteer een PNM afbeelding naar het JPEG/JFIF/EXIF afbeeldingsformaat.
> Meer informatie: <https://netpbm.sourceforge.net/doc/pnmtojpeg.html>.
- Lees een PNM afbeelding als invoer en produceer een JPEG/JFIF/EXIF afbeelding als uitvoer:
`pnmtojpeg {{pad/naar/bestand.pnm}} > {{pad/naar/bestand.jpg}}`
- Toon de versie:
`pnmtojpeg -version`