diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2021-03-09 07:37:09 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-09 07:37:09 -0500 |
commit | 075c16b4103e7368e304496f3016d3b826b3ee92 (patch) | |
tree | 59aabbcaa019b7953f8d73e6d53d4e0848bfd1ec /changelog.d | |
parent | Add a list of hashes to ignore during git blame. (#9560) (diff) | |
download | synapse-075c16b4103e7368e304496f3016d3b826b3ee92.tar.xz |
Handle image transparency better when thumbnailing. (#9473)
Properly uses RGBA mode for 1- and 8-bit images with transparency (instead of RBG mode).
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/9473.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/9473.bugfix b/changelog.d/9473.bugfix new file mode 100644 index 0000000000..71fb487cf2 --- /dev/null +++ b/changelog.d/9473.bugfix @@ -0,0 +1 @@ +Fix long-standing bug when generating thumbnails for some images with transparency: `TypeError: cannot unpack non-iterable int object`. |