commands.sh

rgb3toppm

all

Combine three PGM images into one PPM image. See also: `ppmtorgb3`.

More info →

Examples (1)

Combine three PGM images (representing red, green, and blue color components) into one PPM image

rgb3toppm path/to/red_file.ppm path/to/green_file.ppm path/to/blue_file.ppm > path/to/output.ppm
made by @shridhargupta | data from tldr-pages