Image.Fuzzy (gb.image)
Function Fuzzy ( [ Radius As Integer ] ) As Image
 
Blur an image and return itself.
Radius is the blurring radius in pixels (8 by default).
If 
Radius is lower or equal then 0, or greater or equal than 256, the method does nothing.