Skip to content

Releases: adafruit/Adafruit_CircuitPython_ImageLoad

1.20.2 - Fix RTD Docs Build and Unpin Sphinx

09 Dec 17:44
72a7a4a

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

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

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

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

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

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.17.3 - Updated .pylintrc, fixed jQuery

26 May 16:22
1bf25b5

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.17.2 - Improved documentation and pylint fixes

11 May 16:25
bc7fa53

Choose a tag to compare

What's Changed

  • Add png and gif to docs, and note png format restriction by @Neradoc in #67
  • Fix pylint errors by @tekktrik in #69

Full Changelog: 1.17.1...1.17.2

1.17.1 - Refactor and Readability Improvements

25 Apr 23:21
1ae6b2c

Choose a tag to compare

This release contains an internal refactor to avoid variables with changing types and improved readability. Thank you @matt-land!

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.17.0 PNG Typing + Example

09 Jan 15:15
b3953c8

Choose a tag to compare

This release provides typing and an example script illustrating PNG usage added in a prior recent release.

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.