Playboy PICT 1: Difference between revisions

From XentaxWiki
Jump to navigation Jump to search
imported>WATTO
No edit summary
 
imported>WATTO
No edit summary
(No difference)

Revision as of 05:41, 12 December 2005

PICT


Format Specifications

// Header (22 Bytes)

uint32 {4}   - Version (1)
uint16 {2}   - Number Of Colors? (256)
uint32 {4}   - Unknown (1)
uint32 {4}   - Unknown (8193)
uint16 {2}   - null
uint16 {2}   - Width (512)
uint16 {2}   - Height (256)
uint16 {2}   - Bits (8)


// Color Palette (256 Colors)

// for each color
byte {1}     - Red
byte {1}     - Green
byte {1}     - Blue
byte {1}     - Alpha


// Image Data

// for each pixel
byte {1}     - Palette Index

MultiEx BMS

Not written yet

Supported Programs