#!/bin/sh
# High quality multi-pass 32-bit color CMYK driver front-end
# for the HP550C.
# 
#	Avery Wang
#	email: avery@ccrma.stanford.edu
#	May 13, 1993

/usr/local/bin/gs -q -dBitsPerPixel=32 -dCMYKmode=1 -dShingling=2 \
-sPAPERSIZE=letter -sOutputFile=- -sDEVICE=cdj550 -r300 -dNOPAUSE -

