Cyber Paint Cell file format: Difference between revisions
Jump to navigation
Jump to search
>Lp (New page) |
>Lp No edit summary |
||
| Line 16: | Line 16: | ||
1 word width in pixels [max. 320] | 1 word width in pixels [max. 320] | ||
1 word height in pixels [max. 200] | 1 word height in pixels [max. 200] | ||
1 byte operation [ | 1 byte operation [always 0 = copy] | ||
1 byte storage method [ | 1 byte storage method [always 0 = uncompressed] | ||
1 long length of data in bytes | 1 long length of data in bytes | ||
30 bytes reserved | 30 bytes reserved | ||
Revision as of 03:30, 3 January 2017
Cyber Paint Cell *.CEL Saved much like a sequence frame, however some fields are not used. They can be any size up to 320x200. 1 word magic [$FFFF] 1 word resolution [always 0 for low res] 16 words palette 12 bytes filename [usually " . "] 1 word limits [not used] 1 word speed [not used] 1 word steps [not used] 1 word x offset [0 - 319] 1 word y offset [0 - 199] 1 word width in pixels [max. 320] 1 word height in pixels [max. 200] 1 byte operation [always 0 = copy] 1 byte storage method [always 0 = uncompressed] 1 long length of data in bytes 30 bytes reserved 30 bytes padding -------- 128 bytes total for header ? bytes image data The image data is always compressed and is simply copied onto the screen at position (x, y) specified in the header.
Back to ST Picture Formats