jessezach / RobotEyes

Image comparison for Robot Framework
MIT License
75 stars 24 forks source link

fix: Use Image.LANCZOS with Pillow resize #109

Closed kumy closed 1 year ago

kumy commented 1 year ago

Fix #108 Image.LANCZOS has been introduced in Pillow 2.7.0 https://pillow.readthedocs.io/en/stable/releasenotes/2.7.0.html#antialias-renamed-to-lanczos and removed in 10.0.0

kumy commented 1 year ago

Image.LANCZOS has been introduced in Pillow 2.7.0, so change should be safe