★ Graphic Tools Guide ★ Format listoffset | size | function |
|---|---|---|
$ 00 | word | identifier |
$ 02 | $ 04 | Image size |
$ 06 | variable | CLUT (exists if necessary) |
variable | variable | Bitmap data |
| "PP" | Palette mode 256 colors / 32768 colors |
|---|---|
| "DC" | RGB mode 32768 colors |
| "RL" | Run-length mode 256 colors / 32768 colors |
| "FP" | Palette mode 256 colors / approx. 16.77 million colors |
| "FC" | RGB mode about 16.77 million colors |
| "pp" | Palette mode 16 colors / 32768 colors |
| "fp" | Palette mode 16 colors / approx. 16.77 million colors |
offset | size | Explanation |
|---|---|---|
$ 00 | ||
$ 02 |
offset | size | function |
|---|---|---|
$ 00 | Word or long x number of pallets (16 or 256) | CLUT data |
MSB color data LSB │ │ Blue │ Green │ Red │ ┌─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┐ │ * │ 4 │ 3 │ 2 │ 1 │ 0 │ 4 │ 3 │ 2 │ 1 │ 0 │ 4 │ 3 │ 2 │ 1 │ 0 │ └─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┘
MSB │ Color Code │ │ Blue │ ┌─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┐ │ * │-│-│-│-│-│-│-│ 7│6│5│4│3│2│1│0│ └─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┘ LSB │ Green │ Red │ ┌─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┐ │ 7 │ 6 │ 5 │ 4 │ 3 │ 2 │ 1 │ 0 │ 7 │ 6 │ 5 │ 4 │ 3 │ 2 │ 1 │ 0 │ └─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┘
offset | size | function |
|---|---|---|
$ 00 ~ |
MSB LSB │ Palette code │ ┌─┬─┬─┬─┬─┬─┬─┬─┐ │ 7 │ 6 │ 5 │ 4 │ 3 │ 2 │ 1 │ 0 │ └─┴─┴─┴─┴─┴─┴─┴─┘
MSB color data LSB │ │ Blue │ Green │ Red │ ┌─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┐ │ * │ 4 │ 3 │ 2 │ 1 │ 0 │ 4 │ 3 │ 2 │ 1 │ 0 │ 4 │ 3 │ 2 │ 1 │ 0 │ └─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┘
MSB │ Color Code │ │ Blue │ ┌─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┐ │ * │-│-│-│-│-│-│-│ 7│6│5│4│3│2│1│0│ └─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┘ LSB │ Green │ Red │ ┌─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┐ │ 7 │ 6 │ 5 │ 4 │ 3 │ 2 │ 1 │ 0 │ 7 │ 6 │ 5 │ 4 │ 3 │ 2 │ 1 │ 0 │ └─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┘
MSB LSB │ Even coordinate code │ Odd coordinate code │ ┌─┬─┬─┬─┬─┬─┬─┬─┐ │ 3 │ 2 │ 1 │ 0 │ 3 │ 2 │ 1 │ 0 │ └─┴─┴─┴─┴─┴─┴─┴─┘
MSB LSB │ Continuous length │ CLUT index number │ ┌─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┐ │ 7 │ 6 │ 5 │ 4 │ 3 │ 2 │ 1 │ 0 │ 7 │ 6 │ 5 │ 4 │ 3 │ 2 │ 1 │ 0 │ └─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┘
★ Graphic Tools Guide ★ Format list