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

NAME

8       oakdecode - Decode an OAKT printer stream into human readable form.
9

SYNOPSIS

11       oakdecode [options] <OAKT-file
12

DESCRIPTION

14       oakdecode decodes an OAKT printer stream into human readable form.
15
16       An  OAKT  printer  stream  is the printer language used by the HP Color
17       LaserJet 1500 and other printers.
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       -r basename
27              Basename of .jbg file for saving raw planes
28
29       -i     Suppress display of image records.
30
31       -o     Print file offsets.
32
33       -D level
34              Set Debug level [0].
35
36

EXAMPLES

38       Decode an OAKT file created by foo2oak.
39
40       $ oakdecode < testpage.oak
41       0d (80) 1 OTHER
42       0c (64) Wed Nov 05 16:30:50 2003        a07d3   100005  32001e
43       0a (80) testpage.pdf
44       14 (16) (no args)
45       28 (16) Source=Tray1
46       29 (80) PaperType=0 UNK8=2,0,0,0, blanks(63)
47       2a (32) Copies=1        UNK=0
48       2b (32) papercode=25    xwid=4648       ywid=9000       UNK=0
49       33 (64)
50               u0      u1      w       h       resx    resy    nBits
51               x0      x0      2128    4300    600     600     x1
52       15 (16) (no args)
53            bih0     w     h    l0     bih5   dlen  plen unk yOff P subP
54       3c (64) 00010000 2176  256  256 58030020  1050  1056 000   64 3 0
55                       DL = 0, D = 0, P = 1, - = 0, XY = 2176 x 256
56                       L0 = 256, MX = 32, MY = 0
57                       Order   = 3  ILEAVE SMID
58                       Options = 88  LRLTWO TPDON TPBON
59                       1 stripes, 0 layers, 1 planes
60       3c (64) 00010000 2176  256  256 58030020  3668  3680 000  320 3 0
61       3c (64) 00010000 2176  256  256 58030020  1463  1472 000  640 3 0
62       3c (64) 00010000 2176  256  256 58030020  1975  1984 000  896 3 0
63       3c (64) 00010000 2176  224  224 58030020  2744  2752 000 1152 3 0
64       3c (64) 00010000 2176  256  256 58030020   988   992 000 1440 3 0
65       3c (64) 00010000 2176  256  256 58030020  2892  2896 000 1696 3 0
66       3c (64) 00010000 2176  256  256 58030020  3634  3648 000 1952 3 0
67       3c (64) 00010000 2176  256  256 58030020  3236  3248 000 2208 3 0
68       3c (64) 00010000 2176  256  256 58030020  2279  2288 000 2464 3 0
69       3c (64) 00010000 2176  256  256 58030020  3746  3760 000 2720 3 0
70       3c (64) 00010000 2176  200  200 58030020  2404  2416 000 2976 3 0
71       3c (64) 00010000 2176  256  256 58030020  3114  3120 000 3240 3 0
72       3c (64) 00010000 2176   96   96 58030020  1142  1152 000 3496 3 0
73       3c (64) 00010000 2176  256  256 58030020  2094  2112 000 3752 3 0
74       3c (64) 00010000 2176  256  256 58030020  1319  1328 000 4008 3 0
75       3c (64) 00010000 2176   36   36 58030020   208   224 000 4264 3 0
76       17 (16) (no args)
77       18 (16) UNK=0
78       0b (16) (no args)
79
80

FILES

82       /usr/bin/oakdecode
83

SEE ALSO

85       foo2oak-wrapper(1), foo2oak(1), jbg2pbm(1)
86

AUTHOR

88       Rick Richardson <rick.richardson@comcast.net>
89       http://foo2oak.rkkda.com/
90
91
92
93
94
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