1Ddbugtopbm User Manual(0) Ddbugtopbm User Manual(0)
2
3
4
6 ddbugtopbm - convert Diddle or DiddleBug sketches to PBM files
7
8
10 ddbugtopbm
11
12
14 ddbugtopbm </path/to/palm/backup/dir/DiddleBugDB.pdb
15
16 ddbugtopbm </path/to/palm/backup/dir/DiddleDB.pdb
17
18 ddbugtopbm </path/to/palm/backup/dir/DiddleIDB.pdb
19
20
21
22
24 This program is part of Netpbm(1).
25
26 ddbugtopbm converts all sketches present in a database used by the Pal‐
27 mOS programs Diddle or DiddleBug into appropriately-named PBM files.
28 The backup copy of DiddleBug's database you should use as this pro‐
29 gram's input is usually called DiddleBugDB.pdb. Or if you use the
30 original Diddle, it has two separate DBs - DiddleDB.pdb, containing un‐
31 named `scratch' sketches, and DiddleIDB.pdb, containing the saved (and
32 named) sketches which are listed by its `index' option. You can feed
33 this program any of these three on standard input.
34
35
37 There are no command line options defined specifically for ddbugtopbm,
38 but it recognizes the options common to all programs based on libnetpbm
39 (See
40 Common Options ⟨index.html#commonoptions⟩ .)
41
42
44 I recommend you not run ddbugtopbm from your Palm backup directory,
45 i.e. don't run it from the directory the DB will normally be in. In‐
46 stead, run it from some other directory (perhaps you could make a di‐
47 rectory purely to hold the PBM files, just to keep things simple) and
48 use an absolute or relative path to the DB.
49
50 The filenames used for the output PBMs are based on the names given to
51 each sketch; if you have an unnamed sketch, it's given a name along the
52 lines of sketch-0123.pbm.
53
54 While the named sketches will overwrite any existing PBM file with the
55 same name, the unnamed ones won't - they'll just try using another
56 filename. (I think this is probably the right approach, as you can't
57 really tell the unnamed sketches apart.)
58
59
60
61
63 The DiddleBug DB reader is only known to work with DBs from DiddleBug
64 version 2.50. But it should probably work on later versions, and I
65 think it'll work on DBs from version 2.15 as well.
66
67 It might fall over if fed an empty database, and doesn't do much (if
68 any) checking of the input.
69
70
71
73 Russell Marks (rus@svgalib.org).
74
75 Mitch Blevins's decompression code is directly from DiddleBug itself,
76 which like ddbugtopbm is distributed under the terms of the GNU GPL.
77
78
80 palmtopnm(1), pbm(1)
81
82 Jens-Chr. Heyer's `didcon' script does something similar.
83
84
86 ddbugtopbm was new in Netpbm 10.18 (August 2003). It was written and
87 independently distributed in August 2002.
88
90 This manual page was generated by the Netpbm tool 'makeman' from HTML
91 source. The master documentation is at
92
93 http://netpbm.sourceforge.net/doc/ddbugtopbm.html
94
95netpbm documentation 21 August 2002 Ddbugtopbm User Manual(0)