mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-21 21:42:08 +02:00
331 B
331 B
ppmtorgb3
Separate the color components of a PPM file into three separate PGM files. See also:
rgb3toppm
. More information: https://netpbm.sourceforge.net/doc/ppmtorgb3.html.
- Separate the color components of a PPM file, saving the outputs to
file.red
,file.grn
andfile.blu
:
ppmtorgb3 {{path/to/file.ppm}}