# File format - magic bytes: `5e b1 c3 08` - resolution: _`u16, u16`_ - frame count: _`u64`_ - frames (repeated {frame count}-times) - block type - block - **I-Block** (literal contents) - pixels: _`[[u8; 3]]`_ - **Split-Block** (delegated to 4 sub-blocks) - sub-blocks: _`[block; 4]` (see above)_ - **Reference-Block** - translation: _`i8, i8`_ ## Todo - JPEG compress I-Blocks - Sub-pixel translation - fade - general compression (gzip oder so)