add new chinese translations
This commit is contained in:
17
pages.zh/common/pbmtogem.md
Normal file
17
pages.zh/common/pbmtogem.md
Normal 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`
|
Reference in New Issue
Block a user