- Added
Bg8type for 8bpp paletted backgrounds - Added
toBg8(bg16)for direct color to 8bpp paletted conversion - Added
loadBg8(filepath)which supports indexed PNGs- This allows you to preserve the existing palette when loading an image.
- Added
indexedparameter toloadBg4- This provides a stricter way of loading 4bpp backgrounds, expecting a well-formed palette rather than deducing the palettes using
palbuilder.
- This provides a stricter way of loading 4bpp backgrounds, expecting a well-formed palette rather than deducing the palettes using
- Added
readPng(filepath)as an easy way to get a usefulnimpng.PNGobject