Releases: adafruit/Adafruit_CircuitPython_ImageLoad
Releases · adafruit/Adafruit_CircuitPython_ImageLoad
0.9.3 - Changed CI from Travis to GitHub Actions
This release includes:
- Migrating this repository from Travis to GitHub Actions. This has no effect on the behavior of the code itself.
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.
Adds support for RLE compression to BMPs
Thanks to @fionawhim for the update!
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
Read the docs for info on how to use it.
Fix tests
Add PNM support and fix for 4.0.0
- Adds PNM support. Thanks to @matt-land, @crookedstorm and @Riddlerat
- Updated to work with CircuitPython 4.0.0. Thanks to @tannewt, @siehputz and @DavePutz
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
Read the docs for info on how to use it.
Update Travis Badge In Readme
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
Read the docs for info on how to use it.
Indexed BMP support
Initial release with indexed BMP support.
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
Read the docs for info on how to use it.