add new chinese translations
This commit is contained in:
16
pages.zh/common/ppmtopj.md
Normal file
16
pages.zh/common/ppmtopj.md
Normal file
@@ -0,0 +1,16 @@
|
||||
# ppmtopj
|
||||
|
||||
> 将 PPM 文件转换为 HP PaintJet 文件。
|
||||
> 更多信息:<https://netpbm.sourceforge.net/doc/ppmtopj.html>。
|
||||
|
||||
- 将 PPM 文件转换为 HP PaintJet 文件:
|
||||
|
||||
`ppmtopj {{path/to/input.ppm}} > {{path/to/output.pj}}`
|
||||
|
||||
- 在 x 和 y 方向上移动图像:
|
||||
|
||||
`ppmtopj -xpos {{dx}} -ypos {{dy}} {{path/to/input.ppm}} > {{path/to/output.pj}}`
|
||||
|
||||
- 明确指定伽玛值:
|
||||
|
||||
`ppmtopj -gamma {{gamma}} {{path/to/input.ppm}} > {{path/to/output.pj}}`
|
Reference in New Issue
Block a user