pnm*: add Korean translation (#14634)
* pnm*: add Korean translation * Update pages.ko/common/pnmsmooth.md Co-authored-by: Chooooo <contact@choo.ooo> --------- Co-authored-by: Chooooo <contact@choo.ooo>
This commit is contained in:
12
pages.ko/common/pnmsmooth.md
Normal file
12
pages.ko/common/pnmsmooth.md
Normal file
@@ -0,0 +1,12 @@
|
||||
# pnmsmooth
|
||||
|
||||
> PNM 이미지를 부드럽게 처리.
|
||||
> 더 많은 정보: <https://netpbm.sourceforge.net/doc/pnmsmooth.html>.
|
||||
|
||||
- 3x3 크기의 컨볼루션 행렬을 사용하여 PNM 이미지 부드럽게 처리:
|
||||
|
||||
`pnmsmooth {{경로/대상/입력.pnm}} > {{경로/대상/출력.pnm}}`
|
||||
|
||||
- 가로 너비 x 세로 높이 크기의 컨볼루션 행렬을 사용하여 PNM 이미지 부드럽게 처리:
|
||||
|
||||
`pnmsmooth -width {{너비}} -height {{높이}} {{경로/대상/입력.pnm}} > {{경로/대상/출력.pnm}}`
|
Reference in New Issue
Block a user