adafruit / Adafruit_CircuitPython_ImageLoad

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

Add Bitfield Compression Support for GIMP #72

Closed makermelissa closed 1 year ago

makermelissa commented 1 year ago

As discussed in #71, in its current state, the library is not opening files produced in GIMP due to it using Bitfield compression by default. This adds support so that if the bitfield information is available, it will make use of that.