We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d5d0db commit f85f19aCopy full SHA for f85f19a
system/Images/Handlers/BaseHandler.php
@@ -683,7 +683,7 @@ abstract public function getVersion();
683
*
684
* @return bool
685
*/
686
- abstract public function save(?string $target = null, int $quality = 90);
+ abstract public function save(?string $target = null, int $quality = 90, int $speed = -1);
687
688
/**
689
* Does the driver-specific processing of the image.
0 commit comments