DeskPic file format

From AtariForumWiki
Jump to navigation Jump to search
DeskPic   *.GFB

1 long    magic ['GF25']
1 long    colors [2, 4, 16, 256]
1 long    image width in pixels
1 long    image height in pixels
1 long    data size
--------
20 bytes  total for header

?         image data

Image data is always an uncompressed raw screen dump 'data size'.

Back to ST Picture Formats