Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!sun-barr!apple!brutus.cs.uiuc.edu!zaphod.mps.ohio-state.edu!ncar!boulder!jdm From: jdm@boulder.Colorado.EDU (James D. Meiss) Newsgroups: comp.sys.sgi Subject: imagefile -> pprint -> lpr Summary: printing postscript images Keywords: rgb image pprint lpr Message-ID: <23817@boulder.Colorado.EDU> Date: 23 Jul 90 21:37:40 GMT Sender: news@boulder.Colorado.EDU Reply-To: jdm@boulder.Colorado.EDU (James D. Meiss) Organization: University of Colorado, Boulder Lines: 25 We are trying to print a .rgp file (created using snapshot) to our postscript printer. The procedure that we are using, which works, more or less, is the following Convert the file to postscript using pprint Send the file to the (bsd network) printer using lpr Two Problems: 1) the image is scaled to have its width equal to the width of the page (8 inches). How do we get it to print at the original size? pprint seems to have some options, but we have no documentation on how to use them. 2) The images are created in black and white (We clear the window to WHITE and draw in BLACK), but the printed image has a light grey background. In fact the .ps file which pprint creates is mostly "f9f9f9f9f9" for the background, which I imagine is grey. Is there anyway to get a white background? Is there a better way to do this? Are there any subroutines out there in netland which we can use to add printing capability to our programs? I guess we'd like to be able to generate postscript files in some easy way. Thanks Jim