Skip to content

Releases: adafruit/Adafruit_CircuitPython_ImageLoad

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

1.20.0 - Replace .show() in examples

03 Nov 13:14
c3702c3
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.19.1...1.20.0

1.19.1 - Fix RTD Theme Issue

25 Sep 16:01
0c72fab
Compare
Choose a tag to compare

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

13 Aug 15:50
5e3e784
Compare
Choose a tag to compare

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

07 Aug 16:18
4a2f5a6
Compare
Choose a tag to compare

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.