kenglxn / QRGen

a simple QRCode generation api for java built on top ZXING
http://glxn.net/2012/03/10/qrgen-a-small-wrapper-on-top-of-zxing-for-generating-qrcodes-in-java
1.49k stars 299 forks source link

image overlay #77

Closed maz1987in closed 5 years ago

maz1987in commented 8 years ago

Could you please adds a image overlay to a qrcode?

kenglxn commented 8 years ago

Interesting idea, found this article that looks promising https://skrymerdev.wordpress.com/2012/09/22/qr-code-generation-with-zxing/

Rhobal commented 6 years ago

The Schema should allow a decorator so Schemata with overlay can be created

paulvi commented 5 years ago

@kenglxn The generated QRCode from https://skrymerdev.wordpress.com/2012/09/22/qr-code-generation-with-zxing/ cannot be read, so the article is actually shows wrong approach.

this is unreadable qrcode

kenglxn commented 5 years ago

Thanks for trying and letting us know @paulvi

kenglxn commented 5 years ago

Although interesting, probably not a good idea. Killing this for now.