Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add the ability to add image at the center of the QR Code #33

Open
2 tasks
Nemesis-AS opened this issue Jan 20, 2024 · 2 comments · May be fixed by #35
Open
2 tasks

Add the ability to add image at the center of the QR Code #33

Nemesis-AS opened this issue Jan 20, 2024 · 2 comments · May be fixed by #35
Assignees

Comments

@Nemesis-AS
Copy link
Contributor

Since QR Codes have some capacity of error correction, we can add a image at the center of the code and it might still be readable.

This is what we expected

image

But this might require some tweaking in the current project structure as the image will have to be added at the client side. These are:

  • The QR Code ECC(Error Correction Code) generation has to be maximized by adding ecc=H to the api call
  • Download mechanism has to be changed as the URL no longer returns the final image

Some testing may be required to nail down the exact values for the image size but it should be doable

Also, I would like to work on this under IWOC24 if this issue is seen as helpful

@1010varun
Copy link
Owner

assigning it to you

@Jenis07
Copy link

Jenis07 commented Feb 4, 2024

is this still open then can you please assign it to me under IWOC?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants