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

8 lines
297 B
Markdown
Raw 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.

# pgmmake
> 创建具有均匀灰度级的PGM图像。
> 更多信息:<https://netpbm.sourceforge.net/doc/pgmmake.html>。
- 创建具有均匀灰度级指定为0到1之间的数字和指定尺寸的PGM图像
`pgmmake {{graylevel}} {{width}} {{height}} > {{path/to/output_file.pgm}}`