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 -fmt Specifies the output format (default is HEX_NOL).
30
31
32
33 HEX_NOL
34 Nokia Operator Logo as (uploadable) hexcode. Use option -net to
35 specify network code.
36
37
38 HEX_NGG
39 Nokia Group Graphic as (uploadable) hexcode.
40
41
42 HEX_NPM
43 Nokia Picture Message as (uploadable) hexcode. Use option -txt
44 to specify an optional text message.
45
46
47 NOL Nokia Operator Logo as .nol format. This is editable by the
48 Group-Graphic Editor from Kessler Wireless Design ( www.kessler-
49 design.com ⟨http://www.kessler-design.com⟩ )
50
51
52 NGG Nokia Group Graphic as .ngg format. This is editable by the
53 Group-Graphic Editor from Kessler Wireless Design ( www.kessler-
54 design.com ⟨http://www.kessler-design.com⟩ )
55
56
57 NPM Nokia Picture Message as .npm format. This is editable by the
58 Picture-Message Editor from Kessler Wireless Design (
59 www.kessler-design.com ⟨http://www.kessler-design.com⟩ )
60
61 This option was new in Netpbm 10.36 (October 2006).
62
63
64
65
66 -net Specifies the 6 hex-digit operator network code for Operator
67 Logos (Default is 62F210 = D1,Germany).
68
69
70 -txt Specifies the text message for Picture Messages. The maximum
71 size text message allowed by the format is 120 characters.
72
73 Default is no text message.
74
75
76
77
79 This program currently accepts all PBM images with up to 255 rows or up
80 to 255 columns. (Valid Nokia Group Graphics or Operator Logos can be
81 72 columns by 14 rows and 78 columns by 21 rows; valid Nokia Picture
82 Messages are 72 columns by 28 rows.) This program generates black and
83 white graphics, not animated.
84
85
87 ·
88
89 pbm(1),
90
91
92 · Nokia Smart Messaging Specification ( http://forum.nokia.com
93 ⟨http://forum.nokia.com⟩ )
94
95
96 ·
97
98 http://www.kessler-design.com/wireless/samples.html" (1)
99
100
101 ·
102
103 Gnokii ⟨http://www.gnokii.org⟩
104
105
106
107
109 Copyright (C) 2001 Tim Ruehsen <tim.ruehsen@openmediasystem.de>.
110
112 This manual page was generated by the Netpbm tool 'makeman' from HTML
113 source. The master documentation is at
114
115 http://netpbm.sourceforge.net/doc/pbmtonokia.html
116
117netpbm documentation 14 September 2006 Pbmtonokia User Manual(0)