Topic: I have a question about the PCX file format.

I know that typically that 16 color pcx files have 4 color planes (R,G,B,I) and 1 bit per pixel per plane. But why isn't it instead using 1 color plane (palette index) and 4 bits per pixel per plane? Does that scheme also work? If not, why?

Re: I have a question about the PCX file format.

As far as I remember I only implemented 8bit and 24bit PCX in Image Analyzer..

Michael Vinther

> software developer <

Re: I have a question about the PCX file format.

hi thank you for advice