imgtoppm: add-page (#11329)

pull/23/head
ShamimShahraeini 2023-10-29 21:01:32 +03:30 committed by GitHub
parent 95e3f55e07
commit 92e47d543f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 12 additions and 0 deletions

12
pages/common/imgtoppm.md Normal file
View 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`