Codebase list pnm2ppa / debian/1.13-7 lpd / color.if
debian/1.13-7

Tree @debian/1.13-7 (Download .tar.gz)

color.if @debian/1.13-7raw · history · blame

#!/bin/sh   
# best quality color printing using ppm PixMap format.
# uncomment or change these options as necessary
#PAPER=letter
#PAPER=legal
#PAPER=a4
#PAPER=a3
#PPAOPTS="-p"
PNM2PPA="/usr/local/bin/pnm2ppa"
#------------------dont change below this line----------------------
gs -sDEVICE=ppmraw -sPAPERSIZE=$PAPER -q -dNOPAUSE -r600 -sOutputFile=- - | \
$PNM2PPA $PPAOPTS -i - -o -