Closed jaap3 closed 1 year ago
The code in https://github.com/SmileyChris/easy-thumbnails/blob/bc39d7ec3f4c72b000a82f7838eb3c16bcaa86c7/easy_thumbnails/processors.py#L194-L199 triggers a deprecation warning from Pillow:
DeprecationWarning: ANTIALIAS is deprecated and will be removed in Pillow 10 (2023-07-01). Use Resampling.LANCZOS instead.
The LANCZOS constant has been available since Pillow 2.7.0.
LANCZOS
The code in https://github.com/SmileyChris/easy-thumbnails/blob/bc39d7ec3f4c72b000a82f7838eb3c16bcaa86c7/easy_thumbnails/processors.py#L194-L199 triggers a deprecation warning from Pillow:
The
LANCZOS
constant has been available since Pillow 2.7.0.