Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 1.88.0rc1 | David Robertson | 2023-07-11 | 1 | -1/+0 |
| | |||||
* | use Image.LANCZOS instead of Image.ANTIALIAS for thumbnail resize (#15876) | an0nfunc | 2023-07-05 | 1 | -0/+1 |
Image.ANTIALIAS is not defined in current pillow releases. Since ANTIALIAS was just using LANCZOS anyways, this is just a cosmetic change, but makes synapse work with most recent pillow releases. Signed-off-by: Giovanni Harting <539@idlegandalf.com> |