public function adaptiveBlurImage($sigma = 1) { $this->image_class->blur('gaussian', $sigma); return $this; }