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 @@
# pnmtorast
> PNM 파일을 Sun 래스터 파일로 변환.
> 더 많은 정보: <https://netpbm.sourceforge.net/doc/pnmtorast.html>.
- PNM 이미지를 RAST 이미지로 변환:
`pnmtorast {{경로/대상/입력.pnm}} > {{경로/대상/출력.rast}}`
- 출력 형식을 `RT_STANDARD` 또는 `RT_BYTE_ENCODED` 형식으로 강제 지정:
`pnmtorast -{{standard|rle}} {{경로/대상/입력.pnm}} > {{경로/대상/출력.rast}}`