sz3 / libcimbar

Optimized implementation for color-icon-matrix barcodes
https://cimbar.org
Mozilla Public License 2.0
4.22k stars 306 forks source link

QR code codec library #66

Closed yuanshengyong closed 2 years ago

yuanshengyong commented 2 years ago

Hello, the QR code codec library you use? I'm learning about it. Can you provide your implementation plan?

sz3 commented 2 years ago

I'm not sure I understand your question. But maybe I can offer some random thoughts that might help?

Let me know if any of that was helpful. :slightly_smiling_face:

yuanshengyong commented 2 years ago

I want to know whether you implement putting data into pictures, using a third-party library or by yourself

sz3 commented 2 years ago

libcimbar does most of the work itself. But it does use opencv to manipulate the image pixels.

4 bit cimbar encoding

yuanshengyong commented 2 years ago

Thank you for your answer。