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

how can i add a text specification on the top or bottom #117

Closed wzhsh90 closed 5 years ago

wzhsh90 commented 5 years ago

Hi:

example: 2018082117364527

kenglxn commented 5 years ago

Placing text below an image can be done in many different ways depending on your target medium. I do not see how this is applicable to QRGen though.

My suggestion is to take the generated qrcode and place text below or above using the layout options available in the target medium. for instance using appropriate html markup or layout markup for android.