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

Feature request: QR codes types. #30

Closed
thatside opened this issue Jun 15, 2015 · 4 comments
Closed

Feature request: QR codes types. #30

thatside opened this issue Jun 15, 2015 · 4 comments
Assignees

Comments

@thatside
Copy link

It would be great to have a possibility to change QR types like url or other. I think, most people use QR for links, and scanners do differ URLs and text.

@lewison
Copy link

lewison commented Jun 28, 2015

this lib is to create qrcode image, How to do with the text in qrcode is not it's job. Scanner do that.

@thatside
Copy link
Author

I've tried to create different types of qr codes here. You can see different types of QR on the left hand, first two are "url" and "text". If you create these two codes with the same content, you'll see they are different.

@quantumpacket
Copy link

As far as I can tell, most of these different "types" are just using different URL schemes. So mailto: call: sms: http: cal: geo: etc. So yeah, the QRCode will look different using the different ones listed because they will be using a different scheme and thus have a different QRCode generated. That being the case, it's not the job of this library to do that, but rather the end user to provide the correct data using a preferred scheme if needed.

@thatside
Copy link
Author

I've checked it and I can agree now: text and url qr codes for one link starting with "http://" are the same. Closing the issue.

@endroid endroid self-assigned this Dec 16, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants