Skip to content

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

Description

@Nemesis-AS

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

Activity

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

Metadata

Metadata

Assignees

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions