:octocat: rename QROptionsTrait::$imageBase64 to $outputBase64, deprecate old name and redirect calls

This commit is contained in:
smiley
2023-09-03 22:49:32 +02:00
parent ae4ba21b77
commit c69531ca20
29 changed files with 69 additions and 43 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ $options = new QROptions;
$options->version = 7;
$options->outputType = QROutputInterface::IMAGICK;
$options->scale = 20;
$options->imageBase64 = false;
$options->outputBase64 = false;
$options->bgColor = '#ccccaa';
$options->imageTransparent = true;
#$options->transparencyColor = '#ECF9BE';