1
0
Fork 0
mirror of https://github.com/element-hq/synapse.git synced 2025-03-14 03:38:42 +00:00
synapse/changelog.d/9473.bugfix
Patrick Cloke 075c16b410
Handle image transparency better when thumbnailing. (#9473)
Properly uses RGBA mode for 1- and 8-bit images with transparency
(instead of RBG mode).
2021-03-09 07:37:09 -05:00

1 line
136 B
Text

Fix long-standing bug when generating thumbnails for some images with transparency: `TypeError: cannot unpack non-iterable int object`.