aboullaite / useful-scripts

38 stars 55 forks source link

QR code generation with logo overlay makes the code unreadable #2

Open saeedsryhini opened 4 years ago

saeedsryhini commented 4 years ago

I tried the code inside QrCode-generation.java, it works correctly but the problem is that the generated QR code is unreadable by QR Scanner app.

I also tried reading the QR code you published in the article: https://aboullaite.me/generate-qrcode-with-logo-image-using-zxing/ but that QR code was unreadable as well.

What is the use of such code if it makes the QR code unreadable?

SDixit-MSC commented 1 year ago

True. This is a total waste of time. it generates an image not a readable QR code.

SimonScholz commented 7 months ago

You might want to try this library: https://github.com/SimonScholz/qr-code-with-logo

image

It also provides a user interface, which can generate QR code and also actual Java or Kotlin code to generate QR codes.

image