Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/18/84; site uw-beaver Path: utzoo!linus!philabs!cmcl2!seismo!harvard!talcott!panda!genrad!decvax!tektronix!uw-beaver!laser-lovers From: laser-lovers@uw-beaver Newsgroups: fa.laser-lovers Subject: Re: Imagen (240=>300) incompatability? Message-ID: <1399@uw-beaver> Date: Wed, 17-Jul-85 13:39:31 EDT Article-I.D.: uw-beave.1399 Posted: Wed Jul 17 13:39:31 1985 Date-Received: Sun, 21-Jul-85 03:21:41 EDT Sender: daemon@uw-beaver Organization: U of Washington Computer Science Lines: 13 From: Christopher Schmidt For bitmaps, I am inclined to use the impress opcode BITMAP. The downside is, you can only position the bitmap to within 32 pixels, but on the upside, you can get the printer to magnify it 1, 2, or 4 times. For 808 * 1024 images, for example, I just invoke magnification of 2. Note, however, that if you put the origin at the lower left hand corner of the page (by moving the pen there and executing SET-HV-SYSTEM(3 3 4)) you will find that you have to specify the scan lines from the bottom up instead of the top down. The same is true if you SET-HV-SYSTEM(0 3 5) to get a landscape HV system with the origin in the "lower left." --Christopher -------