LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

opldecode

Decode a Raster Object (OPL) stream into human readable form

TLDR

Decode an OPL stream from a file
$ opldecode < [file.opl]
copy
Decode with hex file offsets displayed
$ opldecode -h < [file.opl]
copy
Decode and save decompressed planes as PBM files
$ opldecode -d [basename] < [file.opl]
copy
Decode with debug output
$ opldecode -D [2] < [file.opl]
copy

SYNOPSIS

opldecode [options] < opl-file

DESCRIPTION

opldecode decodes a Raster Object (OPL) stream into human readable form. The OPL stream is the printer language used by some Konica Minolta printers, such as the magicolor 2480 MF. The decoded output shows configuration details like resolution, media settings, and raster object compression.Part of the foo2zjs printer driver suite.

PARAMETERS

-d basename

Basename of .pbm file for saving decompressed planes.
-h
Print hex file offsets.
-o
Print file offsets.
-D level
Set debug level (default: 0).

INSTALL

sudo apt install printer-driver-foo2zjs
copy

CAVEATS

Input is read from standard input, not as a filename argument. Only useful for debugging printer streams from specific Konica Minolta hardware.

SEE ALSO

foo2zjs(1), zjsdecode(1), foo2lava(1), gs(1)

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid