MatrixSynapse/synapse/media
an0nfunc c303eca8cc
use Image.LANCZOS instead of Image.ANTIALIAS for thumbnail resize (#15876)
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>
2023-07-05 10:52:12 +02:00
..
_base.py Fix unsafe hotserving behaviour for non-multimedia uploads. (#15680) 2023-06-15 14:23:27 +01:00
filepath.py
media_repository.py
media_storage.py
oembed.py
preview_html.py
storage_provider.py
thumbnailer.py use Image.LANCZOS instead of Image.ANTIALIAS for thumbnail resize (#15876) 2023-07-05 10:52:12 +02:00
url_previewer.py