Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ueberzug breaks after pillow 10.0 update #15

Closed
thomasjlsn opened this issue Jul 3, 2023 · 4 comments
Closed

ueberzug breaks after pillow 10.0 update #15

thomasjlsn opened this issue Jul 3, 2023 · 4 comments

Comments

@thomasjlsn
Copy link

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:

  • 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!

@lucas-mior
Copy link

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

@Jorpy76
Copy link

Jorpy76 commented Jul 10, 2023

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
Copy link
Contributor

eylles commented Jul 15, 2023

commit to master and a release tag is out.

@eylles
Copy link
Contributor

eylles commented Jun 2, 2024

forgot to close this

@eylles eylles closed this as completed Jun 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants