matthewwithanm / pilkit

Utilities and processors built for, and on top of PIL
BSD 3-Clause "New" or "Revised" License
196 stars 54 forks source link

#59 updated processors.resize to use the Pillow LANCZOS method #60

Closed jberends closed 1 year ago

jberends commented 2 years ago
jberends commented 1 year ago

This PR is not a thing anymore as these methods are not deprecated anymore since Pillow 9.4

See https://pillow.readthedocs.io/en/stable/releasenotes/9.4.0.html#restored-image-constants

ademaro commented 1 year ago

Image.ANTIALIAS is not restored constant, these changes need to be made in the branch

vstoykov commented 1 year ago

There is a fix merged in #70 Also new version is released in PyPi