1gipddecode(1) General Commands Manual gipddecode(1)
2
3
4
5
6
8 gipddecode - Decode a GIPD stream into human readable form.
9
11 gipddecode [options] <gipd-file
12
14 gipddecode decodes a Granite Image Printer Driver (GIPD) stream into
15 human readable form. Granite Systems was acquired by Monotype Imaging.
16
17 A GIPD stream is the printer language used by the Lexmark X500 and the
18 Dell 1125 MFP printers.
19
20
22 These are the options that can appear on the command line.
23
24 -d basename
25 Basename of .pbm file for saving decompressed planes.
26
27 -h Print hex file offsets.
28
29 -o Print file offsets.
30
31 -D level
32 Set Debug level [0].
33
34
36 Decode an GIPD stream file.
37
38 $ gipddecode -h x500-mono.prn
39 0: OFST 0 len=128
40 80: OFST 1 len=128
41 100: OFST 2 len=128
42 180: OFST 3 len=128
43 200: OFST 4 len=128
44 [SNIP]
45 27d80: OFST 1275 len=128
46 27e00: \033%-12345X@PJL SET DISPINFOWHILEPRINT=OFF
47 27e2a: @PJL SET DISPATPAPERCHANG=OFF
48 27e49: @PJL SET JAMRECOVERY=ON
49 27e62: @PJL SET OUTPUTBLANKPAPER=OFF
50 27e81: @PJL SET PRINTSLOWLY=OFF
51 27e9b: @PJL SET REVERSEPRINT=OFF
52 27eb6: \033%-12345X
53 27ebf: GDIJ len=108
54 unk0=0, unk1=0, unk2=0, unk3=0, unk4=0
55 unk5=16777221(0x1000005), unk6=0, unk7=0, unk8=0, paper=0
56 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
57 27f37: GDIP len=52
58 nplane = 1, w254 = 4896, h254 = 6110
59 132018de, 0, 0, 0, 0, 1000000, 0, 0, 0, 0, 0, 0, 0,
60 27f77: GDIB 0 len=60 (0x3c)
61 27fcb: GDIB 1 len=252 (0xfc)
62 280df: GDIB 2 len=124 (0x7c)
63 28173: GDIB 3 len=956 (0x3bc)
64 28547: GDIB 4 len=1692 (0x69c)
65 28bfb: GDIB 5 len=572 (0x23c)
66 28e4f: GDIB 6 len=17084 (0x42bc)
67 2d123: GDIB 7 len=18108 (0x46bc)
68 317f7: GDIB 8 len=8508 (0x213c)
69 3394b: GDIB 9 len=1756 (0x6dc)
70 3403f: GDIB 10 len=1596 (0x63c)
71 34693: GDIB 11 len=892 (0x37c)
72 34a27: GDIB 12 len=2332 (0x91c)
73 3535b: GDIB 13 len=8380 (0x20bc)
74 3742f: GDIB 14 len=3452 (0xd7c)
75 381c3: GDIB 15 len=60 (0x3c)
76 38217: GDIB 16 len=1468 (0x5bc)
77 387eb: GDIB 17 len=2076 (0x81c)
78 3901f: GDIB 18 len=284 (0x11c)
79 39153: GDIB 19 len=1660 (0x67c)
80 397e7: GDIB 20 len=2908 (0xb5c)
81 3a35b: GDIB 21 len=156 (0x9c)
82 3a40f: GDIB 22 len=188 (0xbc)
83 3a4e3: GDIB 23 len=220 (0xdc)
84 3a5d7: GDIB 24 len=60 (0x3c)
85 3a62b: PIDG
86 3a637: JIDG
87 Total Size = 75843 (0x12843)
88
89
90
92 /usr/bin/gipddecode
93
95 Rick Richardson <rick.richardson@comcast.net>
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132