mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-26 01:46:18 +03:00
Update src/PIL/ImageOps.py
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
This commit is contained in:
parent
665b414033
commit
ca3796f4f6
|
@ -74,7 +74,7 @@ def autocontrast(image, cutoff=0, ignore=None, mask=None):
|
|||
high ends. Either a tuple of (low, high), or a single
|
||||
number for both.
|
||||
:param ignore: The background pixel value (use None for no background).
|
||||
:param mask: histogram used in contrast operation is computed using pixels
|
||||
:param mask: Histogram used in contrast operation is computed using pixels
|
||||
within the mask. If no mask is given the entire image is used
|
||||
for histogram computation.
|
||||
:return: An image.
|
||||
|
|
Loading…
Reference in New Issue
Block a user