common/y*: add Korean translation (#14521)

This commit is contained in:
코드싸이
2024-11-02 02:57:18 +09:00
committed by GitHub
parent 44f4f2b76d
commit 1dfe11f879
42 changed files with 841 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
# yuvtoppm
> Abekas YUV 바이트를 PPM으로 변환.
> 더 많은 정보: <https://netpbm.sourceforge.net/doc/yuvtoppm.html>.
- 지정된 입력 파일에서 Akebas YUV 바이트를 읽고, 이를 PPM 이미지로 변환하여 지정된 출력 파일에 저장:
`yuvtoppm {{너비}} {{높이}} {{경로/대상/입력_파일.yuv}} > {{경로/대상/출력_파일.ppm}}`