#!/bin/sh # ink economy mode color printing using ppm PixMap format. # uncomment or change these options as necessary #PAPER=letter #PAPER=legal #PAPER=a4 #PAPER=a3 #PPAOPTS="--fd" PNM2PPA="/usr/local/bin/pnm2ppa" #------------------dont change below this line---------------------- gs -sDEVICE=ppmraw -sPAPERSIZE=$PAPER -q -dNOPAUSE -r600 -sOutputFile=- - | \ $PNM2PPA --eco $PPAOPTS -i - -o -
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
README.lpd | File | 1.04 KB | 0644 |
|
ascii.if | File | 210 B | 0644 |
|
bw.if | File | 402 B | 0644 |
|
bweco.if | File | 413 B | 0644 |
|
color.if | File | 386 B | 0644 |
|
coloreco.if | File | 397 B | 0644 |
|
lpdsetup | File | 614 B | 0755 |
|
printcap | File | 1.35 KB | 0644 |
|