pgm*: add Korean translation (#14631)
This commit is contained in:
12
pages.ko/common/pgmnoise.md
Normal file
12
pages.ko/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