common/u*: add and update Korean translation (#14522)

This commit is contained in:
코드싸이
2024-11-02 02:56:27 +09:00
committed by GitHub
parent ca7166e59a
commit 44f4f2b76d
32 changed files with 675 additions and 6 deletions

View File

@@ -0,0 +1,20 @@
# ufraw-batch
> 카메라의 RAW 파일을 표준 이미지 파일로 변환.
> 더 많은 정보: <https://manned.org/ufraw-batch>.
- RAW 파일을 JPEG로 변환:
`ufraw-batch --out-type=jpg {{입력_파일(들)}}`
- RAW 파일을 PNG로 변환:
`ufraw-batch --out-type=png {{입력_파일(들)}}`
- RAW 파일에서 미리보기 이미지 추출:
`ufraw-batch --embedded-image {{입력_파일(들)}}`
- 파일을 최대 크기 MAX1 및 MAX2로 저장:
`ufraw-batch --size=MAX1,MAX2 {{입력_파일(들)}}`