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 @@
# pnmhisteq
> PNM 이미지의 히스토그램을 균등화.
> 더 많은 정보: <https://netpbm.sourceforge.net/doc/pnmhisteq.html>.
- 히스토그램 균등화를 사용하여 PNM 이미지의 대비 증가:
`pnmhisteq {{경로/대상/입력.pnm}} > {{경로/대상/출력.pnm}}`
- 회색 픽셀만 수정:
`pnmhisteq -grey {{경로/대상/입력.pnm}} > {{경로/대상/출력.pnm}}`
- 히스토그램 균등화에서 검정 또는 흰색 픽셀 제외:
`pnmhisteq -no{{black|white}} {{경로/대상/입력.pnm}} > {{경로/대상/출력.pnm}}`