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

Refer to Resampling enum #6868

Merged
merged 2 commits into from Jan 7, 2023
Merged

Refer to Resampling enum #6868

merged 2 commits into from Jan 7, 2023

Conversation

radarhere
Copy link
Member

Resolves #6867

https://pillow.readthedocs.io/en/stable/reference/Image.html#resampling-filters lists the Resampling enum values and instructs the user to "See Filters for details." However, in https://pillow.readthedocs.io/en/stable/handbook/concepts.html#concept-filters we then talk about the previously existing constants.

This PR changes https://pillow.readthedocs.io/en/stable/handbook/concepts.html#concept-filters to refer to the Resampling enum values as well.

src/PIL/ImageOps.py Outdated Show resolved Hide resolved
src/PIL/ImageOps.py Outdated Show resolved Hide resolved
src/PIL/ImageOps.py Outdated Show resolved Hide resolved
src/PIL/ImageOps.py Outdated Show resolved Hide resolved
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
@radarhere radarhere merged commit f30eb38 into python-pillow:main Jan 7, 2023
@radarhere radarhere deleted the filters branch September 20, 2023 09:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Deprecated filters listed on "concepts" page
2 participants