Files
tldr/pages.zh/common/pbmtonokia.md

28 lines
1.0 KiB
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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