davidshimjs / qrcodejs

Cross-browser QRCode generator for javascript
MIT License
13.58k stars 4.76k forks source link

Images in QRCode #14

Open gladson opened 11 years ago

gladson commented 11 years ago

Do not know if it's possible ... But is the inspiration for future updates.

GitHub Logo

GitHub Logo

Interesting link that shows a way to use the QRCode.

http://www.visualead.com/explore-qr-code-designs/

Hope this helps. Thank you!

gregkrsak commented 11 years ago

Love the idea.

davidshimjs commented 10 years ago

It's absolutely possible! :+1:

gladson commented 10 years ago

Thanks :+1: :hammer:

ryh commented 10 years ago

You can just put a small div on it :) and with correctLevel

miohtama commented 10 years ago

Nice trick :)

SickAssApp commented 7 years ago

@ryh I don't understand this method, can you put an example code for this? Thanks

ryh commented 7 years ago

@SickAssApp check this: http://codepen.io/ryh/pen/yVRaMX css style is not perfect, so change it to your own style. (a fork of http://codepen.io/davidshimjs/pen/rJgjv on https://davidshimjs.github.io/qrcodejs/)

SickAssApp commented 7 years ago

@ryh I had tried similar approach earlier but I can't scan the QRcode, code you provid helps me understand where my problem is. :) Thank you.

ryh commented 7 years ago

@SickAssApp If a QRCode could not be scanned, maybe too many info square grids been covered up, just increase the Error_correction level, so the encoder will embed more redundancy data into the qrcode, check the WIKI

MrAcan commented 7 years ago

Ask how to add logo in the middle!