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

Simplified enum references #6557

Merged
merged 1 commit into from Sep 7, 2022
Merged

Simplified enum references #6557

merged 1 commit into from Sep 7, 2022

Conversation

radarhere
Copy link
Member

#6491 (comment) points out that https://pillow.readthedocs.io/en/stable/reference/Image.html#PIL.Image.Image.convert refers to Dither.NONE, while https://pillow.readthedocs.io/en/stable/reference/Image.html#PIL.Image.Image.resize refers to PIL.Image.Resampling.BOX.

To be consistent, this PR removes the PIL.Image. prefix. This is the opposite of #6491, which adds the prefix.

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.

None yet

2 participants