Skip to content

Releases: adafruit/Adafruit_CircuitPython_ImageLoad

1.23.5 - Documentation Improvements

07 Nov 23:02
295e799
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.23.4...1.23.5

1.23.4 - Fix Truecolor Ignoring Constructor Issue

07 Nov 22:27
c1051f9
Compare
Choose a tag to compare

What's Changed

  • Fixed truecolor bmp not using provided bitmap constructor by @shawn-mcgee in #89

New Contributors

Full Changelog: 1.23.3...1.23.4

1.23.3 - Fix Skewed PNG Issue

20 Oct 15:48
01cea42
Compare
Choose a tag to compare

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

07 Oct 22:30
Compare
Choose a tag to compare

1.23.1 - Use Ruff

19 Aug 16:30
35038a0
Compare
Choose a tag to compare

What's Changed

  • Use ruff. add optional different format types to png example by @FoamyGuy in #85

Full Changelog: 1.23.0...1.23.1

1.23.0 - Support RGB and Grayscale PNG + Fix For Bit Depth <8

03 Aug 16:03
b3f0d1e
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.22.0...1.23.0

1.22.0 - Support Transparency In PNG Images Automatically

02 Aug 21:47
7a68dcd
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.21.0...1.22.0

1.21.0 - Support for JPEG Images

27 Jul 15:31
6b7deeb
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.20.2...1.21.0

1.20.2 - Fix RTD Docs Build and Unpin Sphinx

09 Dec 17:44
72a7a4a
Compare
Choose a tag to compare

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

09 Nov 19:27
ba90a04
Compare
Choose a tag to compare

What's Changed

  • Update README.rst to not use .show(...) by @dhalbert in #77

New Contributors

Full Changelog: 1.20.0...1.20.1