1xqxdecode(1)                General Commands Manual               xqxdecode(1)
2
3
4
5
6

NAME

8       xqxdecode - Decode a XQX stream into human readable form.
9

SYNOPSIS

11       xqxdecode [options] <xqx-file
12

DESCRIPTION

14       xqxdecode decodes a XQX stream into human readable form.
15
16       An  XQX  stream is the printer language used by some HP LaserJet printā€
17       ers, such as the HP LaserJet M1005 (MFP).
18
19

COMMAND LINE OPTIONS

21       These are the options that can appear on the command line.
22
23       -d basename
24              Basename of .pbm file for saving decompressed planes.
25
26       -h     Print hex file offsets.
27
28       -o     Print file offsets.
29
30       -D level
31              Set Debug level [0].
32
33

EXAMPLES

35       Decode an XQX stream file created by foo2xqx.
36
37       $ xqxdecode -h < testpage.xm
38            0: \033%-12345X@PJL JOB
39           12: @PJL SET JAMRECOVERY=OFF
40           2b: @PJL SET DENSITY=3
41           3e: @PJL SET ECONOMODE=OFF
42           55: @PJL SET RET=MEDIUM
43           69: @PJL INFO STATUS
44           7a: @PJL USTATUS DEVICE = ON
45           93: @PJL USTATUS JOB = ON
46           a9: @PJL USTATUS PAGE = ON
47           c0: @PJL USTATUS TIMED = 30
48          10c: @PJL SET JOBATTR="JobAttr4=20061118160242"
49          10c: XQX_MAGIC, 0x5851582c (,XQX)
50          110: XQX_START_DOC(1), 7 items
51          118:         XQXI_0x80000000, 84 (0x54)
52          124:         XQXI_0x10000005, 1 (0x1)
53          130:         XQXI_0x10000001, 0 (0x0)
54          13c:         XQXI_DMDUPLEX, 0 (0x0)
55          148:         XQXI_0x10000000, 0 (0x0)
56          154:         XQXI_0x10000003, 1 (0x1)
57          160:         XQXI_END, 3735928559 (0xdeadbeef)
58          16c: XQX_START_PAGE(3), 15 items [Page 1]
59          174:         XQXI_0x80000000, 180 (0xb4)
60          180:         XQXI_0x20000005, 1 (0x1)
61          18c:         XQXI_DMDEFAULTSOURCE, 7 (0x7)
62          198:         XQXI_DMMEDIATYPE, 1 (0x1)
63          1a4:         XQXI_0x20000007, 1 (0x1)
64          1b0:         XQXI_RESOLUTION_X, 600 (0x258)
65          1bc:         XQXI_RESOLUTION_Y, 600 (0x258)
66          1c8:         XQXI_RASTER_X, 9856 (0x2680)
67          1d4:         XQXI_RASTER_Y, 6432 (0x1920)
68          1e0:         XQXI_VIDEO_BPP, 2 (0x2)
69          1ec:         XQXI_VIDEO_X, 4923 (0x133b)
70          1f8:         XQXI_VIDEO_Y, 6432 (0x1920)
71          204:         XQXI_ECONOMODE, 0 (0x0)
72          210:         XQXI_DMPAPER, 1 (0x1)
73          21c:         XQXI_END, 3735928559 (0xdeadbeef)
74          228: XQX_START_PLANE(5), 4 items
75          230:         XQXI_0x80000000, 64 (0x40)
76          23c:         XQXI_0x40000000, 0 (0x0)
77          248:         XQXI_BIH(0x40000002)
78                       DL = 0, D = 0, P = 1, - = 0, XY = 9856 x 6432
79                       L0 = 128, MX = 16, MY = 0
80                       Order   = 3  ILEAVE SMID
81                       Options = 92  LRLTWO TPDON TPBON DPON
82                       51 stripes, 0 layers, 1 planes
83
84          264:         XQXI_END, 3735928559 (0xdeadbeef)
85          270: XQX_JBIG(7), 110 items
86          2e6: XQX_END_PLANE(6), 0 items
87          2ee: XQX_END_PAGE(4), 0 items
88          2f6: XQX_END_DOC(2), 0 items
89       Total size: 110 bytes
90            0: \033%-12345X@PJL EOJ
91           12: \033%-12345X
92
93
94

FILES

96       /usr/bin/xqxdecode
97

SEE ALSO

99       foo2xqx-wrapper(1), foo2xqx(1)
100

AUTHOR

102       Rick Richardson <rick.richardson@comcast.net>
103       http://foo2xqx.rkkda.com/
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
Impressum