PIXAR Raster Picture file (18/05/2004) Overview -------- All word values in little-endian format. Header (1024 bytes) ------------------- - Magic (4 bytes): 0x80, 0xE8, 0x00, 0x00 - Reserved (412 bytes): 0x01, 411 times 0x00 ??? - ImageHeight (2 bytes) - ImageWidth (2 bytes) - ImageHeight (2 bytes): again? - ImageWidth (2 bytes): again? - Mode1 (2 bytes): 0x0E, 0x00 - Mode2 (2 bytes): 0x02, 0x00 Mode1 = 0x000E and Mode2 = 0x0002 means RGB - Reserved (596 bytes): 0x00, 0x04, 83 times 0x00, 0x04, 3 times 0x00, 0x10, 0x0E, 505 times 0x00 ??? Pixeldata (3 * imagewidth * imageheight bytes) ---------------------------------------------- - pixel: red component, green component, blue component Note ---- - Extension: pic, pxr - Supported by: CompuPic, XnView, ... - Everything in this file is based on my own investigations and the Python Image Library. - Contact: visualbasic@telenet.be