home *** CD-ROM | disk | FTP | other *** search
- #!/bin/sh
- # Low-quality (but faster) 32-bit color CMYK driver front-end
- # for the HP550C.
- #
- # Avery Wang
- # email: avery@ccrma.stanford.edu
-
- /usr/local/bin/gs -q -dBitsPerPixel=32 -dCMYKmode=1 -dShingling=0 \
- -sPAPERSIZE=letter -sOutputFile=- -sDEVICE=cdj550 -r300 -dNOPAUSE -
-