Linux command
lavadecode 命令
文件
复制后可按需替换文件名、目录或参数。
常用示例
Decode a LAVAFLOW stream file
lavadecode < [path/to/file.lava]
Decode and print file offsets
lavadecode -o < [path/to/file.lava]
Decode and print hex file offsets
lavadecode -h < [path/to/file.lava]
Decode and save decompressed planes to .pbm files
lavadecode -d [basename] < [path/to/file.lava]
Decode with debug output
lavadecode -D [level] < [path/to/file.lava]
说明
lavadecode decodes a LAVAFLOW stream into human readable form. LAVAFLOW is a printer language used by some Konica Minolta printers, such as the magicolor 2530 DL. It is part of the foo2zjs suite of printer drivers and is used to inspect streams created by foo2lava.
参数
- -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).
FAQ
What is the lavadecode command used for?
lavadecode decodes a LAVAFLOW stream into human readable form. LAVAFLOW is a printer language used by some Konica Minolta printers, such as the magicolor 2530 DL. It is part of the foo2zjs suite of printer drivers and is used to inspect streams created by foo2lava.
How do I run a basic lavadecode example?
Run `lavadecode < [path/to/file.lava]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does -d _basename_ do in lavadecode?
Basename of .pbm file for saving decompressed planes.