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

24
pages.zh/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}}`