DEGAS Elite Icon file format

From Atari Wiki
Revision as of 23:33, 2 January 2017 by Lp (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
DEGAS Elite Icon    *.ICN

This file format is an ASCII file describing the ICON in C-format:#define ICON_W 0x00BF
#define ICON_H 0x????        : Height of the icon in lines (hexadecimal value)
#define ICONSIZE 0x????      : Width of the icon in pixels
int image[ICONSIZE] = 0x???? : Size of the icon in words (hexadecimal value)
{
??                           : ICONSIZE words, icon image data (hexadecimal values)
}

Back to ST Picture Formats