-
Notifications
You must be signed in to change notification settings - Fork 5
Closed
Labels
releasedIncluded in a releaseIncluded in a release
Description
Is your feature request related to a problem?
Adjusting the color balance of an image is another common operation.
Desired solution
- New method
adjust_color_balanceonImage factorparameter to adjust the strength of the change- Use
ImageEnhance.Colorinternally - Warn if
factoris1since this leaves the image unchanged - Raise error if
factoris below 0
Possible alternatives (optional)
No response
Screenshots (optional)
No response
Additional Context (optional)
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
releasedIncluded in a releaseIncluded in a release
Type
Projects
Status
✔️ Done