pnmtojpeg: add page (#11081)
Co-authored-by: Juri Dispan <juri.dispan@posteo.net>
This commit is contained in:
12
pages/common/pnmtojpeg.md
Normal file
12
pages/common/pnmtojpeg.md
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
# pnmtojpeg
|
||||||
|
|
||||||
|
> Converts a PNM image file to the JPEG/JFIF/EXIF image format.
|
||||||
|
> More information: <https://netpbm.sourceforge.net/doc/pnmtojpeg.html>.
|
||||||
|
|
||||||
|
- Read a PNM image as input and produce a JPEG/JFIF/EXIF image as output:
|
||||||
|
|
||||||
|
`pnmtojpeg {{path/to/file.pnm}} > {{path/to/file.jpg}}`
|
||||||
|
|
||||||
|
- Display version:
|
||||||
|
|
||||||
|
`pnmtojpeg -version`
|
Reference in New Issue
Block a user