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.
2 parents a73fe3b + 5328a86 commit 2c0b814Copy full SHA for 2c0b814
adafruit_imageload/bmp/indexed.py
@@ -93,7 +93,7 @@ def load(
93
file,
94
bits_per_pixel=color_depth,
95
element_size=4,
96
- reverse_pixels_in_element=False,
+ reverse_pixels_in_element=True,
97
reverse_rows=True,
98
)
99
else: # use the standard file.readinto
0 commit comments