image-matching-toolbox icon indicating copy to clipboard operation
image-matching-toolbox copied to clipboard

Pillow is spewing some deprecation warnings Resampling.BICUBIC

Open SergioRAgostinho opened this issue 3 years ago • 0 comments

image-matching-toolbox/immatch/utils/data_io.py:31: DeprecationWarning: BICUBIC is deprecated and will be removed in Pillow 10 (2023-07-01). Use Resampling.BICUBIC instead.

Here is the offending line https://github.com/GrumpyZhou/image-matching-toolbox/blob/main/immatch/utils/data_io.py#L31

The Resampling enum was added in Pillow 9.1.0. Prior to this, to resided as a constant at top level.

SergioRAgostinho avatar Jul 12 '22 21:07 SergioRAgostinho