Path: utzoo!utgpu!news-server.csri.toronto.edu!rutgers!usc!sdd.hp.com!hp-pcd!hpspkla!stoft From: stoft@hpspkla.spk.hp.com (Dave E. Stoft) Newsgroups: comp.graphics Subject: Re: layout of paintbrush (.pcx) files Message-ID: <3880002@hpspkla.spk.hp.com> Date: 28 Jul 90 01:05:28 GMT References: <1115@phcisa.UUCP> Organization: Hewlett Packard Company, Spokane, Wa. Lines: 16 For the PCX format: ZSOFT Corp Technical Support Division Attn: Technical Reference Manual 450 Franklin Rd. Suite 100 Marietta, GA 30067 1-404-428-0008 Also, the Chapter 4 of the book Fractal Programming In C by Stevens The PCX file has a 128 byte header (bytes 16..+48 has the color palette info RGB RGB RGB...) followed by line-by-line run-length encoded data. -Dave