Closed nicolasvac closed 3 years ago
That's probably because the QR Code is too small to properly. Please note that logos in QR Codes are not part of the specification and more of a gimmick. The problem is that the logo space simply overwrites the QR data and relies on the error correction and at a certain size there are not enough ECC bytes left to properly restore the content. So what you can do is manually increase the QR Code version until your logo fits and the data is readable.
As i said in the title, if the logo option is enabled (with QRImageWithLogo) and you provide less than 17 characters to the qrcode, the generation with the dump method will fail.
We are using version 3.4.1