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,8 @@
# ppmtoyuvsplit
> PPM 이미지를 세 개의 서브샘플링된 Abekas YUV 파일로 변환.
> 더 많은 정보: <https://netpbm.sourceforge.net/doc/ppmtoyuvsplit.html>.
- 입력 파일에서 PPM 이미지를 읽고, 이를 세 개의 서브샘플링된 Abekas YUV 이미지로 변환하여 지정된 기본 이름으로 시작하는 출력 파일들에 저장:
`ppmtoyuvsplit {{기본_이름}} {{경로/대상/입력_파일.ppm}}`