mirror of https://github.com/CrimsonTome/tldr.git
283 B
283 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
stdin
tostdout
:
ppmtoppm < {{path/to/image.ppm}} > {{path/to/output.ppm}}
- Display version:
ppmtoppm -version