ueber-devel / ueberzug

Continuation of ueberzug
GNU General Public License v3.0
113 stars 6 forks source link

ueberzug breaks after pillow 10.0 update #15

Closed thomasjlsn closed 5 months ago

thomasjlsn commented 1 year ago

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 with Image.LANCZOS in the following modules:

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!

lucas-mior commented 1 year ago

Yes, downgrading pillow to 9.5 is a temporary solver for me.

Jorpy76 commented 1 year ago

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

eylles commented 1 year ago

commit to master and a release tag is out.

eylles commented 5 months ago

forgot to close this