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

Deprecated filters listed on "concepts" page #6867

Closed
Yay295 opened this issue Jan 6, 2023 · 1 comment · Fixed by #6868
Closed

Deprecated filters listed on "concepts" page #6867

Yay295 opened this issue Jan 6, 2023 · 1 comment · Fixed by #6868

Comments

@Yay295
Copy link
Contributor

Yay295 commented Jan 6, 2023

https://pillow.readthedocs.io/en/stable/handbook/concepts.html#concept-filters
https://pillow.readthedocs.io/en/stable/reference/Image.html#resampling-filters

The "concepts" page lists the PIL.Image.X names for the filters, but it should actually use PIL.Image.Resampling.X.

@radarhere
Copy link
Member

As of Pillow 9.4.0, they are actually no longer deprecated - https://pillow.readthedocs.io/en/stable/releasenotes/9.4.0.html#constants

But we should be consistent in what we talk about in the documentation. I've created PR #6868 to resolve this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants