add new chinese translations
This commit is contained in:
12
pages.zh/common/pgmnoise.md
Normal file
12
pages.zh/common/pgmnoise.md
Normal file
@@ -0,0 +1,12 @@
|
||||
# pgmnoise
|
||||
|
||||
> 生成白噪声。
|
||||
> 更多信息:<https://netpbm.sourceforge.net/doc/pgmnoise.html>。
|
||||
|
||||
- 生成包含白噪声的PGM图像:
|
||||
|
||||
`pgmnoise {{宽度}} {{高度}} > {{输出路径/输出.pgm}}`
|
||||
|
||||
- 指定伪随机数生成器的种子:
|
||||
|
||||
`pgmnoise {{宽度}} {{高度}} -randomseed {{值}} > {{输出路径/输出.pgm}}`
|
Reference in New Issue
Block a user