mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-09-17 17:17:40 +08:00
293 B
293 B
ppmtoppm
Copy a PPM image. More information: https://netpbm.sourceforge.net/doc/ppmtoppm.html.
- Copy a PPM image (i.e. a PBM, PGM, or PPM image) from
stdintostdout:
ppmtoppm < {{path/to/image.ppm}} > {{path/to/output.ppm}}
- Display version:
ppmtoppm {{[-v|-version]}}