This is the specifications for the image file which is handled by the Game Extractor plugin Viewer_SPR_SPR1_SPRTEX.

Endian Order:Little Endian
Compression:none
Encryption:None


This format is used by the following Games:
Gorky 17 *.spr_tex


This is the format specification information:
 
// IMAGE HEADER
  4 - Header (spr1)
  4 - null
  4 - Number of Images
  
// IMAGE DIRECTORY
  // for each image
    4 - Image Data Offset
    2 - Image Width (top bit is also set)
    2 - Image Height
    
// IMAGE DATA
  // for each image
    4 - Unknown (-1)
    X - Image Data (BGR565)


Game Extractor is able to read files of this type, as well as files from thousands of other games. To give it a try, download Game Extractor (Basic Version) for free, and see what it can do.

Game Extractor (Full Version) is also able to modify and save files of this type. Visit the Game Extractor website for more information on this, and the other great features that come with Game Extractor (Full Version).

For further information on this format, refer to the source code on our GitHub repository.