mirror of
https://github.com/chillerlan/php-qrcode.git
synced 2026-08-29 19:48:17 +00:00
🚿
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user