add new chinese translations
This commit is contained in:
12
pages.zh/common/pbmmake.md
Normal file
12
pages.zh/common/pbmmake.md
Normal file
@@ -0,0 +1,12 @@
|
||||
# pbmmake
|
||||
|
||||
> 创建一个空白位图。
|
||||
> 更多信息:<https://netpbm.sourceforge.net/doc/pbmmake.html>。
|
||||
|
||||
- 创建指定尺寸的空白位图:
|
||||
|
||||
`pbmmake {{宽度}} {{高度}} > {{路径/到/输出文件.pbm}}`
|
||||
|
||||
- 指定创建的位图的颜色:
|
||||
|
||||
`pbmmake -{{白色|黑色|灰色}} {{宽度}} {{高度}} > {{路径/到/输出文件.pbm}}`
|
Reference in New Issue
Block a user