Closed thomasjlsn closed 5 months ago
Yes, downgrading pillow to 9.5 is a temporary solver for me.
I fixed the issue by replacing Image.ANTIALIAS with Image.LANCZOS in the following modules:
ueberzug.ui ueberzug.loading ueberzug.scaling
Thank's you very much.. that work for me... :=) ..
Archlinux
Pillow version 10.0.0
commit to master and a release tag is out.
forgot to close this
I noticed image previews stop working this morning after an update. This seems to be the cause.
I fixed the issue by replacing
Image.ANTIALIAS
withImage.LANCZOS
in the following modules:ueberzug.ui
ueberzug.loading
ueberzug.scaling
I've tested this with versions of pillow back to 9.0 with no problems. I have not tested older versions yet.
Sorry I don't have time to write a PR right now, I hope this helps!