Xref: utzoo comp.graphics:16247 alt.graphics.pixutils:771 Path: utzoo!utgpu!cs.utexas.edu!usc!zaphod.mps.ohio-state.edu!pacific.mps.ohio-state.edu!linac!att!pacbell.com!pacbell!well!knoll From: knoll@well.sf.ca.us (John Knoll) Newsgroups: comp.graphics,alt.graphics.pixutils Subject: Re: Image file format poll results Message-ID: <23390@well.sf.ca.us> Date: 28 Feb 91 09:08:26 GMT References: <1991Feb12.120203@Unify.com> <513@lysator.liu.se> Organization: Whole Earth 'Lectronic Link, Sausalito, CA Lines: 9 Oh, come on. "The IFF format is an EXCELLENT structure...." I disagree in that the image format (ILBM) really bites. The pixel values are stored in bitplanes, so if you want to read the value of a single pixel of an 8-bit image, you have to access 8 bytes in different locations, mask out the bits you don't want, and assemble a real byte. I find this kinda stupid.