فهرست منبع

:octocat: QRInterventionImage: fix deprecation error

smiley 1 سال پیش
والد
کامیت
4c204491f5
1فایلهای تغییر یافته به همراه5 افزوده شده و 1 حذف شده
  1. 5 1
      src/Output/QRInterventionImage.php

+ 5 - 1
src/Output/QRInterventionImage.php

@@ -93,7 +93,11 @@ class QRInterventionImage extends QROutputAbstract{
 		$this->image->fill($this->getDefaultModuleValue(false));
 		$this->image->fill($this->getDefaultModuleValue(false));
 
 
 		if($this->options->imageTransparent && $this::moduleValueIsValid($this->options->transparencyColor)){
 		if($this->options->imageTransparent && $this::moduleValueIsValid($this->options->transparencyColor)){
-			$this->image->setBlendingColor($this->prepareModuleValue($this->options->transparencyColor));
+			$this->manager
+				->driver()
+				->config()
+				->setOptions(blendingColor: $this->prepareModuleValue($this->options->transparencyColor))
+			;
 		}
 		}
 
 
 		if($this::moduleValueIsValid($this->options->bgColor)){
 		if($this::moduleValueIsValid($this->options->bgColor)){