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 @@
# 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}}`