1ppm2nokia(1) Gnokii ppm2nokia(1)
2
3
4
6 ppm2nokia - converts PPM and PGM files to Nokia NOL/NGG format
7
9 ppm2nokia [-i]
10
11
13 ppm2nokia is a simple script distributed within Gnokii package that
14 converts images in PPM and PGM files to the format that can be saved to
15 the Nokia phone as operator or start up logo. Both NOL (operator logo)
16 and NGG (startup logo) formats are supported.
17
18
19 Input file is read from stdin and output is written to stdout.
20
21
22 ppm2nokia determines which format to choose by checking the image size.
23 78x21 format determines NOL and 72x14 -- NGG.
24
25
26 Use -i option to inverse the image.
27
28
29 To verify converted logo use:
30
31 gnokii --viewlogo logo.nol
32
33
34 To upload logo to the phone use:
35
36 gnokii --setlogo op logo.nol
37
38
40 The tool is unflexible. It handles only 78x21 and 72x14 size images.
41
42
44 ppm2nokia was contributed by Vidar Madsen.
45
46 This manual page was written by Pawel Kot.
47
48
50 This program is distributed under the GNU Public License.
51
52
54 gnokii
55
56
57
58 August 29, 2003 ppm2nokia(1)