1opldecode(1) General Commands Manual opldecode(1)
2
3
4
5
6
8 opldecode - Decode a Raster Object (opl) stream into human readable
9 form.
10
12 opldecode [options] <zjs-file
13
15 opldecode decodes a Raster Object (opl) stream into human readable
16 form.
17
18 A Raster Object stream is the printer language used by some Konica Mi‐
19 nolta printers, such as the KM magicolor 2480 MF.
20
21
23 These are the options that can appear on the command line.
24
25 -d basename
26 Basename of .pbm file for saving decompressed planes.
27
28 -h Print hex file offsets.
29
30 -o Print file offsets.
31
32 -D level
33 Set Debug level [0].
34
35
37 Decode an Raster Object stream file created by foo2lava-wrapper -z1.
38
39 $ foo2lava-wrapper -z1 testpage.ps | opldecode -h
40 0: Event=StartOfJob;
41 11: OSVersion=WindowsXP;
42 25: DrvVersion=2.0.1410.0;
43 3b: Resolution=1200x600;
44 4f: RasterObject.Compression=JBIG;
45 6d: Sides=OneSided;
46 7c: MediaSize=custom_size_8.5x11in;
47 9b: MediaType=plain;
48 ab: MediaInputTrayCheck=top;
49 c3: RasterObject.BitsPerPixel=1;
50 df: RasterObject.Planes=00FFFF,0,0,0,0,0,0;
51 106: RasterObject.Width=9792;
52 11e: RasterObject.Height=6400;
53 137: RasterObject.Data#20=
54
55 DL = 0, D = 0, P = 1, - = 0, XY = 9792 x 6400
56 L0 = 128, MX = 0, MY = 0
57 Order = 3 ILEAVE SMID
58 Options = 92 LRLTWO TPDON TPBON DPON
59 50 stripes, 0 layers, 1 planes
60 161: RasterObject.Data#32768=
61 817a: RasterObject.Data#32768=
62 10193: RasterObject.Data#3168=
63 10e0b: RasterObject.Planes=FF00FF,0,0,0,0,0,0;
64 10e32: RasterObject.Width=9792;
65 10e4a: RasterObject.Height=6400;
66 10e63: RasterObject.Data#20=
67
68 DL = 0, D = 0, P = 1, - = 0, XY = 9792 x 6400
69 L0 = 128, MX = 0, MY = 0
70 Order = 3 ILEAVE SMID
71 Options = 92 LRLTWO TPDON TPBON DPON
72 50 stripes, 0 layers, 1 planes
73 10e8d: RasterObject.Data#32768=
74 18ea6: RasterObject.Data#32768=
75 20ebf: RasterObject.Data#19200=
76 259d8: RasterObject.Planes=FFFF00,0,0,0,0,0,0;
77 259ff: RasterObject.Width=9792;
78 25a17: RasterObject.Height=6400;
79 25a30: RasterObject.Data#20=
80
81 DL = 0, D = 0, P = 1, - = 0, XY = 9792 x 6400
82 L0 = 128, MX = 0, MY = 0
83 Order = 3 ILEAVE SMID
84 Options = 92 LRLTWO TPDON TPBON DPON
85 50 stripes, 0 layers, 1 planes
86 25a5a: RasterObject.Data#32768=
87 2da73: RasterObject.Data#32768=
88 35a8c: RasterObject.Data#32768=
89 3daa5: RasterObject.Data#7056=
90 3f64d: RasterObject.Planes=000000,0,0,0,0,0,0;
91 3f674: RasterObject.Width=9792;
92 3f68c: RasterObject.Height=6400;
93 3f6a5: RasterObject.Data#20=
94
95 DL = 0, D = 0, P = 1, - = 0, XY = 9792 x 6400
96 L0 = 128, MX = 0, MY = 0
97 Order = 3 ILEAVE SMID
98 Options = 92 LRLTWO TPDON TPBON DPON
99 50 stripes, 0 layers, 1 planes
100 3f6cf: RasterObject.Data#32768=
101 476e8: RasterObject.Data#17472=
102 4bb41: Event=EndOfPage;
103 4bb51: Event=EndOfJob;
104
105
106
108 /usr/bin/opldecode
109
111 foo2lava-wrapper(1), foo2opl(1)
112
114 Rick Richardson <rick.richardson@comcast.net>
115 http://foo2lava.rkkda.com/
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132