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

Raise ValueError for BoxBlur filter with negative radius #6874

Merged
merged 3 commits into from
Jan 11, 2023

Conversation

hugovk
Copy link
Member

@hugovk hugovk commented Jan 9, 2023

Fixes #6873.

Changes proposed in this pull request:

@hugovk hugovk added the Bug Any unexpected behavior, until confirmed feature. label Jan 9, 2023
@radarhere radarhere merged commit eb89e3a into python-pillow:main Jan 11, 2023
@hugovk hugovk deleted the invalid-box-blur-filter branch January 11, 2023 22:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Any unexpected behavior, until confirmed feature.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fatal Python error for negative radius in ImageFilter.BoxBlur()
2 participants