logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

Convert PGM Images - Create PPM with rgb3toppm | Online Free DevTools by Hexmos

Create PPM images with rgb3toppm by converting PGM red, green and blue components. Fast image combining with this Netpbm tool. Free online tool, no registration required.

rgb3toppm

Combine three PGM images into one PPM image. See also: ppmtorgb3. More information: https://netpbm.sourceforge.net/doc/rgb3toppm.html.

  • Combine three PGM images (representing red, green and blue color components) into one PPM image:

rgb3toppm {{path/to/red_file.ppm}} {{path/to/green_file.ppm}} {{path/to/blue_file.ppm}} > {{path/to/output.ppm}}

See Also