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

Not working with Pillow 10 (or later) #7

Open
cmahnke opened this issue Nov 6, 2023 · 0 comments
Open

Not working with Pillow 10 (or later) #7

cmahnke opened this issue Nov 6, 2023 · 0 comments

Comments

@cmahnke
Copy link

cmahnke commented Nov 6, 2023

  File "/Users/cmahnke/projects/StereoscoPy/stereoscopy/__init__.py", line 370, in resize
    image = image.resize(re_size, Image.ANTIALIAS)
AttributeError: module 'PIL.Image' has no attribute 'ANTIALIAS'

This has changed with Pillow 10, see https://pillow.readthedocs.io/en/stable/releasenotes/10.0.0.html#constants

cmahnke added a commit to cmahnke/StereoscoPy that referenced this issue Nov 6, 2023
cmahnke added a commit to cmahnke/StereoscoPy that referenced this issue Nov 6, 2023
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

1 participant