Closed mattuna15 closed 4 years ago
The project file has the depth of the image as "8BPP" "depth": "BPP8",
One entry is:
{
"r": 238,
"g": 194,
"b": 156,
"pal_index": null,
"is_1bpp": false,
"is_on": false
}
I'm guessing pal_index is not populated until formatting is complete?
Yes, that's correct. I've just pushed a small change to master, if you could try it now (hopefully it hasn't broken anything).
Hi yes - got meaningful error message now. Just experimenting with palettes. Thanks - an error is better than a crash 👍
ERROR aloevera - Command failed: Vera module error: No range in palette found for frame pyramid_tiles_5 suiting bit depth 4 (all palette entries must be within 15 indices of a multiple of 16)
Sure, thanks! Just let me know if you run into anything else
Thanks - got them imported and formatted now so all good. The odd pixel here and there was out by 1 index, good to have them picked up before hand :)
Trying to use a larger palette for tilesets. Palette has 96 colours. tilesets uses 16 of those 96 at 4bpp 16x16.
Any ideas?