DeskPic file format: Difference between revisions

From AtariForumWiki
Jump to navigation Jump to search
>Lp
(New page)
 
>Lp
No edit summary
 
Line 13: Line 13:


Image data is always an uncompressed raw screen dump 'data size'.
Image data is always an uncompressed raw screen dump 'data size'.
</pre>
</pre>
Back to [[ST Picture Formats]]
Back to [[ST Picture Formats]]

Latest revision as of 03:43, 3 January 2017

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