1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/common/ppmtorgb3.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

9 lines
331 B
Markdown

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