SmileyChris / easy-thumbnails

Easy thumbnails for Django
http://easy-thumbnails.readthedocs.org/
BSD 3-Clause "New" or "Revised" License
1.37k stars 312 forks source link

ANTIALIAS is deprecated and will be removed in Pillow 10 #600

Closed jaap3 closed 1 year ago

jaap3 commented 2 years 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.