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,17 @@
# pbmtogem
> 将 PBM 图像作为输入并生成压缩的 GEM .img 文件作为输出。
> `pbmtogem` 无法压缩重复的行。
> 更多信息:<https://netpbm.sourceforge.net/doc/pbmtogem.html>。
- 将 PBM 图像转换为 GEM .img 文件:
`pbmtogem {{path/to/file.pbm}} > {{path/to/file.img}}`
- 抑制所有信息消息:
`pbmtogem -quiet`
- 显示版本:
`pbmtogem -version`