add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

View File

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