carp, catimg, cavif, cb: add Korean translation (#13857)

Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
This commit is contained in:
HoJeong Im
2024-09-30 00:53:04 +09:00
committed by GitHub
parent 694d86e420
commit 50de01eb95
4 changed files with 106 additions and 0 deletions

21
pages.ko/common/catimg.md Normal file
View File

@@ -0,0 +1,21 @@
# catimg
> 터미널에서 이미지 인쇄.
> 참고: `pixterm`, `chafa`.
> 더 많은 정보: <https://github.com/posva/catimg>.
- 터미널에 JPEG, PNG, GIF를 인쇄:
`catimg {{경로/대상/파일}}`
- 이미지 해상도([r]esolution)를 두 배로 늘림:
`catimg -r 2 {{경로/대상/파일}}`
- 더 나은 터미널([t]erminal) 지원을 위해 24비트 색상을 비활성화:
`catimg -t {{경로/대상/파일}}`
- 사용자 정의 너비([w]idth) 또는 높이([H]eight)를 지정:
`catimg {{-w|-H}} {{40}} {{경로/대상/파일}}`