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 QR code generation and parsing #448

Merged
merged 10 commits into from
Dec 25, 2018
Merged

Add QR code generation and parsing #448

merged 10 commits into from
Dec 25, 2018

Conversation

j433866
Copy link
Member

@j433866 j433866 commented Dec 21, 2018

Add two new operations, "Generate QR Code" and "Parse QR Code", requested in #259 .
Parse QR Code has a normalise image option, which attempts to make the image easier to read by the QR reader module (jsQR), as otherwise things like transparent images can cause it to fail.

As we're using the Jimp module to read and process the images, we can potentially add other image manipulation operations in the future to better utilise it.

@n1474335
Copy link
Member

Awesome work! I've made a number of modifications, largely around stylistic conventions and a few areas where there are available helper functions or code could be simplified a bit.

Thanks for sorting this one out, I know a lot of people will find it useful.

This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants