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

@@ -0,0 +1,21 @@
# pbmtoascii
> 将 PBM 图像转换为 ASCII 图形。
> 另见:`ppmtoascii`、`asciitopgm`、`ppmtoterm`。
> 更多信息:<https://netpbm.sourceforge.net/doc/pbmtoascii.html>。
- 将 PBM 文件作为输入并生成 ASCII 输出:
`pbmtoascii {{path/to/input_file.pbm}}`
- 将 PBM 文件作为输入并将 ASCII 输出保存到文件中:
`pbmtoascii {{path/to/input_file.pbm}} > {{path/to/output_file}}`
- 将 PBM 文件作为输入,同时设置像素映射(默认为 1x2
`pbmtoascii -{{1x2|2x4}} {{path/to/input_file.pbm}}`
- 显示版本:
`pbmtoascii -version`