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 @@
# pnmtoxwd
> PNM 파일을 X11 윈도우 덤프 파일로 변환.
> 더 많은 정보: <https://netpbm.sourceforge.net/doc/pnmtoxwd.html>.
- PNM 이미지 파일을 XWD로 변환:
`pnmtoxwd {{경로/대상/입력_파일.pnm}} > {{경로/대상/출력_파일.xwd}}`
- DirectColor 형식으로 출력 생성:
`pnmtoxwd -directcolor {{경로/대상/입력_파일.pnm}} > {{경로/대상/출력_파일.xwd}}`
- 출력의 색상 깊이를 b 비트로 설정:
`pnmtoxwd -pseudodepth {{b}} {{경로/대상/입력_파일.pnm}} > {{경로/대상/출력_파일.xwd}}`