Blur

Blurs the image.

Parameters
amount

The amount of blur to apply. Possible values 1-100.

Examples
use Grafika\Grafika; // Import package

//... open image

$filter = Grafika::createFilter('Blur', 10); // Apply a blur of 10. Possible values 1-100
$editor->apply( $image, $filter ); // Apply it to an image 

Test image:

lena

Result:

blur