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

Custom shapes support #162

Open Crovitz opened 1 year ago

Crovitz commented 1 year ago

I'd like to ask if there is a plan for adding custom shapes for QR code, like dots, round, or even perhaps some labels under the code? Like below:

image

If not, maybe you could recommend how to achieve that?

michaelWuensch commented 1 year ago

I'd like to know as well!

akardas16 commented 1 year ago

https://github.com/alexzhirkevich/custom-qr-generator here is another library with dots