lincolnloop / python-qrcode

Python QR Code image generator
https://pypi.python.org/pypi/qrcode
Other
4.34k stars 664 forks source link

Generated QR codes non-standard? / Fail with some QR readers #244

Open wkornewald opened 2 years ago

wkornewald commented 2 years ago

The main BoofCV developer helped us debug an issue with scanning QR codes generated by this library. According to him some coordinate transformation isn't handled correctly. See here for more details:

https://github.com/lessthanoptimal/BoofCV/issues/312

Could you please check your implementation?