Skip to content

Commit fa4df35

Browse files
committed
also modify the ImageMagick save function to match the BaseHandler
1 parent e793e78 commit fa4df35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

system/Images/Handlers/ImageMagickHandler.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ protected function supportedFormatCheck()
324324
*
325325
* @throws ImagickException
326326
*/
327-
public function save(?string $target = null, int $quality = 90): bool
327+
public function save(?string $target = null, int $quality = 90, int $speed = -1): bool
328328
{
329329
$original = $target;
330330
$target = ($target === null || $target === '') ? $this->image()->getPathname() : $target;

0 commit comments

Comments
 (0)