1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 14:22:07 +02:00

imgtoppm: add-page (#11329)

This commit is contained in:
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

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`