Man page - opldecode(1)
Packages contains this manual
- gipddecode(1)
- foo2qpdl(1)
- foo2zjs-wrapper(1)
- foo2xqx(1)
- qpdldecode(1)
- foo2hp2600-wrapper(1)
- foo2zjs(1)
- oakdecode(1)
- foo2zjs-pstops(1)
- slxdecode(1)
- foo2oak-wrapper(1)
- foo2hiperc(1)
- foo2ddst(1)
- foo2slx(1)
- foo2xqx-wrapper(1)
- ddstdecode(1)
- foo2oak(1)
- foo2lava(1)
- foo2lava-wrapper(1)
- foo2qpdl-wrapper(1)
- opldecode(1)
- lavadecode(1)
- zjsdecode(1)
- foo2slx-wrapper(1)
- arm2hpdl(1)
- printer-profile(1)
- hbpldecode(1)
- xqxdecode(1)
- foo2hp(1)
- foo2hiperc-wrapper(1)
- hipercdecode(1)
- foo2ddst-wrapper(1)
- foo2hbpl2-wrapper(1)
- foo2hbpl2(1)
apt-get install printer-driver-foo2zjs-common
Manual
opldecode
NAMESYNOPSIS
DESCRIPTION
COMMAND LINE OPTIONS
EXAMPLES
FILES
SEE ALSO
AUTHOR
NAME
opldecode - Decode a Raster Object (opl) stream into human readable form.
SYNOPSIS
opldecode [ options ] < zjs-file
DESCRIPTION
opldecode decodes a Raster Object (opl) stream into human readable form.
A Raster Object stream is the printer language used by some Konica Minolta printers, such as the KM magicolor 2480 MF.
COMMAND LINE OPTIONS
These are the
options that can appear on the command line.
-d
basename
Basename of .pbm file for saving decompressed planes.
|
-h |
Print hex file offsets. |
|||
|
-o |
Print file offsets. |
-D level
Set Debug level [0].
EXAMPLES
Decode an Raster Object stream file created by foo2lava-wrapper -z1.
$ foo2lava-wrapper -z1 testpage.ps | opldecode -h
|
Event=StartOfJob;
|
||||||
|
OSVersion=WindowsXP;
|
||||||
|
DrvVersion=2.0.1410.0;
|
||||||
|
Resolution=1200x600;
|
||||||
|
RasterObject.Compression=JBIG;
|
||||||
|
Sides=OneSided;
|
||||||
|
MediaSize=custom_size_8.5x11in;
|
||||||
|
MediaType=plain;
|
||||||
|
MediaInputTrayCheck=top;
|
||||||
|
RasterObject.BitsPerPixel=1;
|
||||||
|
RasterObject.Planes=00FFFF,0,0,0,0,0,0;
|
||||||
|
RasterObject.Width=9792;
|
||||||
|
RasterObject.Height=6400;
|
||||||
|
RasterObject.Data#20= |
||||||
|
DL = 0, D = 0, P = 1, - = 0, XY = 9792 x 6400 |
||||||
|
L0 = 128, MX = 0, MY = 0 |
||||||
|
Order = 3 ILEAVE SMID |
||||||
|
Options = 92 LRLTWO TPDON TPBON DPON |
||||||
|
50 stripes, 0 layers, 1 planes
|
||||||
|
RasterObject.Data#32768=
|
RasterObject.Data#32768=
|
|||||
|
RasterObject.Data#3168=
|
||||||
|
RasterObject.Planes=FF00FF,0,0,0,0,0,0;
|
||||||
|
RasterObject.Width=9792;
|
||||||
|
RasterObject.Height=6400;
|
||||||
|
RasterObject.Data#20= |
||||||
|
DL = 0, D = 0, P = 1, - = 0, XY = 9792 x 6400 |
||||||
|
L0 = 128, MX = 0, MY = 0 |
||||||
|
Order = 3 ILEAVE SMID |
||||||
|
Options = 92 LRLTWO TPDON TPBON DPON |
||||||
|
50 stripes, 0 layers, 1 planes
|
||||||
|
RasterObject.Data#32768=
|
||||||
|
RasterObject.Data#32768=
|
||||||
|
RasterObject.Data#19200=
|
||||||
|
RasterObject.Planes=FFFF00,0,0,0,0,0,0;
|
||||||
|
RasterObject.Width=9792;
|
||||||
|
RasterObject.Height=6400;
|
||||||
|
RasterObject.Data#20= |
||||||
|
DL = 0, D = 0, P = 1, - = 0, XY = 9792 x 6400 |
||||||
|
L0 = 128, MX = 0, MY = 0 |
||||||
|
Order = 3 ILEAVE SMID |
||||||
|
Options = 92 LRLTWO TPDON TPBON DPON |
||||||
|
50 stripes, 0 layers, 1 planes
|
||||||
|
RasterObject.Data#32768=
|
||||||
|
RasterObject.Data#32768=
|
||||||
|
RasterObject.Data#32768=
|
||||||
|
RasterObject.Data#7056=
|
||||||
|
RasterObject.Planes=000000,0,0,0,0,0,0;
|
||||||
|
RasterObject.Width=9792;
|
||||||
|
RasterObject.Height=6400;
|
||||||
|
RasterObject.Data#20= |
||||||
|
DL = 0, D = 0, P = 1, - = 0, XY = 9792 x 6400 |
||||||
|
L0 = 128, MX = 0, MY = 0 |
||||||
|
Order = 3 ILEAVE SMID |
||||||
|
Options = 92 LRLTWO TPDON TPBON DPON |
||||||
|
50 stripes, 0 layers, 1 planes
|
||||||
|
RasterObject.Data#32768=
|
||||||
|
RasterObject.Data#17472=
|
||||||
|
Event=EndOfPage;
|
||||||
|
Event=EndOfJob; |
FILES
/usr/bin/opldecode
SEE ALSO
foo2lava-wrapper (1), foo2opl (1)
AUTHOR
Rick Richardson
<rick.richardson@comcast.net>
http://foo2lava.rkkda.com/