mirror of
https://github.com/Intervention/image.git
synced 2025-08-28 08:09:54 +02:00
Bugfix
This commit is contained in:
@@ -19,10 +19,10 @@ class BlurModifier implements ModifierInterface
|
||||
|
||||
public function apply(ImageInterface $image): ImageInterface
|
||||
{
|
||||
foreach ($this->image as $frame) {
|
||||
foreach ($image as $frame) {
|
||||
$frame->getCore()->blurImage(1 * $this->amount, 0.5 * $this->amount);
|
||||
}
|
||||
|
||||
return $this->image;
|
||||
return $image;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user