-
Notifications
You must be signed in to change notification settings - Fork 6
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
Comments
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 Thank's you very much.. that work for me... :=) .. |
commit to master and a release tag is out. |
forgot to close this |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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!
The text was updated successfully, but these errors were encountered: