mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 08:22:08 +02:00
imgtoppm: add-page (#11329)
This commit is contained in:
parent
95e3f55e07
commit
92e47d543f
1 changed files with 12 additions and 0 deletions
12
pages/common/imgtoppm.md
Normal file
12
pages/common/imgtoppm.md
Normal file
|
@ -0,0 +1,12 @@
|
|||
# imgtoppm
|
||||
|
||||
> Converts various image file formats to the PPM (Portable Pixmap) format.
|
||||
> More information: <https://netpbm.sourceforge.net/doc/imgtoppm.html>.
|
||||
|
||||
- Convert an input image to PPM format:
|
||||
|
||||
`imgtoppm {{path/to/input}} > {{path/to/output.ppm}}`
|
||||
|
||||
- Display version:
|
||||
|
||||
`imgtoppm -version`
|
Loading…
Add table
Reference in a new issue