Xref: utzoo comp.unix.microport:2921 comp.unix.xenix:5200 Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!ucbvax!decwrl!shelby!Portia!forel!karish From: karish@forel.stanford.edu (Chuck Karish) Newsgroups: comp.unix.microport,comp.unix.xenix Subject: Re: Imagen raster format Keywords: imagen ditroff Message-ID: <629@Portia.Stanford.EDU> Date: 3 Mar 89 23:18:18 GMT References: <1737@ssc.UUCP> Sender: USENET News System Reply-To: karish@forel.stanford.edu (Chuck Karish) Distribution: na Organization: Stanford University School of Earth Sciences Lines: 24 In article <1737@ssc.UUCP> fyl@ssc.UUCP (Phil Hughes) wrote: > Anyone know anothing about Imagen Impress raster format? >The only real clue I have is the mention in both the SCO documentation >and Microport documentation that it is 240 dpi. I want to see if it >would be easy to convert this output to something real. It's documented in the imPRESS programmer's manual that came with our 8/300. The imPRESS raster format, as I recall, is used by writing tiles (16x16 or 32x32, I don't remember which). This means that you can't write long scan lines, you have to generate the tiles first. It's not easy to turn this into a straightforward raster interface, but it's been done. Check out the Imagen driver in the vplot package, from comp.sources.unix. Joe Dellinger tore his hair out for awhile while he was putting it together, but it works, and works well. One nice thing about Imagen printers is that they have an Ethernet option that makes communications fast enough that high-resolution raster is practical. Chuck Karish karish@denali.stanford.edu hplabs!hpda!mindcrf!karish