mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-09-19 01:43:18 +08:00
292 B
292 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]}}