Skip to content

Commit

Permalink
imgtoppm: add-page (#11329)
Browse files Browse the repository at this point in the history
  • Loading branch information
ShamimShahraeini committed Oct 29, 2023
1 parent 95e3f55 commit 92e47d5
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions pages/common/imgtoppm.md
Original file line number Diff line number Diff line change
@@ -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`

0 comments on commit 92e47d5

Please sign in to comment.