Adafruit_CircuitPython_ImageLoad
Adafruit_CircuitPython_ImageLoad copied to clipboard
fix PNG images wider than 128 bits
trafficstars
This PR implements the fix #74 workaround on images that have a width greater than 128 pixels.
I don't know if the PNG image format changes when the image width gets larger than 128 pixels or if there's some decoding error in the library but this workaround seems to resolve the problem I'm seeing for PNG files with a width > 128 pixels.
128x128:
129x129: