-
Notifications
You must be signed in to change notification settings - Fork 5
Closed
Description
Is your feature request related to a problem?
Some parameters of Image methods have smaller legal ranges than their type suggests. This includes:
Image.resize(all parameters >= 0)Image.crop(all parameters >= 0)Image.blur(radius>= 0)
Desired solution
Raise OutOfBoundsError and add Raises sections to the docstrings.
Possible alternatives (optional)
No response
Screenshots (optional)
No response
Additional Context (optional)
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
✔️ Done