Replies: 1 comment
-
Hi, the issue with the logo space is that it is taking away from the reserved error correction margin. The logo space size is internally limited to ~25% of the total modules in the matrix (30% is the maximum margin for ECC level H), however, it is not guaranteed that the QR Code remains readable in all cases. A simple "fix" is to increase the QR Code version and decreasing the logo size to increase the error correction margin (you will need to add the code to proportionally scale the logo space, the SVG example does that). You can specify a minimum version |
Beta Was this translation helpful? Give feedback.
-
I'm using example 'imagickWithLogo.php' to generate QR code but look like the logo replace the dot in center area. This may lead to when I set logoSpaceWidth, logoSpaceHeight is quite big, generated QR not working any more.
Is there any way that we can reserve blank area for logo without overlapping QR area or effect with QR functioning?
Beta Was this translation helpful? Give feedback.
All reactions