add new chinese translations
This commit is contained in:
17
pages.zh/common/pbmtomda.md
Normal file
17
pages.zh/common/pbmtomda.md
Normal file
@@ -0,0 +1,17 @@
|
||||
# pbmtomda
|
||||
|
||||
> 将 PBM 图像转换为 Microdesign MDA 文件。
|
||||
> 另见:`mdatopbm`。
|
||||
> 更多信息:<https://netpbm.sourceforge.net/doc/pbmtomda.html>。
|
||||
|
||||
- 将 PBM 图像转换为 MDA 文件:
|
||||
|
||||
`pbmtomda {{path/to/image.pbm}} > {{path/to/output.mda}}`
|
||||
|
||||
- 反转输入图像的颜色:
|
||||
|
||||
`pbmtomda -i {{path/to/image.pbm}} > {{path/to/output.mda}}`
|
||||
|
||||
- 将输入图像的高度减半:
|
||||
|
||||
`pbmtomda -d {{path/to/image.pbm}} > {{path/to/output.mda}}`
|
Reference in New Issue
Block a user