1Pamtopdbimg User Manual(0) Pamtopdbimg User Manual(0)
2
3
4
6 pamtodbimg - convert a Netpbm image to a Palm Pilot Image Viewer PDB
7 Image
8
9
11 pamtopdbimg
12
13 [-notefile=filename] [-title=text] [-compressed] [-uncompressed] [-may‐
14 becompressed] [-4depth]
15
16 [netpbmfile]
17
18
20 This program is part of Netpbm(1).
21
22 pamtopdbimg reads a Netpbm image as input and produced a Palm Pilot
23 Image Viewer image (and Image record in a PDB file) as output.
24
25 If the Neptbm image is black and white, the Pilot image is monochrome.
26 Otherwise, the Pilot image is either 4-level or 16-level grayscale,
27 depending on the -4depth option.
28
29
30
32 -title=text
33 The title of the image, to be included in the image.
34
35
36 -compressed
37
38 -uncompressed
39
40 -maybecompressed
41 You may specify only one of these. -compressed says to generate
42 the image in compressed format. -uncompressed says to generate
43 the image in uncompressed format. -maybecompressed sasy to gen‐
44 erate whichever format is smaller (the compression algorithm
45 sometimes actually makes the data larger).
46
47
48 -4depth
49 This option makes pamtopdbimg create the image in 16-level
50 grayscale (4 bits per pixel) format. If you don't specify this,
51 pamtopdbimg uses 4-level (2 bits per pixel) format.
52
53 This option has no effect when the input is black and white
54 (maxval 1). In that case, pamtopdbimg generates the monochrome
55 (1 bit per pixel) format regardless.
56
57
58 -notefile=filename
59 Attach the note in the specified file to the image.
60
61 If you don't specify this, pamtopdbimg does not attach any note.
62
63
64
65
67 pdbimgtopam(1), palmtopnm(1), pam(1),
68
69
71 pamtopdbimg was new in Netpbm 10.52 (September 2010). It was modelled
72 after Eric A. Howe's imgvtopbm package, which dates back to September
73 1997.
74
75
76
77netpbm documentation 25 September 2010 Pamtopdbimg User Manual(0)