Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What open source C# library can read/write micro QR codes? [closed]

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

Micro QR code example

like image 854
James Avatar asked Jan 02 '13 11:01

James


1 Answers

There is an open source project called QRCode.

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

enter image description here

like image 114
Soner Gönül Avatar answered Oct 28 '22 10:10

Soner Gönül