We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69636ff commit b9e13bdCopy full SHA for b9e13bd
README.rst
@@ -13,6 +13,10 @@ Introduction
13
:target: https://github.com/adafruit/Adafruit_CircuitPython_ImageLoad/actions/
14
:alt: Build Status
15
16
+.. image:: https://img.shields.io/badge/code%20style-black-000000.svg
17
+ :target: https://github.com/psf/black
18
+ :alt: Code Style: Black
19
+
20
This library decodes an image file into new bitmap and palette objects of the provided type. It's
21
designed to load code needed during decoding as needed. This is meant to minimize the memory
22
overhead of the decoding code.
0 commit comments