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 39b54c8 commit 4c20449Copy full SHA for 4c20449
src/Output/QRInterventionImage.php
@@ -93,7 +93,11 @@ public function dump(string $file = null):string|ImageInterface{
93
$this->image->fill($this->getDefaultModuleValue(false));
94
95
if($this->options->imageTransparent && $this::moduleValueIsValid($this->options->transparencyColor)){
96
- $this->image->setBlendingColor($this->prepareModuleValue($this->options->transparencyColor));
+ $this->manager
97
+ ->driver()
98
+ ->config()
99
+ ->setOptions(blendingColor: $this->prepareModuleValue($this->options->transparencyColor))
100
+ ;
101
}
102
103
if($this::moduleValueIsValid($this->options->bgColor)){
0 commit comments