Codebase list pnm2ppa / 57a717af-f61c-4dd3-b8bd-5b43b12c51ea/main lpd / color.if
57a717af-f61c-4dd3-b8bd-5b43b12c51ea/main

Tree @57a717af-f61c-4dd3-b8bd-5b43b12c51ea/main (Download .tar.gz)

color.if @57a717af-f61c-4dd3-b8bd-5b43b12c51ea/main

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