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:
코드싸이
2024-11-05 19:15:23 +09:00
committed by GitHub
parent a7d292be92
commit 94a786f926
51 changed files with 711 additions and 0 deletions

View 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}}`