public function gaussianBlur($radius = 0, $sigma = 1.0) { $this->addConvertOption('gaussian-blur', "{$radius}x{$sigma}"); return $this; }