Path: utzoo!utgpu!news-server.csri.toronto.edu!rutgers!usc!samsung!uunet!crdgw1!ge-dab!brackley.dab.ge.com From: rath@brackley.dab.ge.com (Tom Rath) Newsgroups: comp.lang.postscript Subject: Postscript Filters Message-ID: <6388@ge-dab.GE.COM> Date: 23 Oct 90 20:44:24 GMT Sender: news@ge-dab.GE.COM Distribution: usa Organization: General Electric SCSD, Daytona Beach FL Lines: 21 I need to know if there are any public domain utilities to print raster files on a postscript printer. I have a SUN sparc with a Postscript printer and this is what I have tried: 1. Create a raster file (RGB-color w/ LUT). 2. Convert this raster file to a monochrome raster file (w/ LUT). 3. Type in: cat mono.ras | pssun -S 7 | lpr RESULT: Error, pssun cannot handle raster input of depth > 1. Well yeah, my depth is 8 bits. I tried the following which printed something out, but was of extremely poor quality: Type in: cat mono.ras | rasfilter8to1 | pssun -S 7 | lpr I am not really well-versed with postscript, but I learn fast and if anyone has a suggestion and/or some public domain filter, I would really appreciate it. Thanks in advance!