Adafruit_CircuitPython_ImageLoad icon indicating copy to clipboard operation
Adafruit_CircuitPython_ImageLoad copied to clipboard

fix PNG images wider than 128 bits

Open RetiredWizard opened this issue 1 year ago • 0 comments
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: sbob128

129x129: sbob129

RetiredWizard avatar Oct 08 '24 00:10 RetiredWizard