Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP
Posting-Version: version B 2.10 UW 5/3/83; site uw-beaver
Path: utzoo!watmath!clyde!burl!ulysses!mhuxl!houxm!houxz!vax135!cornell!uw-beaver!info-mac
From: info-mac@uw-beaver (info-mac)
Newsgroups: fa.info-mac
Subject: full scale macpaint printing on Imagen
Message-ID: <1393@uw-beaver>
Date: Thu, 9-Aug-84 00:17:53 EDT
Article-I.D.: uw-beaver>.1393
Posted: Thu Aug  9 00:17:53 1984
Date-Received: Sat, 4-Aug-84 02:18:21 EDT
Sender: daemon@uw-beave
Organization: U of Washington Computer Science
Lines: 31

From: Dave Johnson 
A new C program to print MacPaint documents on Imagen printers has
been made available on SUMEX for FTP.  The source is stored in

	[sumex]paintimp.c		(approx 6.5 Kbytes)

Paintimp is usable with each of the 240, 300, and 480 dot/inch
Imagens, and also features side-by-side printing of two pictures
per page, at 66% reduction (50% for the 300 dpi model).  

The "-2" option request 2-up printing, and you can specify resolutions
other than 240 by using either "-r 300" or "-r 480".  Use macget -d to
receive the paint document you wish printed.

Currently, paintimp relies on your spooler to prepend an impress
document header on the file; for example,
	paintimp filename.data | lpr -Pimagen -v      (for 4.2 spooler)
or
	paintimp file.data | ipr		(for imagen 4.1 spooler)
may work, or you can add a line to the beginning of the routine
write_imphdr() to write out a line like "@document(language impress)"
to stdout, if your spooler doesn't handle that for you.

Send me any bugfixes/improvements, thanks.  After I'm pretty sure
the code is in good order, I'll post it to net.sources for the uucp
world.

	Dave Johnson
	ddj%brown.csnet@csnet-relay.arpa
	{ihnp4,decvax}!brunix!ddj  (uucp)