Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!lll-crg!nike!sri-spam!parcvax!hplabs!pyramid!decwrl!sun!saber!imagen!geof From: geof@imagen.UUCP (Geoffrey Cooper) Newsgroups: net.graphics,net.sources Subject: Re: Ray Trace for IMAGEN printers (impress) Message-ID: <470@imagen.UUCP> Date: Tue, 12-Aug-86 14:07:45 EDT Article-I.D.: imagen.470 Posted: Tue Aug 12 14:07:45 1986 Date-Received: Thu, 14-Aug-86 05:49:27 EDT References: <460@imagen.UUCP> Distribution: net Organization: IMAGEN Corporation, Santa Clara, CA 95052-8101 Lines: 13 Xref: mnetor net.graphics:1184 net.sources:3043 A bug fix to the display program for sending the ray trace output to an imagen printer: prerasterization is necessary. You can accomplish this by changing the program: printf("@document(language impress)"); to printf("@document(language impress, prerasterization on)"); or you can just prefix the output with a little header that says the same thing. On a 4.2 unix system (note the -n option to echo): echo -n "@document(prerasterization on)" | cat - myfile > myfile.new - Geof Cooper