Funny Paint file format

From Atari Wiki
Revision as of 09:16, 31 January 2017 by Lp (talk | contribs) (New page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Funny Paint    *.FUN

1 long      file id [0x000ACFE2]
1 word      image width in pixels
1 word      image height in pixels
1 word      planes
1 word      number of images [usually 1]
1 byte      ? [usually 0]
--------
13 bytes    total for header

??          image data:
  The image date is never compressed. Supported modes:
    1 to 8 planes: standard Atari interleaved bitmap
    16 planes: Falcon high-color, word RRRRRGGGGGGBBBBB

1 long      total colors - 1
1 long      ? (varies)
1 long      ? (varies)

??          palette data:
  The palette is stored in VDI format (0-1000) in VDI order
    3 words per entry for R, G, and B
    16 planes will have a palette (predefined pens, should be ignored)

Back to ST Picture Formats