spottopgm, rlatopam, rgb3toppm, ppmtorgb3: add pages (#15354)
* fix ci * spottopgm, rlatopam, rgb3toppm, ppmtorgb3: add pages * fix typo
This commit is contained in:
9
pages/common/rgb3toppm.md
Normal file
9
pages/common/rgb3toppm.md
Normal file
@@ -0,0 +1,9 @@
|
||||
# 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}}`
|
Reference in New Issue
Block a user