1slxdecode(1) General Commands Manual slxdecode(1)
2
3
4
5
6
8 slxdecode - Decode a SLX stream into human readable form.
9
11 slxdecode [options] <slx-file
12
14 slxdecode decodes a SLX stream into human readable form.
15
16 A SLX stream is the printer language used by some Lexmark printers,
17 such as the C500.
18
19 More information on the Software Imaging K.K. SLX stream can be found
20 at:
21
22 http://softwareimaging.com/products-services/sorcerer/index.asp
23
24
26 These are the options that can appear on the command line.
27
28 -d basename
29 Basename of .pbm file for saving decompressed planes.
30
31 -r basename
32 Basename of .jbg file for saving raw planes
33
34 -h Print hex file offsets.
35
36 -o Print file offsets.
37
38 -D level
39 Set Debug level [0].
40
41
43 Decode an SLX file created by foo2slx.
44
45 $ slxdecode < testpage.zm
46 SLX_MAGIC, 0x584c53a5 (SLX)
47 SLT_START_DOC, 12 items
48 SLI_PAGECOUNT, 4294967295 (0xffffffff)
49 SLI_DMDUPLEX, 0 (0x0)
50 SLI_DMCOLLATE, 0 (0x0)
51 SLI_0x3, 0 (0x0)
52 SLI_DISPLAY, 0 (0x0)
53 SLI_0x5, 0 (0x0)
54 SLI_0x6, 0 (0x0)
55 SLI_0x7, 1 (0x1)
56 SLI_0x8, 0 (0x0)
57 SLI_0x9, 0 (0x0)
58 SLI_COUNT, 1 (0x1)
59 SLI_DMCOLLATE, 0 (0x0)
60 SLT_START_PAGE, 16 items [Page 1]
61 SLI_DMPAPER, 6 (0x6)
62 SLI_CUSTOM_X, 0 (0x0)
63 SLI_CUSTOM_Y, 0 (0x0)
64 SLI_DMCOPIES, 1 (0x1)
65 SLI_DMDEFAULTSOURCE, 0 (0x0)
66 SLI_DMMEDIATYPE, 0 (0x0)
67 SLI_NBIE, 0 (0x0)
68 SLI_RESOLUTION_X, 600 (0x258)
69 SLI_RESOLUTION_Y, 600 (0x258)
70 SLI_OFFSET_X, 102 (0x66)
71 SLI_OFFSET_Y, 102 (0x66)
72 SLI_RASTER_X, 4896 (0x1320)
73 SLI_RASTER_Y, 6392 (0x18f8)
74 SLI_0x10d, 4896 (0x1320)
75 SLI_0x10e, 6392 (0x18f8)
76 SLI_0x10f, 1 (0x1)
77 SLT_JBIG_BIH, 0 items
78 Data: 20 bytes
79 DL = 0, D = 0, P = 1, - = 0, XY = 4896 x 6392
80 L0 = 128, MX = 0, MY = 0
81 Order = 0
82 Options = 8 TPBON
83 50 stripes, 0 layers, 1 planes
84 SLT_JBIG_BID, 0 items
85 Data: 116 bytes
86 SLT_END_JBIG, 0 items
87 SLT_END_PAGE, 0 items
88 SLT_END_DOC, 0 items
89
90
92 /usr/bin/slxdecode
93
95 foo2slx-wrapper(1), foo2slx(1), jbg2pbm(1)
96
98 Rick Richardson <rick.richardson@comcast.net>
99 http://foo2slx.rkkda.com/
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