-
Notifications
You must be signed in to change notification settings - Fork 46
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
Image.Resampling.LANCZOS instead of Image.ANTIALIAS deprecated in Pillow 10 #109
base: main
Are you sure you want to change the base?
Conversation
I needed to fix "imagedominantcolor/dominantcolor.py", line 20 as well. |
Please merge it. :) |
how could we get around this until this is merged ? @albertopasqualetto |
@SvenHerr last time I used it, it was deprecated, but still working. Are things changed now? |
Yes. Its not working anymore. I forked it and did the changes myself. Than installed as dev |
As a workaround I've manage to install the correct branch from @albertopasqualetto PR with this: pip install git+https://github.com/albertopasqualetto/videohash.git@pillow10 I will update my requirements when this is merged. Please correct me if this is not recommended. Thanks! |
For some reason this method stopped working. PIP output
Error traze
|
Solution to #109 (comment)As mentioned pillow dependencies are affected in
and then
|
@moracabanas thanks for the guide waiting for merges! |
@akamhy, please merge this; |
I think the developer is not maintaining this package anymore |
It seems so, maybe someone could write a mail to the mantainer in order to decide what to do. In the meanwhile you can use my fork as explained above. |
Pillow's release notes
PR also done in your other project imagedominantcolor.