mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-07-06 21:03:18 +03:00
Describe the effect of brightness and contrast factors above 1
This commit is contained in:
parent
498b475e82
commit
4720774a85
|
@ -59,15 +59,17 @@ method:
|
||||||
This class can be used to control the contrast of an image, similar to the
|
This class can be used to control the contrast of an image, similar to the
|
||||||
contrast control on a TV set. An
|
contrast control on a TV set. An
|
||||||
:ref:`enhancement factor <enhancement-factor>` of 0.0 gives a solid grey
|
:ref:`enhancement factor <enhancement-factor>` of 0.0 gives a solid grey
|
||||||
image. A factor of 1.0 gives the original image.
|
image, a factor of 1.0 gives the original image, and greater values
|
||||||
|
increase the contrast of the image.
|
||||||
|
|
||||||
.. py:class:: Brightness(image)
|
.. py:class:: Brightness(image)
|
||||||
|
|
||||||
Adjust image brightness.
|
Adjust image brightness.
|
||||||
|
|
||||||
This class can be used to control the brightness of an image. An
|
This class can be used to control the brightness of an image. An
|
||||||
:ref:`enhancement factor <enhancement-factor>` of 0.0 gives a black image.
|
:ref:`enhancement factor <enhancement-factor>` of 0.0 gives a black image,
|
||||||
A factor of 1.0 gives the original image.
|
a factor of 1.0 gives the original image, and greater values increase the
|
||||||
|
brightness of the image.
|
||||||
|
|
||||||
.. py:class:: Sharpness(image)
|
.. py:class:: Sharpness(image)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user