Skip to content

Commit c4a4c5a

Browse files
committed
Fix up headers
1 parent 9f2cec9 commit c4a4c5a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

adafruit_imageload/bmp/truecolor.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
# SPDX-FileCopyrightText: 2018 Scott Shawcroft for Adafruit Industries
2-
# SPDX-FileCopyrightText: 2022-2023 Matt Land
2+
# SPDX-FileCopyrightText: 2022-2023 Melissa LeBlanc-Williams
33
#
44
# SPDX-License-Identifier: MIT
55

66
"""
7-
`adafruit_imageload.bmp.indexed`
7+
`adafruit_imageload.bmp.truecolor`
88
====================================================
99
10-
Load pixel values (indices or colors) into a bitmap and colors into a palette from an indexed BMP.
10+
Load pixel colors into a bitmap from an truecolor BMP and return the correct colorconverter.
1111
12-
* Author(s): Scott Shawcroft, Matt Land, Melissa LeBlanc-Williams
12+
* Author(s): Melissa LeBlanc-Williams
1313
1414
"""
1515

0 commit comments

Comments
 (0)