Releases: adafruit/Adafruit_CircuitPython_ImageLoad
1.23.1 - Use Ruff
What's Changed
Full Changelog: 1.23.0...1.23.1
1.23.0 - Support RGB and Grayscale PNG + Fix For Bit Depth <8
1.22.0 - Support Transparency In PNG Images Automatically
1.21.0 - Support for JPEG Images
1.20.2 - Fix RTD Docs Build and Unpin Sphinx
Changes: 1.20.1...1.20.2
To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.
To use in CPython, pip3 install adafruit-circuitpython-imageload
.
Read the docs for info on how to use it.
1.20.1 - Replace .show() in README
1.20.0 - Replace .show() in examples
What's Changed
- Replace depreciated .show() by @RetiredWizard in #75
New Contributors
- @RetiredWizard made their first contribution in #75
Full Changelog: 1.19.1...1.20.0
1.19.1 - Fix RTD Theme Issue
To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.
To use in CPython, pip3 install adafruit-circuitpython-imageload
.
Read the docs for info on how to use it.
1.19.0 - Support Bitfield Compression
This release includes support for bit-field compression that is used by default with some export configurations in GIMP editing software. Thank you @makermelissa.
To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.
To use in CPython, pip3 install adafruit-circuitpython-ImageLoad
.
Read the docs for info on how to use it.
Added 16, 24, and 32-bit uncompressed bmp support
To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.
To use in CPython, pip3 install adafruit-circuitpython-ImageLoad
.
Read the docs for info on how to use it.