ouyangzhibo / HiQ-Robust-and-Fast-Decoding-of-High-Capacity-Color-QR-Codes

A Framework of High-Capacity Color QR Codes
51 stars 8 forks source link

Python, JS, Java/Kotlin and/or Swift wrapper #1

Open DonaldTsang opened 5 years ago

DonaldTsang commented 5 years ago

Would adding a wrapper to the HiQ make it more accessible to the public? Currently I am helping in a project called Hydrus, and it will have many apps supporting it.

ouyangzhibo commented 5 years ago

Which part are you talking about? HiQ decoder? Since I am following ZXing, it should be pretty straightforward to use for those who are familiar with ZXing. What I may be able to do is add a snippet example code to show how to call the functions in the decoder.

Thanks for the suggestion!

DonaldTsang commented 5 years ago

@ouyangzhibo both the creator/generator (in Python) and the reader (in Java/Kotlin and Swift), but of course the more wrappers (and the more native libraries), the better.