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

13 lines
437 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.

# pamcrater
> 创建一个带有陨石坑地形的PAM图像。
> 另请参见:`pamshadedrelief``ppmrelief`。
> 更多信息:<https://netpbm.sourceforge.net/doc/pamcrater.html>。
- 创建一个具有指定尺寸的陨石坑地形图像:
`pamcrater -height {{height}} -width {{width}} > {{path/to/output.pam}}`
- 创建一个包含指定数量陨石坑的图像:
`pamcrater -number {{n_craters}} > {{path/to/output.pam}}`