Closed 1dot75cm closed 7 years ago
I tested pass for these commit (one commit, one function). The image_factory
option is very interesting. Please see utils.py. @marcoagner
I decided to merge abe170c and 6ba17d7. I think d8cff16 may be a kickass feature but needs further review and is out of scope on this merge. Thank you again! Feel free to re-open with d8cff16 if you think this is a must-have feature.
Thank you. If someone else needs this feature (image_factory
), we discuss it again. @marcoagner
Add testing suite
Use static method with
QRcode.qrcode
andQRcode._insert_img
functionQRcode._insert_img
function allow load image from current(when direct calls) andstatic/
directory(when load Flask instence).Add
image_factory
option You can easily customize blocks (polygon, circle, bitmap, text, etc.) for QR code. @marcoagner