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.

original blur(1) blur(5)

See also

apply_matrix, grey_blur