mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-24 03:35:24 +02:00
pnmtojpeg: add page (#11081)
Co-authored-by: Juri Dispan <juri.dispan@posteo.net>
This commit is contained in:
parent
f77486c179
commit
43949cb70b
1 changed files with 12 additions and 0 deletions
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`
|
Loading…
Add table
Reference in a new issue