Files
tldr/pages.zh/common/ppmhist.md

17 lines
391 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# ppmhist
> 打印PPM图像中存在的颜色直方图。
> 另见:`pgmhist`。
> 更多信息:<https://netpbm.sourceforge.net/doc/ppmhist.html>。
- 生成供人类阅读的直方图:
`ppmhist -nomap {{path/to/image.ppm}}`
- 生成图像的颜色映射的PPM文件并将颜色直方图作为注释
`ppmhist -map {{path/to/image.ppm}}`
- 显示版本:
`ppmhist -version`