z411 / trackma

Open multi-site list manager for Unix-like systems. (ex-wMAL)
https://z411.github.io/trackma
GNU General Public License v3.0
761 stars 82 forks source link

Replace Image.ANTIALIAS with Image.BICUBIC in QT and GTK #700

Closed molkoback closed 12 months ago

molkoback commented 12 months ago

Image.ANTIALIAS has been removed in PIL 10.0.0: https://pillow.readthedocs.io/en/stable/deprecations.html Image.LANCZOS is identical but it seems like overkill.

FichteFoll commented 12 months ago

I agree that bicubic should be fine here.