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

Generate PPM Histogram - Analyze Image Colors | Online Free DevTools by Hexmos

Analyze image colors with PPM Histogram. Create PPM color maps and generate color distribution reports from PPM images. Free online tool, no registration required.

ppmhist

Print a histogram of the colors present in a PPM image. See also: pgmhist. More information: https://netpbm.sourceforge.net/doc/ppmhist.html.

  • Generate the histogram for human reading:

ppmhist {{[-nom|-nomap]}} {{path/to/image.ppm}}

  • Generate a PPM file of the colormap for the image, with the color histogram as comments:

ppmhist {{[-m|-map]}} {{path/to/image.ppm}}

  • Display version:

ppmhist {{[-v|-version]}}

See Also