[Top]
Image
Image.Image
|
Method Image.Image()->blur()
- Method
blur
-
string blur(int no_pass)
- Description
-
-
A special case of apply_matrix that creates a blur effect.
About four times faster than the generic apply_matrix.
@[no_pass] is the number of times the blur matrix is applied.
- See also
-
-
apply_matrix , grey_blur
|