OpenSpace GF

From XentaxWiki
Revision as of 14:11, 4 January 2021 by Ikskoks (talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

GF


Format Specifications

// GF file format

//header
4 bytes - magic
4 bytes - width
4 bytes - height
1 byte  - channel count
1 byte  - repeat byte
            

//Channel
//For each pixel (width*height):
    1 byte - color value
    If color value 1 equals repeat byte from header, we read more values:
        1 byte - color value
        1 byte - repeat count
                   
    Else:
        channel pixel = color value 

MultiEx BMS

Not written yet.

Notes and Comments

Supported Programs

Games

List of games using this file format:

  • Rayman 2
  • Donald Duck: Quack Attack / Donald Duck: Goin' Quackers