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

25
pages.zh/common/chafa.md Normal file
View File

@@ -0,0 +1,25 @@
# chafa
> 在终端中打印图像。
> 另见:`catimg`、`pixterm`。
> 更多信息:<https://hpjansson.org/chafa/man>。
- 直接在终端中渲染图像:
`chafa {{path/to/file}}`
- 使用 24 位 [c]olor 渲染图像:
`chafa -c full {{path/to/file}}`
- 使用抖动技术改善小调色板的图像渲染:
`chafa -c 16 --dither ordered {{path/to/file}}`
- 渲染图像,使其看起来像像素化:
`chafa --symbols vhalf {{path/to/file}}`
- 使用盲文字符渲染单色图像:
`chafa -c none --symbols braille {{path/to/file}}`