Releases: adafruit/Adafruit_CircuitPython_ImageLoad
Releases · adafruit/Adafruit_CircuitPython_ImageLoad
1.23.5 - Documentation Improvements
1.23.4 - Fix Truecolor Ignoring Constructor Issue
What's Changed
- Fixed truecolor bmp not using provided bitmap constructor by @shawn-mcgee in #89
New Contributors
- @shawn-mcgee made their first contribution in #89
Full Changelog: 1.23.3...1.23.4
1.23.3 - Fix Skewed PNG Issue
What's Changed
- fix skewed PNG images caused by 'memoryview' bitmap filling by @RetiredWizard in #87
Full Changelog: 1.23.2...1.23.3
1.23.2 - Fix For Sphinx RTD Theme
Full Changelog: 1.23.1...1.23.2
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.