ifstat: fix typo, linux/i*: add Korean translation (#14706)

* linux/i*: add Korean translation

* ifstat: fix typo
This commit is contained in:
코드싸이
2024-11-09 13:27:36 +09:00
committed by GitHub
parent 65635e8a74
commit 340dd5cc12
51 changed files with 1171 additions and 1 deletions

24
pages.ko/linux/img2txt.md Normal file
View File

@@ -0,0 +1,24 @@
# img2txt
> 이미지를 색상 ASCII 문자로 변환하고 텍스트 기반 색상 파일로 출력합니다.
> 더 많은 정보: <https://manned.org/img2txt>.
- 출력 열 수를 특정 값으로 설정:
`img2txt --width={{10}}`
- 출력 행 수를 특정 값으로 설정:
`img2txt --height={{5}}`
- 출력 글꼴 너비를 특정 값으로 설정:
`img2txt --font-width={{12}}`
- 출력 글꼴 높이를 특정 값으로 설정:
`img2txt --font-height={{14}}`
- 이미지 밝기를 특정 값으로 설정:
`img2txt --brightness={{2}}`