spottopgm, rlatopam, rgb3toppm, ppmtorgb3: add pages (#15354)

* fix ci

* spottopgm, rlatopam, rgb3toppm, ppmtorgb3: add pages

* fix typo
This commit is contained in:
Juri Dispan
2024-12-28 13:45:15 +01:00
committed by GitHub
parent 15949a7e47
commit 3f78c1f040
4 changed files with 42 additions and 0 deletions

View 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}}`