adafruit / Adafruit_CircuitPython_ImageLoad

Super-slim image decoder that loads code as needed to minimize memory use
MIT License
15 stars 21 forks source link

Feature Request: PNG Tilegrid Inflator #86

Open DJDevon3 opened 3 months ago

DJDevon3 commented 3 months ago

@FoamyGuy Now that we have transparent PNG support (as of this week) This is a request for tilegrid inflator to support PNG use instead of solely using transparent indexed BMP. I use button and sprite_button in most of my touch GUI projects and they rely on tilegrid inflator for the button background image.

There are probably many libraries that can now add transparent PNG support. I can't speak to every use for everyone. For me, this would be the next most impactful update for PNG transparency integration.

deshipu commented 1 month ago

What would need to be added/changed exactly? It doesn't just work?