Adafruit_CircuitPython_ImageLoad
Adafruit_CircuitPython_ImageLoad copied to clipboard
Implement better Transparency Handling for PNG
trafficstars
Originally mentioned here: https://github.com/adafruit/Adafruit_CircuitPython_ImageLoad/pull/63#discussion_r997451363
The current handling of transparency is left entirely to user code. Ideally we can read transparency information from the PNG file and apply it as needed to the palette in use.