What can an open source C # library read / write micro QR codes?

I am looking for a C # library for creating and reading micro QR codes (example below). It would be great if the library could recognize a micro QR code in the image with other things in it (i.e. isolate and read the QR code).

Micro QR code example

+8
c # libraries qr-code
source share
2 answers

There is an open source project called QRCode .

The QRCode library is a .NET component that can be used to encode and decode QRCode.

enter image description here

+3
source share

Not very good for me. Try Google.net port codes http://zxingnet.codeplex.com/

0
source share

All Articles