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 PGM to PPM - Colorize Images | Online Free DevTools by Hexmos

Convert PGM images to PPM format with PGMtoPPM. Colorize greyscale images and apply color maps easily. Free online tool, no registration required.

pgmtoppm

Colorize a PGM image. More information: https://netpbm.sourceforge.net/doc/pgmtoppm.html.

  • Map all greyscale values of the input image to all colors between the two specified colors:

pgmtoppm {{[-b|-black]}} {{red}} {{[-w|-white]}} {{blue}} {{path/to/input.pgm}} > {{path/to/output.ppm}}

  • Map all greyscale values of the input image to colors according to the specified colormap:

pgmtoppm {{[-m|-map]}} {{path/to/colormap.ppm}} {{path/to/input.pgm}} > {{path/to/output.ppm}}

See Also