We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce523ff commit a8809b0Copy full SHA for a8809b0
1 file changed
adafruit_imageload/png.py
@@ -1,5 +1,6 @@
1
# SPDX-FileCopyrightText: 2022 Radomir Dopieralski
2
# SPDX-FileCopyrightText: 2023 Matt Land
3
+# SPDX-FileCopyrightText: 2024 Channing Ramos
4
#
5
# SPDX-License-Identifier: MIT
6
@@ -10,7 +11,7 @@
10
11
Load pixel values (indices or colors) into a bitmap and colors into a palette
12
from a PNG file.
13
-* Author(s): Radomir Dopieralski, Matt Land
14
+* Author(s): Radomir Dopieralski, Matt Land, Channing Ramos
15
16
"""
17
0 commit comments