replace ANTIALIAS instances with LANCZOS
Closed this issue · 0 comments
workaryangupta commented
ANTIALIAS was removed in Pillow 10.0.0 (after being deprecated through many previous versions). Now we need to use PIL.Image.LANCZOS instead of PIL.Image.ANTIALIAS or else the tests suit will fail.