Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Use Image.LANCZOS with Pillow resize #109

Merged
merged 1 commit into from
Aug 4, 2023

Conversation

kumy
Copy link
Contributor

@kumy kumy commented Jul 31, 2023

Fix #108
Image.LANCZOS has been introduced in Pillow 2.7.0 https://pillow.readthedocs.io/en/stable/releasenotes/2.7.0.html#antialias-renamed-to-lanczos and removed in 10.0.0

@kumy
Copy link
Contributor Author

kumy commented Jul 31, 2023

Image.LANCZOS has been introduced in Pillow 2.7.0, so change should be safe

@jessezach jessezach changed the base branch from master to v1.6.2 August 4, 2023 17:41
@jessezach jessezach merged commit 0b5df13 into jessezach:v1.6.2 Aug 4, 2023
jessezach added a commit that referenced this pull request Aug 4, 2023
* Release 1.6.2

* fix: Use Image.LANCZOS with Pillow resize (#109)

Fix #108
Image.LANCZOS has been introduced in Pillow 2.7.0 https://pillow.readthedocs.io/en/stable/releasenotes/2.7.0.html#antialias-renamed-to-lanczos
and removed in 10.0.0

---------

Co-authored-by: kumy <kumy@users.noreply.github.com>
@kumy kumy deleted the patch-1 branch December 26, 2023 09:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Pillow deprecated antialias
2 participants