Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!watmath!clyde!burl!ulysses!allegra!princeton!orsvax1!pyrnj!caip!atux01!perry From: perry@atux01.UUCP (P. Kivolowitz) Newsgroups: net.micro.amiga Subject: Re: Help: dpaint and printing Message-ID: <193@atux01.UUCP> Date: Thu, 10-Apr-86 17:12:08 EST Article-I.D.: atux01.193 Posted: Thu Apr 10 17:12:08 1986 Date-Received: Sat, 12-Apr-86 21:54:28 EST References: <156@mit-amt.MIT.EDU> Organization: CSEd, AT&T Communications, Piscataway, N.J. Lines: 18 Keywords: dpaint,EA,print Summary: You can print one pixel as one printer element. It is trivial to get the Amiga to print one printer pixel for one image pixel. Trivial that is, if you write your own call to the printer device using command PRD_DUMPRPORT. Just set io_DestRows equal to the height of the picture and io_DestCols equal to the number of columns in the picture. Then, don't set any io_Special bits. But I think you really do want some kind off aspect ratio preservation. They mean the aspect ratio of a pixel which I am sure you're interested in preserving. Perry P.S. See the next issue (may???) of Amazing Computing for a program you can easily modify to do this sort of thing.