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

NAME

8       lavadecode - Decode a LAVAFLOW stream into human readable form.
9

SYNOPSIS

11       lavadecode [options] <lavaflow-file
12

DESCRIPTION

14       lavadecode decodes a LAVAFLOW stream into human readable form.
15
16       A  LAVAFLOW  stream is the printer language used by some Konica Minolta
17       printers, such as the KM magicolor 2530 DL.
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 LAVAFLOW stream file created by foo2lava.
36
37       $ lavadecode -h < testpage.prn
38            0: \033%-12345X@PJL JOB NAME="stdin"
39           1f: \033%-12345X@PJL JOB USERNAME=""
40           3d: \033%-12345X@PJL JOB TIMESTAMP="07/20/2007"
41           66: \033%-12345X@PJL JOB OSINFO="Linux/2.6.20-1.2316.fc5"
42           99: \033%-12345X@PJL ENTER LANGUAGE=LAVAFLOW
43           bf: \033E                  RESET
44           c1: \033&l0S               DUPLEX: [off]
45           c6: \033&l0G
46           cb: \033&u1200D            X RESOLUTION: [1200]
47           d3: \033&l1X               COPIES: [1]
48           d8: \033&x1X               TRANSMIT ONCE COPIES: [1]
49           dd: \033&l0O               ORIENTATION: [port]
50           e2: \033*r1U               NBIE: [1]
51           e7: \033*g8W               BW/COLOR: [8]
52                                       fmt=2 np=1
53                                       BLACK:  X=1200, Y=600, unk=0, #=4(2)
54           f4: \033*b1234M            COMPRESSION: [1234] (JBIG)
55           fc: \033&l2A               PAGE SIZE: [letter]
56          101: \033&l255H             PAPER SOURCE: [auto]
57          108: \033&l0M               MEDIA TYPE: [plain]
58          10d: \033&l0E               TOP MARGIN: [0]
59          112: \033*r9792S            X RASTER: [9792,0x2640]
60          11a: \033*r6400T            Y RASTER: [6400,0x1900]
61          122: \033&l0U
62          127: \033&l0Z
63          12c: \033*p200X             X OFFSET: [200]
64          133: \033*p200Y             Y OFFSET: [200]
65          13a: \033*r1A               [Page 1]
66          13f: \033*b20V              [black]
67                                       DL = 0, D = 0, P = 1, - = 0, XY = 9792 x 6400
68                                       L0 = 128, MX = 0, MY = 0
69                                       Order   = 3  ILEAVE SMID
70                                       Options = 92  LRLTWO TPDON TPBON DPON
71                                       50 stripes, 0 layers, 1 planes
72          159: \033*b65536V           JBIG data (first) [65536,0x10000]
73                                ff 02 c2 79 54 3e be e1 a0 de 08 9a b1 d2 c2 59
74                               ... ae 88 ef a7 c7 96 d3 96 a6 d7 2c 06 38 75 22 44
75        10162: \033*b26432W           JBIG data (end) [26432,0x6740]
76                                0e 89 66 ce 01 41 41 41 41 41 41 41 41 41 41 41
77                               ... 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
78        168ab: \033*x3887138K         BLACK DOTS: [3887138]
79        168b6: \033*x58781662W        BLACK WHITEDOTS: [58781662]
80        168c2: \033*rC                END PAGE
81        168c6: \033&l0H               PAPER SOURCE: [eject]
82        168cb: \033E                  RESET
83        168cd: \033%-12345X
84
85

FILES

87       /usr/bin/lavadecode
88

SEE ALSO

90       foo2lava-wrapper(1), foo2lava(1)
91

AUTHOR

93       Rick Richardson <rick.richardson@comcast.net>
94       http://foo2lava.rkkda.com/
95
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
Impressum