This commit is contained in:
codemasher
2021-12-12 23:33:17 +01:00
parent 3fac6cf89b
commit dc73f89f85
+3 -2
View File
@@ -243,9 +243,10 @@ trait QROptionsTrait{
/**
* Imagick output format
*
* @see \Imagick::setType()
* @see \Imagick::setImageFormat()
* @see https://www.imagemagick.org/script/formats.php
*/
protected string $imagickFormat = 'png';
protected string $imagickFormat = 'png32';
/**
* Imagick background color (defaults to "transparent")