google-coral / pycoral

Python API for ML inferencing and transfer-learning on Coral devices
https://coral.ai
Apache License 2.0
360 stars 149 forks source link

ANTIALIAS => LANCZOS #123

Closed stevenae closed 9 months ago

stevenae commented 1 year ago

Change PIL.Image.ANTIALIAS (removed in Pillow 10.0.0) to PIL.Image.LANCZOS

google-cla[bot] commented 1 year ago

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

sfgannon commented 1 year ago

Almost submitted the same. Image.ANTIALIAS is deprecated; Image.LANCZOS relies on a similar implementation and the behavior is consistent/reliable in newer versions of Pillow.

Namburger commented 9 months ago

closing this in favor of https://github.com/google-coral/pycoral/pull/130