pbmnoise, pgmhist, pgmkernel, pgmnoise, pgmramp, pgmtexture: add pages; ppmhist: modify page (#12202)

This commit is contained in:
Juri Dispan
2024-02-06 15:15:34 +01:00
committed by GitHub
parent 0d32539122
commit 5bdf79a65d
7 changed files with 109 additions and 2 deletions

View File

@@ -1,15 +1,16 @@
# 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 -nomap {{path/to/image_file.ppm}}`
`ppmhist -nomap {{path/to/image.ppm}}`
- Generate a PPM file of the colormap for the image, with the color histogram as comments:
`ppmhist -map {{path/to/image_file.ppm}}`
`ppmhist -map {{path/to/image.ppm}}`
- Display version: