Chinese pages: correct Chinese punctuation (#5240)

This commit is contained in:
bl-ue
2021-08-02 04:41:09 -04:00
committed by GitHub
parent eaef3b4d21
commit 289e30dfb3
373 changed files with 1817 additions and 1810 deletions

View File

@@ -1,28 +1,28 @@
# asciiart
> 将图像转换为 ASCII.
> 更多信息: <https://github.com/nodanaonlyzuul/asciiart>.
> 更多信息 <https://github.com/nodanaonlyzuul/asciiart>.
- 从文件中读取图像并以 ASCII 打印:
- 从文件中读取图像并以 ASCII 打印
`asciiart {{路径/image.jpg}}`
- 从 URL 中读取图像并以 ASCII 打印:
- 从 URL 中读取图像并以 ASCII 打印
`asciiart {{www.example.com/image.jpg}}`
- 选择输出宽度 (默认为 100):
- 选择输出宽度默认为 100
`asciiart -width {{50}} {{路径/image.jpg}}`
- 对 ASCII 输出进行着色:
- 对 ASCII 输出进行着色
`asciiart --color {{路径/image.jpg}}`
- 选择输出格式 (默认格式为文本):
- 选择输出格式默认格式为文本
`asciiart --format {{text|html}} {{路径/image.jpg}}`
- 反转字符映射:
- 反转字符映射
`asciiart --invert-chars {{路径/image.jpg}}`