You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 3, 2018. It is now read-only.
hi,Maximillian Dornseif,
I was using your huBarcode,but I found some bugs when I using it.
bug example2:
# -- coding: utf-8 --
# author: liu hongshan email: [email protected]
from hubarcode.qrcode import QRCodeEncoder
if name == "main":
test = "TEL:13516190008" #i found when len(test)==15,the result image could not be decoded!
ENCODER = QRCodeEncoder(test)
ENCODER.save( "test.png",3)
could you fix these? thank you!
The text was updated successfully, but these errors were encountered:
hongshan liu writes:
hi,Maximillian Dornseif,
I was using your huBarcode,but I found some bugs when I using it.
bug example2:
# -- coding: utf-8 --
# author: liu hongshan email: [email protected]
from hubarcode.qrcode import QRCodeEncoder
if name == "main":
test = "TEL:13516190008" #i found when len(test)==15,the result image could not be decoded!
ENCODER = QRCodeEncoder(test)
ENCODER.save( "test.png",3)
could you fix these? thank you!
The text was updated successfully, but these errors were encountered: