mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-25 00:35:24 +02:00
ppmhist: add page (#10950)
* ppmhist: add page --------- Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
This commit is contained in:
parent
08d8cd6a40
commit
e8e3f2c4fd
1 changed files with 16 additions and 0 deletions
16
pages/common/ppmhist.md
Normal file
16
pages/common/ppmhist.md
Normal file
|
@ -0,0 +1,16 @@
|
|||
# ppmhist
|
||||
|
||||
> Print a histogram of the colors present in a PPM image.
|
||||
> More information: <https://netpbm.sourceforge.net/doc/ppmhist.html>.
|
||||
|
||||
- Generate the histogram for human reading:
|
||||
|
||||
`ppmhist -nomap {{path/to/image_file.ppm}}`
|
||||
|
||||
- Generate a PPM file of the colormap for the image, with the color histogram as comments:
|
||||
|
||||
`ppmhist -map {{path/to/image_file.ppm}}`
|
||||
|
||||
- Display version:
|
||||
|
||||
`ppmhist -version`
|
Loading…
Add table
Reference in a new issue