Codebase list pnm2ppa / cefca0eb-36fd-422c-8998-a576a2d4ce36/main lpd / coloreco.if
cefca0eb-36fd-422c-8998-a576a2d4ce36/main

Tree @cefca0eb-36fd-422c-8998-a576a2d4ce36/main (Download .tar.gz)

coloreco.if @cefca0eb-36fd-422c-8998-a576a2d4ce36/main

9491ae0
 
 
 
 
 
 
 
 
 
 
 
#!/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 -