We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bdb918 commit aae9da5Copy full SHA for aae9da5
References.php
@@ -242,7 +242,7 @@ public function threshold(string $threshold): float
242
243
throw new \InvalidArgumentException(\sprintf(
244
'The specified threshold parameter (%s) is invalid.'."\n".
245
- 'The value must be in percentage or an absolute integer'."\n".
+ 'The value must be in percentage or an integer'."\n".
246
'Please refer to ImageMagick command line documentation:'."\n%s",
247
$threshold, 'http://www.imagemagick.org/script/command-line-options.php#threshold'
248
));
0 commit comments