alexzhirkevich / custom-qr-generator

Android library for creating QR codes with logo, custom shapes, colors, background image. Powered by ZXing
MIT License
173 stars 18 forks source link

I run the app module of this project, and input "123" ,but it can't be scanned by other qr scanner. #47

Closed duweiwang closed 10 months ago

duweiwang commented 10 months ago

Describe the option you are trying to implement

I want to create QR code with ....

Example

Attach an example of QR code you want to have, if possible.

duweiwang commented 10 months ago
image
alexzhirkevich commented 10 months ago

In this paticular case logo is too big. Make it smaller. Also this readme section will be useful to read

duweiwang commented 10 months ago

Thanks a lot, I have solved this by "Set errorCorrectionLevel explicitly to QrErrorCorrectionLevel.High" In my app.

hardikbhalodi commented 10 months ago

in above case problem is the eyes because eyes must be clearly visible. your background line colour and eyes colour same and overlapping. check the below example. it can be achieve like this.

telegram