SPK Format

From Staredit Network Wiki
Revision as of 16:14, 24 November 2012 by DevliN (Talk | contribs) (Created page with '*Word = 2 Bytes *Long = 4 Bytes ==Header/Bitmap References== *word - Number of Layers *n words - (1 word for each layer) Number of images in the layer *1 struct for the total nu…')

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
  • Word = 2 Bytes
  • Long = 4 Bytes

Header/Bitmap References

  • word - Number of Layers
  • n words - (1 word for each layer) Number of images in the layer
  • 1 struct for the total number of images in all layers:
  • word - Star X Position
  • word - Star Y Position
  • long - Bitmap Offset

Bitmap Structure

  • word - Bitmap Width
  • word - Bitmap Height
  • n bytes - (width*height bytes) Image Data (0 = transparent)