Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/5/84; site sunybcs.UUCP Path: utzoo!watmath!sunybcs!jmpiazza From: jmpiazza@sunybcs.UUCP (Joseph M. Piazza) Newsgroups: net.micro.mac Subject: PostScript for sending bitmap to LaserWriter Message-ID: <3146@sunybcs.UUCP> Date: Mon, 12-May-86 09:21:44 EDT Article-I.D.: sunybcs.3146 Posted: Mon May 12 09:21:44 1986 Date-Received: Wed, 14-May-86 21:31:16 EDT Organization: SUNY/Buffalo Computer Science Lines: 32 Keywords: LaserWriter, PostScript, bit map Can someone tell me enough PostSript to send a bit map to the LaserWriter? I'm downloading digitized images from a VAX. I've examined a PostScript file from MacPaint (using a command-F) and it looks fairly easy: md begin 1320 od (; user: )jn %%EndProlog %%Page: ? ? op 0 0 moveto 578 3 0 133 74 578 3 F 1 dobits 00... 578 20 0 148 74 578 20 F 1 dobits 00... 578 18 0 168 74 578 18 F 1 dobits 00... 578 18 0 168 74 578 18 F 1 dobits 00... page cp %%Trailer end The command of interest seems to be "dobits." I need to know what the specific commands are doing. A pointer to a simple reference on PostScript would also be helpful. Thanks, joe piazza