We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
PIL.Image.X
PIL.Image.Resampling.X
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
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 usePIL.Image.Resampling.X
.The text was updated successfully, but these errors were encountered: