opldecode(1)
Decode a Raster Object (opl) stream into human readable form.
Description
opldecode
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/