From: <pa...@rc...> - 2000-12-25 22:07:00
|
Rainer Dorsch wrote the following excerpts: > I am running a HPOJ 635 > and did not manage to do color printing. > All color > postscript files end up with being printed black and white, e.g. > > # /usr/bin/gs -q -dSAFER -dNOPAUSE -r300 -sDEVICE=cdj550 > -sOutputFile=test.pcl /home/rd/tiger.ps > #cat test.pcl > /dev/ptal-printd/mlc_mlcpp0 Hi, Ranier. Try using one of the following parameters: "-dBitsPerPixel=32" or "-sBitsPerPixel=32". I'm too accustomed to using RedHat printtool, so I had to look this up in the ghostscript documentation. Thank you for providing the Debian startup script. I'm a little attachment-impaired at the moment, so I'll take a look at it later. David |