ex*, eyuvtoppm: add Korean translation (#14237)

This commit is contained in:
HoJeong Im
2024-10-16 15:52:18 +09:00
committed by GitHub
parent ab8c612883
commit 8c6c89bd83
14 changed files with 314 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
# eyuvtoppm
> Berkeley YUV 파일을 PPM으로 변환.
> 더 많은 정보: <https://netpbm.sourceforge.net/doc/eyuvtoppm.html>.
- 지정된 입력 파일에서 Berkeley YUV 파일을 읽고, 이를 PPM 이미지로 변환한 후 지정된 출력 파일에 저장:
`eyuvtoppm --width {{너비}} --height {{높이}} {{경로/대상/입력_파일.eyuv}} > {{경로/대상/출력_파일.ppm}}`