Module PIL.ImageEnhance
Module Summary:
#71
class Brightness
:
def __init__(self)
Brightness enhancement object.
#44
class Color
:
def __init__(self)
Color enhancement object.
#57
class Contrast
:
def __init__(self)
Contrast enhancement object.
#84
class Sharpness
:
def __init__(self)
Sharpness enhancement object.
Classes
The Brightness Class
Brightness()
Brightness enhancement object.
This class can be used to control the brighntess of an image.  An
enhancement factor of 0.0 gives a black image, factor 1.0 gives the
original image.
The Color Class
Color()
Color enhancement object.
This class can be used to adjust the colour balance of an image, in
a manner similar to the controls on a colour TV set.  An enhancement
factor of 0.0 gives a black and white image, a factor of 1.0 gives
the original image.
The Contrast Class
Contrast()
Contrast enhancement object.
This class can be used to control the contrast of an image, similar
to the contrast control on a TV set.  An enhancement factor of 0.0
gives an solid grey image, factor 1.0 gives the original image.
The Sharpness Class
Sharpness()
Sharpness enhancement object.
This class can be used to adjust the sharpness of an image.  The
enhancement factor 0.0 gives a blurred image, 1.0 gives the original
image, and a factor of 2.0 gives a sharpened image.
