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

16 lines
468 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.

# pbmnoise
> 生成白噪音。
> 更多信息:<https://netpbm.sourceforge.net/doc/pbmnoise.html>。
- 生成包含白噪音的PGM图像
`pbmnoise {{宽度}} {{高度}} > {{输出路径/输出.pbm}}`
- 指定伪随机数生成器的种子:
`pbmnoise {{宽度}} {{高度}} -randomseed {{值}} > {{输出路径/输出.pbm}}`
- 指定白色像素与黑色像素的期望比例:
`pbmnoise {{宽度}} {{高度}} -ratio {{1/3}} > {{输出路径/输出.pbm}}`