JohannesBuchner / imagehash

A Python Perceptual Image Hashing Module
BSD 2-Clause "Simplified" License
3.28k stars 331 forks source link

ANTIALIAS is deprecated and will be removed in Pillow 10 (2023-07-01). Use Resampling.LANCZOS instead. #165

Closed Kuan-Lun closed 2 years ago

Kuan-Lun commented 2 years ago

ANTIALIAS is deprecated and will be removed in Pillow 10 (2023-07-01). Use Resampling.LANCZOS instead.

So, "Image.Resampling.LANCZOS" => "Image.Resampling.LANCZOS"

JohannesBuchner commented 2 years ago

Does this patch lead to compatible behaviour over different versions of Pillow?

JohannesBuchner commented 2 years ago

This is fixed in master, thanks for reporting it.

Kuan-Lun commented 2 years ago

Is imagehash.py deleted by me? Maybe this is my mistake...How can I recover it...

JohannesBuchner commented 2 years ago

No, unfortunately we had to move it to imagehash/__init__.py because of the typing annotations.

Kuan-Lun commented 2 years ago

I appreciate your message. That’s a weight off my mind.