'PIL.Image' has no attribute 'ANTIALIAS'
Fasihi-Rad opened this issue · 1 comments
Fasihi-Rad commented
I get this error when I use pillow 10.x.x
'PIL.Image' has no attribute 'ANTIALIAS'
I found out it's because ANTIALIAS has been replaced by LANCZOS in the new version.
I know that version 9.5.0 can be used. But this version contains some high-level vulnerabilities.
So, Any way to fix this ?!
vstoykov commented
You need to update the pilkit
to version 3.0. Here is the relevant issue tracking this. matthewwithanm/pilkit#64