jessezach / RobotEyes

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

Pillow deprecated antialias #108

Closed LAguilera22 closed 1 year ago

LAguilera22 commented 1 year ago

Describe the bug Pillow 10.0.0 removed the image.antialias from their classes. Instead they recommend using Image.LANCZOS or Image.Resampling.LANCZOS.

To Reproduce Steps to reproduce the behavior:

  1. Update pillow to the latest version
  2. Run any image comparison test.

Expected behavior The image comparison should run successfully.

Screenshots image

Desktop (please complete the following information):

jessezach commented 1 year ago

Thanks for the PR @kumy