1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-04 09:35:33 +02:00
tldr/pages/common/rgb3toppm.md
Juri Dispan 3f78c1f040
spottopgm, rlatopam, rgb3toppm, ppmtorgb3: add pages (#15354)
* fix ci

* spottopgm, rlatopam, rgb3toppm, ppmtorgb3: add pages

* fix typo
2024-12-28 13:45:15 +01:00

374 B

rgb3toppm

Combine three PGM images into one PPM image. See also: ppmtorgb3. More information: https://netpbm.sourceforge.net/doc/rgb3toppm.html.

  • 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}}