pbmtonokia - Man Page
convert a PBM image to Nokia Smart Messaging Formats
Examples (TL;DR)
- Convert a PBM image into a Nokia Operator Logo as hexcode:
pbmtonokia -fmt NEX_NOL -net network_operator_code path/to/image.pbm > path/to/output.hex
- Convert a PBM image into a Nokia Group Graphic as hexcode:
pbmtonokia -fmt NEX_NGG path/to/image.pbm > path/to/output.hex
- Convert a PBM image into a Nokia Picture Message with the specified text as hexcode:
pbmtonokia -fmt NEX_NPM -txt text_message path/to/image.pbm > path/to/output.hex
- Convert a PBM image into a Nokia Operator Logo as a NOL file:
pbmtonokia -fmt NOL path/to/image.pbm > path/to/output.nol
- Convert a PBM image into a Nokia Group Graphic as an NGG file:
pbmtonokia -fmt NGG path/to/image.pbm > path/to/output.ngg
- Convert a PBM image into a Nokia Picture Message as an NPM file:
pbmtonokia -fmt NPM path/to/image.pbm > path/to/output.npm
Synopsis
pbmtonokia [ -fmt
{
HEX_NOL,
HEX_NGG,
HEX_NPM,
NOL,
NGG,
NPM
} ] [-net networkcode] [-txt text] [pbmfile]
Description
This program is part of Netpbm(1).
pbmtonokia reads a PBM image as input and produces a Nokia Smart Messaging (hexcode, .ngg, .nol, .npm) file as output.
Options
In addition to the options common to all programs based on libnetpbm (most notably -quiet, see Common Options ), pbmtonokia recognizes the following command line options:
- -fmt
Specifies the output format (default is HEX_NOL).
- HEX_NOL
Nokia Operator Logo as (uploadable) hexcode. Use option -net to specify network code.
- HEX_NGG
Nokia Group Graphic as (uploadable) hexcode.
- HEX_NPM
Nokia Picture Message as (uploadable) hexcode. Use option -txt to specify an optional text message.
- NOL
Nokia Operator Logo as .nol format. This is editable by the Group-Graphic Editor from Kessler Wireless Design ( www.kessler-design.com )
- NGG
Nokia Group Graphic as .ngg format. This is editable by the Group-Graphic Editor from Kessler Wireless Design ( www.kessler-design.com )
- NPM
Nokia Picture Message as .npm format. This is editable by the Picture-Message Editor from Kessler Wireless Design ( www.kessler-design.com )
This option was new in Netpbm 10.36 (October 2006).
- -net
Specifies the 6 hex-digit operator network code for Operator Logos (Default is 62F210 = D1,Germany).
- -txt
Specifies the text message for Picture Messages. The maximum size text message allowed by the format is 120 characters.
Default is no text message.
Limitations
This program currently accepts all PBM images with up to 255 rows or up to 255 columns. (Valid Nokia Group Graphics or Operator Logos can be 72 columns by 14 rows and 78 columns by 21 rows; valid Nokia Picture Messages are 72 columns by 28 rows.) This program generates black and white graphics, not animated.
See Also
- pbm(1),
- Nokia Smart Messaging Specification ( http://forum.nokia.com )
- http://www.kessler-design.com/wireless/samples.html" (1)
- Gnokii
Author
Copyright (C) 2001 Tim Ruehsen <tim.ruehsen@openmediasystem.de>.
Document Source
This manual page was generated by the Netpbm tool 'makeman' from HTML source. The master documentation is at