argument(0)->between(0, 100)->value(1); for ($i=0; $i < intval($amount); $i++) { imagefilter($image->getCore(), IMG_FILTER_GAUSSIAN_BLUR); } return true; } }