add new chinese translations
This commit is contained in:
12
pages.zh/common/jpegtopnm.md
Normal file
12
pages.zh/common/jpegtopnm.md
Normal file
@@ -0,0 +1,12 @@
|
||||
# jpegtopnm
|
||||
|
||||
> 将 JPEG/JFIF 文件转换为 PPM 或 PGM 格式。
|
||||
> 更多信息:<https://netpbm.sourceforge.net/doc/jpegtopnm.html>。
|
||||
|
||||
- 将 JPEG/JFIF 图像转换为 PPM 或 PGM 图像:
|
||||
|
||||
`jpegtopnm {{path/to/file.jpg}} > {{path/to/file.pnm}}`
|
||||
|
||||
- 显示版本:
|
||||
|
||||
`jpegtopnm -version`
|
Reference in New Issue
Block a user