Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!tut.cis.ohio-state.edu!ucbvax!ernie.Berkeley.EDU!jwl From: jwl@ernie.Berkeley.EDU (James Wilbur Lewis) Newsgroups: comp.graphics Subject: Re: "Sixels" and the Xerox 3700 laser printer Message-ID: <29536@ucbvax.BERKELEY.EDU> Date: 8 Jun 89 08:10:32 GMT References: <4581@ucdavis.ucdavis.edu> Sender: usenet@ucbvax.BERKELEY.EDU Reply-To: jwl@ernie.Berkeley.EDU.UUCP (James Wilbur Lewis) Organization: University of California, Berkeley Lines: 16 In article <4581@ucdavis.ucdavis.edu> cccdan@castor.ucdavis.edu (Dan Bauhaus) writes: > >Does anyone know what a sixel might be? The Xerox 3700 manual states >that after a command to draw a graphics window is delivered to the printer, >a bitmap can be printed using a bitmap in "sixel" form. The naive >guess of six bits in a row seems to easy. Some DEC terminals, like the VT340, have a "sixel graphics" mode. Yes, six bits in a row IS too easy. It's six bits stacked VERTICALLY, so instead of using the sixel commands to send out individual scanlines, you send out six rows at a time, column by column. I have no idea if Xerox uses the same convention, though. -- Jim Lewis U.C. Berkeley