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 9f2cec9 commit c4a4c5aCopy full SHA for c4a4c5a
adafruit_imageload/bmp/truecolor.py
@@ -1,15 +1,15 @@
1
# SPDX-FileCopyrightText: 2018 Scott Shawcroft for Adafruit Industries
2
-# SPDX-FileCopyrightText: 2022-2023 Matt Land
+# SPDX-FileCopyrightText: 2022-2023 Melissa LeBlanc-Williams
3
#
4
# SPDX-License-Identifier: MIT
5
6
"""
7
-`adafruit_imageload.bmp.indexed`
+`adafruit_imageload.bmp.truecolor`
8
====================================================
9
10
-Load pixel values (indices or colors) into a bitmap and colors into a palette from an indexed BMP.
+Load pixel colors into a bitmap from an truecolor BMP and return the correct colorconverter.
11
12
-* Author(s): Scott Shawcroft, Matt Land, Melissa LeBlanc-Williams
+* Author(s): Melissa LeBlanc-Williams
13
14
15
0 commit comments