DEGAS Elite Icon file format
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