Skip to content

Commit 2c0b814

Browse files
authored
Merge pull request #49 from kmatch98/readinto_fix
update readinto input parameters
2 parents a73fe3b + 5328a86 commit 2c0b814

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_imageload/bmp/indexed.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ def load(
9393
file,
9494
bits_per_pixel=color_depth,
9595
element_size=4,
96-
reverse_pixels_in_element=False,
96+
reverse_pixels_in_element=True,
9797
reverse_rows=True,
9898
)
9999
else: # use the standard file.readinto

0 commit comments

Comments
 (0)