Difference between revisions of "SPK Format"

From Staredit Network Wiki
Jump to: navigation, search
(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…')
 
m (1 revision imported: Restoring SC1 backup)
(No difference)

Revision as of 00:32, 21 March 2015

  • 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)