codemasher 4 years ago
parent
commit
dc73f89f85
1 changed files with 3 additions and 2 deletions
  1. 3 2
      src/QROptionsTrait.php

+ 3 - 2
src/QROptionsTrait.php

@@ -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")