1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-03-28 21:16:20 +01:00
tldr/pages.ko/linux/asciiart.md
코드싸이 38f417243c
linux/a*: add and update Korean translation (#14680)
* linux/a*: add and update Korean translation

* Update pages.ko/linux/apt-file.md

Co-authored-by: Chooooo <contact@choo.ooo>

* Update pages.ko/linux/ark.md

Co-authored-by: Chooooo <contact@choo.ooo>

* Update pages.ko/linux/atool.md

Co-authored-by: Chooooo <contact@choo.ooo>

---------

Co-authored-by: Chooooo <contact@choo.ooo>
2024-11-08 16:21:35 +09:00

28 lines
709 B
Markdown

# asciiart
> 이미지를 ASCII로 변환합니다.
> 더 많은 정보: <https://github.com/nodanaonlyzuul/asciiart>.
- 파일에서 이미지를 읽어와 ASCII로 출력:
`asciiart {{경로/대상/이미지.jpg}}`
- URL에서 이미지를 읽어와 ASCII로 출력:
`asciiart {{www.example.com/image.jpg}}`
- 출력 너비 선택 (기본값은 100):
`asciiart --width {{50}} {{경로/대상/이미지.jpg}}`
- ASCII 출력에 색상 적용:
`asciiart --color {{경로/대상/이미지.jpg}}`
- 출력 형식 선택 (기본 형식은 텍스트):
`asciiart --format {{text|html}} {{경로/대상/이미지.jpg}}`
- 문자 맵을 반전:
`asciiart --invert-chars {{경로/대상/이미지.jpg}}`