ppm*: add Korean translation (#14632)

This commit is contained in:
코드싸이
2024-11-05 16:04:41 +09:00
committed by GitHub
parent f3d3778eab
commit 23c5de443b
56 changed files with 710 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
# ppmtoppm
> PPM 이미지를 복사.
> 더 많은 정보: <https://netpbm.sourceforge.net/doc/ppmtoppm.html>.
- PPM 이미지(즉, PBM, PGM 또는 PPM 이미지)를 `stdin`에서 `stdout`으로 복사:
`ppmtoppm < {{경로/대상/이미지.ppm}} > {{경로/대상/출력.ppm}}`
- 버전 표시:
`ppmtoppm -version`