foo2lava -VERSION (return code: 0)
$Id: foo2lava.c,v 1.40 2014/06/27 14:34:46 rick Exp $
foo2lava --help (return code: 1)
foo2lava: invalid option -- '-'
Usage:
foo2lava [options] <pbmraw-file >lava-file
Convert Ghostscript pbmraw format to a monochrome LAVAFLOW stream,
for driving the Konica Minolta magicolor 2530 DL network color laser
printer and other LAVAFLOW-based black and white printers.
gs -q -dBATCH -dSAFER -dQUIET -dNOPAUSE \
-sPAPERSIZE=letter -r1200x600 -sDEVICE=pbmraw \
-sOutputFile=- - < testpage.ps \
| foo2lava -r1200x600 -g10200x6600 -p1 >testpage.zm
foo2lava [options] <bitcmyk-file >lava-file
foo2lava [options] <pksmraw-file >lava-file
Convert Ghostscript bitcmyk or pksmraw format to a color LAVAFLOW
stream, for driving the Konica Minolta magicolor 2530 DL network
color laser printer.
N.B. Color correction is expected to be performed by ghostscript.
gs -q -dBATCH -dSAFER -dQUIET -dNOPAUSE \
-sPAPERSIZE=letter -g10200x6600 -r1200x600 -sDEVICE=bitcmyk \
-sOutputFile=- - < testpage.ps \
| foo2lava -r1200x600 -g10200x6600 -p1 >testpage.zc
Normal Options:
-c Force color mode if autodetect doesn't work
-d duplex Duplex code to send to printer [1]
1=off, 2=longedge, 3=shortedge
4=manual longedge, 5=manual shortedge
-g <xpix>x<ypix> Set page dimensions in pixels [10200x6600]
-m media Media code to send to printer [0]
1=standard 4=transparency 20=thick stock 22=envelope
23=letterhead 25=postcard 26=labels 27=recycled
28=glossy
-p paper Paper code to send to printer [1]
1=executive 2=letter 3=legal 25=A5 26=A4 45=B5jis
65=B5iso 80=envMonarch 81=env#10 90=envDL 91=envC5
92=envC6 835=4x6" 837=10x15cm
-n copies Number of copies [1]
-r <xres>x<yres> Set device resolution in pixels/inch [1200x600]
-s source Source code to send to printer [255]
1=tray 1 (multipurpose) 4=tray 2 255=auto
Code numbers may vary with printer model
-t Draft mode. Every other pixel is white.
-J filename Filename string to send to printer []
-U username Username string to send to printer []
Printer Tweaking Options:
-u <xoff>x<yoff> Set offset of upper left printable in pixels [0x0]
-l <xoff>x<yoff> Set offset of lower right printable in pixels [0x0]
-L mask Send logical clipping values from -u/-l in ZjStream [3]
0=no, 1=Y, 2=X, 3=XY
-A AllIsBlack: convert C=1,M=1,Y=1 to just K=1
-B BlackClears: K=1 forces C,M,Y to 0
-A, -B work with bitcmyk input only
-P Do not output START_PLANE codes. May be needed by some
some black and white only printers.
-X padlen Add extra zero padding to the end of BID segments [16]
-z model Model: 0=2530DL, 2=1600W (LAVAFLOW), 1=2480MF (OPL) [0]
Debugging Options:
-S plane Output just a single color plane from a color print [all]
1=Cyan, 2=Magenta, 3=Yellow, 4=Black
-D lvl Set Debug level [0]
-V Version $Id: foo2lava.c,v 1.40 2014/06/27 14:34:46 rick Exp $