1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-04 12:55:32 +02:00
tldr/pages/common/imgtoppm.md

304 B

imgtoppm

Convert 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 {{[-v|-version]}}