2023-10-14 13:46:48 +05:30
|
|
|
# ppmhist
|
|
|
|
|
|
|
|
> Print a histogram of the colors present in a PPM image.
|
2024-02-06 15:15:34 +01:00
|
|
|
> See also: `pgmhist`.
|
2023-10-14 13:46:48 +05:30
|
|
|
> More information: <https://netpbm.sourceforge.net/doc/ppmhist.html>.
|
|
|
|
|
|
|
|
- Generate the histogram for human reading:
|
|
|
|
|
2025-04-01 06:42:14 +03:00
|
|
|
`ppmhist {{[-nom|-nomap]}} {{path/to/image.ppm}}`
|
2023-10-14 13:46:48 +05:30
|
|
|
|
|
|
|
- Generate a PPM file of the colormap for the image, with the color histogram as comments:
|
|
|
|
|
2025-04-01 06:42:14 +03:00
|
|
|
`ppmhist {{[-m|-map]}} {{path/to/image.ppm}}`
|
2023-10-14 13:46:48 +05:30
|
|
|
|
|
|
|
- Display version:
|
|
|
|
|
2025-04-01 06:42:14 +03:00
|
|
|
`ppmhist {{[-v|-version]}}`
|