1Pbmtonokia User Manual(0) Pbmtonokia User Manual(0)
2
3
4
6 pbmtonokia - convert a PBM image to Nokia Smart Messaging Formats
7
8
10 pbmtonokia [ -fmt
11 {
12 HEX_NOL,
13 HEX_NGG,
14 HEX_NPM,
15 NOL,
16 NGG,
17 NPM
18 } ] [-net networkcode] [-txt text] [pbmfile]
19
20
22 This program is part of Netpbm(1).
23
24 pbmtonokia reads a PBM image as input and produces a Nokia Smart Mes‐
25 saging (hexcode, .ngg, .nol, .npm) file as output.
26
27
29 In addition to the options common to all programs based on libnetpbm
30 (most notably -quiet, see
31 Common Options ⟨index.html#commonoptions⟩ ), pbmtonokia recognizes the
32 following command line options:
33
34
35
36 -fmt Specifies the output format (default is HEX_NOL).
37
38
39
40 HEX_NOL
41 Nokia Operator Logo as (uploadable) hexcode. Use option -net to
42 specify network code.
43
44
45 HEX_NGG
46 Nokia Group Graphic as (uploadable) hexcode.
47
48
49 HEX_NPM
50 Nokia Picture Message as (uploadable) hexcode. Use option -txt
51 to specify an optional text message.
52
53
54 NOL Nokia Operator Logo as .nol format. This is editable by the
55 Group-Graphic Editor from Kessler Wireless Design ( www.kessler-
56 design.com ⟨http://www.kessler-design.com⟩ )
57
58
59 NGG Nokia Group Graphic as .ngg format. This is editable by the
60 Group-Graphic Editor from Kessler Wireless Design ( www.kessler-
61 design.com ⟨http://www.kessler-design.com⟩ )
62
63
64 NPM Nokia Picture Message as .npm format. This is editable by the
65 Picture-Message Editor from Kessler Wireless Design (
66 www.kessler-design.com ⟨http://www.kessler-design.com⟩ )
67
68 This option was new in Netpbm 10.36 (October 2006).
69
70
71
72
73 -net Specifies the 6 hex-digit operator network code for Operator
74 Logos (Default is 62F210 = D1,Germany).
75
76
77 -txt Specifies the text message for Picture Messages. The maximum
78 size text message allowed by the format is 120 characters.
79
80 Default is no text message.
81
82
83
84
86 This program currently accepts all PBM images with up to 255 rows or up
87 to 255 columns. (Valid Nokia Group Graphics or Operator Logos can be
88 72 columns by 14 rows and 78 columns by 21 rows; valid Nokia Picture
89 Messages are 72 columns by 28 rows.) This program generates black and
90 white graphics, not animated.
91
92
94 ·
95
96 pbm(1),
97
98
99 · Nokia Smart Messaging Specification ( http://forum.nokia.com
100 ⟨http://forum.nokia.com⟩ )
101
102
103 ·
104
105 http://www.kessler-design.com/wireless/samples.html" (1)
106
107
108 ·
109
110 Gnokii ⟨http://www.gnokii.org⟩
111
112
113
114
116 Copyright (C) 2001 Tim Ruehsen <tim.ruehsen@openmediasystem.de>.
117
119 This manual page was generated by the Netpbm tool 'makeman' from HTML
120 source. The master documentation is at
121
122 http://netpbm.sourceforge.net/doc/pbmtonokia.html
123
124netpbm documentation 14 September 2006 Pbmtonokia User Manual(0)