add new chinese translations
This commit is contained in:
28
pages.zh/common/pbmtonokia.md
Normal file
28
pages.zh/common/pbmtonokia.md
Normal file
@@ -0,0 +1,28 @@
|
||||
# pbmtonokia
|
||||
|
||||
> 将PBM图像转换为诺基亚的智能消息格式之一。
|
||||
> 更多信息:<https://netpbm.sourceforge.net/doc/pbmtonokia.html>。
|
||||
|
||||
- 将PBM图像转换为诺基亚运营商标志的十六进制代码:
|
||||
|
||||
`pbmtonokia -fmt NEX_NOL -net {{network_operator_code}} {{path/to/image.pbm}} > {{path/to/output.hex}}`
|
||||
|
||||
- 将PBM图像转换为诺基亚组图形的十六进制代码:
|
||||
|
||||
`pbmtonokia -fmt NEX_NGG {{path/to/image.pbm}} > {{path/to/output.hex}}`
|
||||
|
||||
- 将PBM图像转换为带有指定文本的诺基亚图片消息的十六进制代码:
|
||||
|
||||
`pbmtonokia -fmt NEX_NPM -txt {{text_message}} {{path/to/image.pbm}} > {{path/to/output.hex}}`
|
||||
|
||||
- 将PBM图像转换为诺基亚运营商标志的NOL文件:
|
||||
|
||||
`pbmtonokia -fmt NOL {{path/to/image.pbm}} > {{path/to/output.nol}}`
|
||||
|
||||
- 将PBM图像转换为诺基亚组图形的NGG文件:
|
||||
|
||||
`pbmtonokia -fmt NGG {{path/to/image.pbm}} > {{path/to/output.ngg}}`
|
||||
|
||||
- 将PBM图像转换为诺基亚图片消息的NPM文件:
|
||||
|
||||
`pbmtonokia -fmt NPM {{path/to/image.pbm}} > {{path/to/output.npm}}`
|
Reference in New Issue
Block a user