-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
PIL.ImageMath.eval() has been removed from Pillow 12.0.0
Traceback (most recent call last):
File "/Users/cmahnke/Blogs/vintagereality/./scripts/./image-splitter.py", line 386, in <module>
stereoscopy.create_anaglyph((left.copy(), right.copy()), method="gray").save(anagFileName)
~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/homebrew/anaconda3/lib/python3.13/site-packages/stereoscopy/__init__.py", line 721, in create_anaglyph
return am.createAnaglyph(images)
~~~~~~~~~~~~~~~~~^^^^^^^^
File "/opt/homebrew/anaconda3/lib/python3.13/site-packages/stereoscopy/__init__.py", line 679, in createAnaglyph
ImageMath.eval("convert(" + expression + ", 'L')",
^^^^^^^^^^^^^^
AttributeError: module 'PIL.ImageMath' has no attribute 'eval'
Metadata
Metadata
Assignees
Labels
No labels