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,16 @@
# pnmshear
> PNM 이미지를 전단(기울이기)합니다.
> 더 많은 정보: <https://netpbm.sourceforge.net/doc/pnmshear.html>.
- 지정된 각도로 PNM 이미지 전단:
`pnmshear {{각도}} {{경로/대상/입력.pnm}} > {{경로/대상/출력.pnm}}`
- 전단된 이미지의 배경색 지정:
`pnmshear -background {{파랑}} {{각도}} {{경로/대상/입력.pnm}} > {{경로/대상/출력.pnm}}`
- 안티앨리어싱 없이 수행:
`pnmshear -noantialias {{각도}} {{경로/대상/입력.pnm}} > {{경로/대상/출력.pnm}}`