This commit is contained in:
smiley
2022-05-27 18:58:31 +02:00
parent 4726f58098
commit c4b234b091
+1 -1
View File
@@ -14,7 +14,7 @@ use chillerlan\QRCode\{QRCode, QROptions};
require_once __DIR__.'/../vendor/autoload.php';
/** @var \chillerlan\Settings\SettingsContainerInterface $options */
// please excuse the IDE yelling https://youtrack.jetbrains.com/issue/WI-66549
$options = new QROptions;
$options->readerUseImagickIfAvailable = false;
$options->readerGrayscale = true;