2025-03-14 21:59:59 -06:00
|
|
|
# rgb3toppm
|
|
|
|
|
|
|
|
|
|
> Combine three PGM images into one PPM image.
|
|
|
|
|
> See also: `ppmtorgb3`.
|
|
|
|
|
> More information: <https://netpbm.sourceforge.net/doc/rgb3toppm.html>.
|
|
|
|
|
|
2026-02-18 06:55:01 -07:00
|
|
|
- Combine three PGM images (representing red, green, and blue color components) into one PPM image:
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
`rgb3toppm {{path/to/red_file.ppm}} {{path/to/green_file.ppm}} {{path/to/blue_file.ppm}} > {{path/to/output.ppm}}`
|