google-coral / pycoral

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

ANTIALIAS => LANCZOS #123

Closed stevenae closed 4 months ago

stevenae commented 12 months ago

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

google-cla[bot] commented 12 months 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 11 months 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 4 months ago

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