Getting a QR code with circles and logo? #178
Replies: 2 comments 4 replies
-
Hmm, are you trying to run a release version (e.g. 4.3.x) with one of the examples from dev-main? that would explain the server errors you're getting and also why it won't work. |
Beta Was this translation helpful? Give feedback.
-
Ok thanks, this isnt returning anything for me unfortunately. Seems like I am using the wrong version for the examples as you said or something. Are there any detailed instructions on how to use 4.3? I can see in 4.3 for example "'eccLevel' => QRCode::ECC_L," in an example, but you are using "'eccLevel' => EccLevel::H, " so how can I find out what to use? Thanks |
Beta Was this translation helpful? Give feedback.
-
Hello, so unfortunately I cant get any of the examples provided to work. Mostly getting server erros when copying and pasting.
I managed to output this simple qrcode using below code. But even that isnt working correctly as it isnt outputtig circles as it is set in the options. I would like to eventually get a qrcode with circles and a logo in the middle but it seems like quite the challenge as I have no idea why all the examples are failing, when the library is apparently loaded correctly. So where to start getting this going? Any help appreciated. Thanks
Beta Was this translation helpful? Give feedback.
All reactions