Files
tldr/pages.zh/linux/asciiart.md
2024-01-01 10:38:53 +01:00

29 lines
651 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 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}}`