QR with Logo not working #256
-
|
I'm using the example here: it generates an png with the code but the logo space is blank. Further to this after more testing: However, trying the Imagick Background image example Does anyone have any suggestions? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
|
Hey, i just tested the |
Beta Was this translation helpful? Give feedback.


I found the issue - the mode should be
Imagick::COMPOSITE_BLENDhere:php-qrcode/examples/imagickWithLogo.php
Line 49 in 181e12c