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/ppmtorgb3.md
Normal file
9
pages/common/ppmtorgb3.md
Normal file
@@ -0,0 +1,9 @@
|
||||
# ppmtorgb3
|
||||
|
||||
> Separate the color components of a PPM file into three separate PGM files.
|
||||
> See also: `rgb3toppm`.
|
||||
> More information: <https://netpbm.sourceforge.net/doc/ppmtorgb3.html>.
|
||||
|
||||
- Separate the color components of a PPM file, saving the outputs to `file.red`, `file.grn` and `file.blu`:
|
||||
|
||||
`ppmtorgb3 {{path/to/file.ppm}}`
|
Reference in New Issue
Block a user