Change background with Imagick #281
-
Hi, I need help from the community. Version: chillerlan/php-qrcode: 5.0.2 ` return (new QRCode($options))->render($url); |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
That's because your QR Code has no visible background, it's covered by black and white modules. Try setting |
Beta Was this translation helpful? Give feedback.
That's because your QR Code has no visible background, it's covered by black and white modules. Try setting
drawLightModules
tofalse
and you'll see the background color.