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,12 @@
# pbmtoxbm
> 将 PBM 图像转换为 X11 或 X10 位图。
> 更多信息:<https://netpbm.sourceforge.net/doc/pbmtoxbm.html>。
- 将 PBM 图像转换为 X11 XBM 文件:
`pbmtoxbm {{path/to/input_file.pbm}} > {{path/to/output_file.xbm}}`
- 明确指定应生成 X11 还是 X10 位图:
`pbmtoxbm -{{x11|x10}} {{path/to/input_file.pbm}} > {{path/to/output_file.xbm}}`