logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Convert PPM to RGB - Separate Image Channels | Online Free DevTools by Hexmos

Convert PPM to RGB with ppmtorgb3. Separate color components of a PPM image into distinct PGM files for individual channel editing. Free online tool, no registration required.

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

See Also