builtin, circo, circup, cjxl, clamdscan, clang-*, cli53: add Korean translation (#13967)

This commit is contained in:
HoJeong Im
2024-10-04 04:18:26 +09:00
committed by GitHub
parent 0bddbe2244
commit 0140be74b4
9 changed files with 207 additions and 0 deletions

17
pages.ko/common/cjxl.md Normal file
View File

@@ -0,0 +1,17 @@
# cjxl
> 이미지를 JPEG XL로 압축.
> 허용되는 입력 확장자는 PNG, APNG, GIF, JPEG, EXR, PPM, PFM, PAM, PGX 및 JXL입니다.
> 더 많은 정보: <https://github.com/libjxl/libjxl>.
- 이미지를 JPEG XL로 변환:
`cjxl {{경로/대상/이미지.ext}} {{경로/대상/출력.jxl}}`
- 품질에 손실이 없게하고 결과 이미지의 압축을 최대화함:
`cjxl --distance 0 --effort 9 {{경로/대상/이미지.ext}} {{경로/대상/출력.jxl}}`
- 매우 상세한 도움말 페이지를 표시:
`cjxl --help --verbose --verbose --verbose --verbose`