Image file
From Worms Knowledge Base
Revision as of 00:41, 5 July 2006 by CyberShadow (Talk | contribs)
Team17's image files (typically with an .img file extension) are usually compressed palleted images.
File format is as follows:
- 4-byte signature - "IMG\x1A"
- complete file length (4 bytes)
- optionally, a null-terminated string describing the image (present only in some Worms 2 images)
- the number of bits per pixel in the image (usually 8) (1 byte)
- image flags (1 byte)
- the number of colours in the image palette, excluding black[1] (2 bytes)
- the image palette, excluding black[1]