InShape file format

From Atari Wiki
Revision as of 20:56, 2 January 2017 by Lp (talk | contribs) (New page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
InShape    *.IIM

8 bytes         file ID ["IS_IMAGE"]
1 word          type [0 = 1 plane, 1 = 8 planes, 4 = 24 planes]
1 word          number of image planes [1, 8, or 24]
1 word          image width in pixels
1 word          image height in pixels
--------
16 bytes        total for header

??              Image data:
   1 plane is monochrome, width assumed to be rounded up to the nearest byte
   8 planes is 256 level grayscale, where 0 = black and 255 = white
   24 planes is true-color, RGB format, 3 bytes per pixel in R, G, B order

Back to ST Picture Formats