--- syntax: markdown tags: [tldr, common] source: https://github.com/tldr-pages/tldr.git --- # ppmtorgb3 > Separate the color components of a PPM file into three separate PGM files. > See also: `rgb3toppm`. > More information: . - Separate the color components of a PPM file, saving the outputs to `file.red`, `file.grn` and `file.blu`: `ppmtorgb3 {{path/to/file.ppm}}`