Image.Resampling.LANCZOS instead of Image.ANTIALIAS deprecated in Pillow 10#109
Image.Resampling.LANCZOS instead of Image.ANTIALIAS deprecated in Pillow 10#109albertopasqualetto wants to merge 1 commit into
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@pillow10I 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.