Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!lll-lcc!ptsfa!ihnp4!aicchi!klotz From: klotz@aicchi.UUCP (Klotzbach) Newsgroups: comp.sys.ibm.pc Subject: Re: format of PCPaint output files Message-ID: <936@aicchi.UUCP> Date: Sat, 7-Mar-87 02:04:59 EST Article-I.D.: aicchi.936 Posted: Sat Mar 7 02:04:59 1987 Date-Received: Sun, 8-Mar-87 13:18:47 EST References: <331@amc.UUCP> Reply-To: klotz@aicchi.UUCP (Klotzbach) Distribution: na Organization: Analysts International Corp; Chicago Branch Lines: 11 In article <331@amc.UUCP> jon@amc.UUCP (Jon Mandrell) writes: > I recently received some files which I believe are in PC-Paint format >(I think they were created by PC-Paint). I would like to output these files >to an Apple Laserwriter+. Does anyone have information on the format which >they could forward to me? Pc-Paint uses the IBM BASIC BLOAD format. That is, it contains a 2-integer address, 1 Integer size and 16K bytes of color information as described for 320 X 200 color graphics. For this application, one can ignore the first 2 words, and use the second word for byte count. Then each nibble of the remaining text represents a pixel color.