commands.sh

ppmtorgb3

all

Separate the color components of a PPM file into three separate PGM files. See also: `rgb3toppm`.

More info →

Examples (1)

Separate the color components of a PPM file, saving the outputs to `file.red`, `file.grn` and `file.blu`

ppmtorgb3 path/to/file.ppm
made by @shridhargupta | data from tldr-pages