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