Skip to content

Commit dc73f89

Browse files
committed
🚿
1 parent 3fac6cf commit dc73f89

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/QROptionsTrait.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -243,9 +243,10 @@ trait QROptionsTrait{
243243
/**
244244
* Imagick output format
245245
*
246-
* @see \Imagick::setType()
246+
* @see \Imagick::setImageFormat()
247+
* @see https://www.imagemagick.org/script/formats.php
247248
*/
248-
protected string $imagickFormat = 'png';
249+
protected string $imagickFormat = 'png32';
249250

250251
/**
251252
* Imagick background color (defaults to "transparent")

0 commit comments

Comments
 (0)