~ubuntu-branches/ubuntu/wily/python-imaging/wily

« back to all changes in this revision

Viewing changes to docs/pythondoc-PIL.ImageEnhance.rst

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2013-01-31 20:49:20 UTC
  • mfrom: (27.1.1 raring-proposed)
  • Revision ID: package-import@ubuntu.com-20130131204920-b5zshy6vgfvdionl
Tags: 1.1.7+1.7.8-1ubuntu1
Rewrite build dependencies to allow cross builds.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
===========================
 
2
The PIL.ImageEnhance Module
 
3
===========================
 
4
 
 
5
The PIL.ImageEnhance Module
 
6
===========================
 
7
 
 
8
**Brightness(image)** (class)
 
9
[`# <#PIL.ImageEnhance.Brightness-class>`_]
 
10
    Brightness enhancement object.
 
11
 
 
12
    For more information about this class, see `*The Brightness
 
13
    Class* <#PIL.ImageEnhance.Brightness-class>`_.
 
14
 
 
15
**Color(image)** (class) [`# <#PIL.ImageEnhance.Color-class>`_]
 
16
    Color enhancement object.
 
17
 
 
18
    For more information about this class, see `*The Color
 
19
    Class* <#PIL.ImageEnhance.Color-class>`_.
 
20
 
 
21
**Contrast(image)** (class) [`# <#PIL.ImageEnhance.Contrast-class>`_]
 
22
    Contrast enhancement object.
 
23
 
 
24
    For more information about this class, see `*The Contrast
 
25
    Class* <#PIL.ImageEnhance.Contrast-class>`_.
 
26
 
 
27
**Sharpness(image)** (class) [`# <#PIL.ImageEnhance.Sharpness-class>`_]
 
28
    Sharpness enhancement object.
 
29
 
 
30
    For more information about this class, see `*The Sharpness
 
31
    Class* <#PIL.ImageEnhance.Sharpness-class>`_.
 
32
 
 
33
The Brightness Class
 
34
--------------------
 
35
 
 
36
**Brightness(image)** (class)
 
37
[`# <#PIL.ImageEnhance.Brightness-class>`_]
 
38
    Brightness enhancement object.
 
39
 
 
40
    This class can be used to control the brighntess of an image. An
 
41
    enhancement factor of 0.0 gives a black image, factor 1.0 gives the
 
42
    original image.
 
43
 
 
44
The Color Class
 
45
---------------
 
46
 
 
47
**Color(image)** (class) [`# <#PIL.ImageEnhance.Color-class>`_]
 
48
    Color enhancement object.
 
49
 
 
50
    This class can be used to adjust the colour balance of an image, in
 
51
    a manner similar to the controls on a colour TV set. An enhancement
 
52
    factor of 0.0 gives a black and white image, a factor of 1.0 gives
 
53
    the original image.
 
54
 
 
55
The Contrast Class
 
56
------------------
 
57
 
 
58
**Contrast(image)** (class) [`# <#PIL.ImageEnhance.Contrast-class>`_]
 
59
    Contrast enhancement object.
 
60
 
 
61
    This class can be used to control the contrast of an image, similar
 
62
    to the contrast control on a TV set. An enhancement factor of 0.0
 
63
    gives an solid grey image, factor 1.0 gives the original image.
 
64
 
 
65
The Sharpness Class
 
66
-------------------
 
67
 
 
68
**Sharpness(image)** (class) [`# <#PIL.ImageEnhance.Sharpness-class>`_]
 
69
    Sharpness enhancement object.
 
70
 
 
71
    This class can be used to adjust the sharpness of an image. The
 
72
    enhancement factor 0.0 gives a blurred image, 1.0 gives the original
 
73
    image, and a factor of 2.0 gives a sharpened image.
 
74