ZZ ROUGH file format: Difference between revisions

From AtariForumWiki
Jump to navigation Jump to search
>Lp
(New page)
 
>Lp
m (add missing info)
 
Line 1: Line 1:
<pre>
<pre>
ZZ_ROUGH    *.RGH
ZZ_ROUGH    *.RGH
Images are always ST low resolution.


12 bytes    file id ["(c)F.MARCHAL"]
12 bytes    file id ["(c)F.MARCHAL"]

Latest revision as of 06:57, 20 January 2017

ZZ_ROUGH    *.RGH

Images are always ST low resolution.

12 bytes    file id ["(c)F.MARCHAL"]
?           size of byte array in bytes, stored as plain ASCII text + cr/lf
16 words    palette
?           array of bytes
?           array of longs (size in bytes = size of byte array * 4)

?           image data:
Same as Dali Compressed.

See also Dali Compressed file format

Back to ST Picture Formats