PetitTournesol / Edgeware

Elsavirus inspired fetishware, built from the ground up to use interchangeable packages for better user experience.
MIT License
128 stars 94 forks source link

fix: change deprecated pillow 'antialiasing' to 'lanczos' #49

Open Sassy0P opened 1 year ago

Sassy0P commented 1 year ago

The Pillow's image filter 'antialiasing' has been deprecated for some time and is now removed in the new version Pillow 10.0, making the program crash.

Updating the value allow to resolve this problem.

Fixing: #47, #48