snippetbashTip
ppmtorgb3 — Separate the color components of a PPM file into three separate PGM files. See also: `rgb3toppm`. Mo
Viewed 0 times
theseparatecommandppmtorgb3colorclicomponentsppm
Problem
How to use the
ppmtorgb3 command: 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>.Solution
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}}Code Snippets
Separate the color components of a PPM file, saving the outputs to `file.red`, `file.grn` and `file.blu`
ppmtorgb3 {{path/to/file.ppm}}Context
tldr-pages: common/ppmtorgb3
Revisions (0)
No revisions yet.