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

« back to all changes in this revision

Viewing changes to docs/pythondoc-PIL.ImageFilter.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.ImageFilter Module
 
3
==========================
 
4
 
 
5
The PIL.ImageFilter Module
 
6
==========================
 
7
 
 
8
**BLUR** (class) [`# <#PIL.ImageFilter.BLUR-class>`_]
 
9
    Blur filter.
 
10
 
 
11
    For more information about this class, see `*The BLUR
 
12
    Class* <#PIL.ImageFilter.BLUR-class>`_.
 
13
 
 
14
**CONTOUR** (class) [`# <#PIL.ImageFilter.CONTOUR-class>`_]
 
15
    Contour filter.
 
16
 
 
17
    For more information about this class, see `*The CONTOUR
 
18
    Class* <#PIL.ImageFilter.CONTOUR-class>`_.
 
19
 
 
20
**DETAIL** (class) [`# <#PIL.ImageFilter.DETAIL-class>`_]
 
21
    Detail filter.
 
22
 
 
23
    For more information about this class, see `*The DETAIL
 
24
    Class* <#PIL.ImageFilter.DETAIL-class>`_.
 
25
 
 
26
**EDGE\_ENHANCE** (class) [`# <#PIL.ImageFilter.EDGE_ENHANCE-class>`_]
 
27
    Edge enhancement filter.
 
28
 
 
29
    For more information about this class, see `*The EDGE\_ENHANCE
 
30
    Class* <#PIL.ImageFilter.EDGE_ENHANCE-class>`_.
 
31
 
 
32
**EDGE\_ENHANCE\_MORE** (class)
 
33
[`# <#PIL.ImageFilter.EDGE_ENHANCE_MORE-class>`_]
 
34
    Stronger edge enhancement filter.
 
35
 
 
36
    For more information about this class, see `*The EDGE\_ENHANCE\_MORE
 
37
    Class* <#PIL.ImageFilter.EDGE_ENHANCE_MORE-class>`_.
 
38
 
 
39
**EMBOSS** (class) [`# <#PIL.ImageFilter.EMBOSS-class>`_]
 
40
    Embossing filter.
 
41
 
 
42
    For more information about this class, see `*The EMBOSS
 
43
    Class* <#PIL.ImageFilter.EMBOSS-class>`_.
 
44
 
 
45
**FIND\_EDGES** (class) [`# <#PIL.ImageFilter.FIND_EDGES-class>`_]
 
46
    Edge-finding filter.
 
47
 
 
48
    For more information about this class, see `*The FIND\_EDGES
 
49
    Class* <#PIL.ImageFilter.FIND_EDGES-class>`_.
 
50
 
 
51
**Kernel(size, kernel, \*\*options)** (class)
 
52
[`# <#PIL.ImageFilter.Kernel-class>`_]
 
53
    Convolution filter kernel.
 
54
 
 
55
    For more information about this class, see `*The Kernel
 
56
    Class* <#PIL.ImageFilter.Kernel-class>`_.
 
57
 
 
58
**MaxFilter(size=3)** (class) [`# <#PIL.ImageFilter.MaxFilter-class>`_]
 
59
    Max filter.
 
60
 
 
61
    For more information about this class, see `*The MaxFilter
 
62
    Class* <#PIL.ImageFilter.MaxFilter-class>`_.
 
63
 
 
64
**MedianFilter(size=3)** (class)
 
65
[`# <#PIL.ImageFilter.MedianFilter-class>`_]
 
66
    Median filter.
 
67
 
 
68
    For more information about this class, see `*The MedianFilter
 
69
    Class* <#PIL.ImageFilter.MedianFilter-class>`_.
 
70
 
 
71
**MinFilter(size=3)** (class) [`# <#PIL.ImageFilter.MinFilter-class>`_]
 
72
    Min filter.
 
73
 
 
74
    For more information about this class, see `*The MinFilter
 
75
    Class* <#PIL.ImageFilter.MinFilter-class>`_.
 
76
 
 
77
**ModeFilter(size=3)** (class)
 
78
[`# <#PIL.ImageFilter.ModeFilter-class>`_]
 
79
    Mode filter.
 
80
 
 
81
    For more information about this class, see `*The ModeFilter
 
82
    Class* <#PIL.ImageFilter.ModeFilter-class>`_.
 
83
 
 
84
**RankFilter(size, rank)** (class)
 
85
[`# <#PIL.ImageFilter.RankFilter-class>`_]
 
86
    Rank filter.
 
87
 
 
88
    For more information about this class, see `*The RankFilter
 
89
    Class* <#PIL.ImageFilter.RankFilter-class>`_.
 
90
 
 
91
**SHARPEN** (class) [`# <#PIL.ImageFilter.SHARPEN-class>`_]
 
92
    Sharpening filter.
 
93
 
 
94
    For more information about this class, see `*The SHARPEN
 
95
    Class* <#PIL.ImageFilter.SHARPEN-class>`_.
 
96
 
 
97
**SMOOTH** (class) [`# <#PIL.ImageFilter.SMOOTH-class>`_]
 
98
    Smoothing filter.
 
99
 
 
100
    For more information about this class, see `*The SMOOTH
 
101
    Class* <#PIL.ImageFilter.SMOOTH-class>`_.
 
102
 
 
103
**SMOOTH\_MORE** (class) [`# <#PIL.ImageFilter.SMOOTH_MORE-class>`_]
 
104
    Stronger smoothing filter.
 
105
 
 
106
    For more information about this class, see `*The SMOOTH\_MORE
 
107
    Class* <#PIL.ImageFilter.SMOOTH_MORE-class>`_.
 
108
 
 
109
The BLUR Class
 
110
--------------
 
111
 
 
112
**BLUR** (class) [`# <#PIL.ImageFilter.BLUR-class>`_]
 
113
 
 
114
The CONTOUR Class
 
115
-----------------
 
116
 
 
117
**CONTOUR** (class) [`# <#PIL.ImageFilter.CONTOUR-class>`_]
 
118
 
 
119
The DETAIL Class
 
120
----------------
 
121
 
 
122
**DETAIL** (class) [`# <#PIL.ImageFilter.DETAIL-class>`_]
 
123
 
 
124
The EDGE\_ENHANCE Class
 
125
-----------------------
 
126
 
 
127
**EDGE\_ENHANCE** (class) [`# <#PIL.ImageFilter.EDGE_ENHANCE-class>`_]
 
128
 
 
129
The EDGE\_ENHANCE\_MORE Class
 
130
-----------------------------
 
131
 
 
132
**EDGE\_ENHANCE\_MORE** (class)
 
133
[`# <#PIL.ImageFilter.EDGE_ENHANCE_MORE-class>`_]
 
134
 
 
135
The EMBOSS Class
 
136
----------------
 
137
 
 
138
**EMBOSS** (class) [`# <#PIL.ImageFilter.EMBOSS-class>`_]
 
139
 
 
140
The FIND\_EDGES Class
 
141
---------------------
 
142
 
 
143
**FIND\_EDGES** (class) [`# <#PIL.ImageFilter.FIND_EDGES-class>`_]
 
144
 
 
145
The Kernel Class
 
146
----------------
 
147
 
 
148
**Kernel(size, kernel, \*\*options)** (class)
 
149
[`# <#PIL.ImageFilter.Kernel-class>`_]
 
150
**\_\_init\_\_(size, kernel, \*\*options)**
 
151
[`# <#PIL.ImageFilter.Kernel.__init__-method>`_]
 
152
    Create a convolution kernel. The current version only supports 3x3
 
153
    and 5x5 integer and floating point kernels.
 
154
 
 
155
    In the current version, kernels can only be applied to "L" and "RGB"
 
156
    images.
 
157
 
 
158
    *size*
 
159
    *kernel*
 
160
    *\*\*options*
 
161
    *scale=*
 
162
    *offset=*
 
163
 
 
164
The MaxFilter Class
 
165
-------------------
 
166
 
 
167
**MaxFilter(size=3)** (class) [`# <#PIL.ImageFilter.MaxFilter-class>`_]
 
168
**\_\_init\_\_(size=3)**
 
169
[`# <#PIL.ImageFilter.MaxFilter.__init__-method>`_]
 
170
 
 
171
    *size*
 
172
 
 
173
The MedianFilter Class
 
174
----------------------
 
175
 
 
176
**MedianFilter(size=3)** (class)
 
177
[`# <#PIL.ImageFilter.MedianFilter-class>`_]
 
178
**\_\_init\_\_(size=3)**
 
179
[`# <#PIL.ImageFilter.MedianFilter.__init__-method>`_]
 
180
 
 
181
    *size*
 
182
 
 
183
The MinFilter Class
 
184
-------------------
 
185
 
 
186
**MinFilter(size=3)** (class) [`# <#PIL.ImageFilter.MinFilter-class>`_]
 
187
**\_\_init\_\_(size=3)**
 
188
[`# <#PIL.ImageFilter.MinFilter.__init__-method>`_]
 
189
 
 
190
    *size*
 
191
 
 
192
The ModeFilter Class
 
193
--------------------
 
194
 
 
195
**ModeFilter(size=3)** (class)
 
196
[`# <#PIL.ImageFilter.ModeFilter-class>`_]
 
197
**\_\_init\_\_(size=3)**
 
198
[`# <#PIL.ImageFilter.ModeFilter.__init__-method>`_]
 
199
 
 
200
    *size*
 
201
 
 
202
The RankFilter Class
 
203
--------------------
 
204
 
 
205
**RankFilter(size, rank)** (class)
 
206
[`# <#PIL.ImageFilter.RankFilter-class>`_]
 
207
**\_\_init\_\_(size, rank)**
 
208
[`# <#PIL.ImageFilter.RankFilter.__init__-method>`_]
 
209
 
 
210
    *size*
 
211
    *rank*
 
212
 
 
213
The SHARPEN Class
 
214
-----------------
 
215
 
 
216
**SHARPEN** (class) [`# <#PIL.ImageFilter.SHARPEN-class>`_]
 
217
 
 
218
The SMOOTH Class
 
219
----------------
 
220
 
 
221
**SMOOTH** (class) [`# <#PIL.ImageFilter.SMOOTH-class>`_]
 
222
 
 
223
The SMOOTH\_MORE Class
 
224
----------------------
 
225
 
 
226
**SMOOTH\_MORE** (class) [`# <#PIL.ImageFilter.SMOOTH_MORE-class>`_]