Skip to content

myPinPad/opensource-qrcode-decoder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QRCodeDecoder

The QR Code Decoder library allows your program to extract (decode) QR Code image from an image file. The encoder solution targets .NET framework (net462). It is writen in C# for Visual Studio.

The full article is published at CodeProject website. QR Code Encoder and Decoder .NET(Framework, Standard, Core) Class Library Written in C# (Ver. 2.0.0)

The solution is made of three projects:

  • QRCodeDecoderLibrary: A library exposing QR Code decoder. Visual studio will produce one DLL for .NET framework (net462).
  • QRCodeDecoderDemo: A demo program showing how to decode Bitmap image of a QR Code and retrieve the string or byte array
  • QRCodeVideoDecoder: A demo program combining QR Code decoder and video camera image capture. The video camera software is based on Direct Show Library. Please note section QR Code Video Decoder at the bottom of this article.

About

The QR Code Decoder library allows your program to extract (decode) QR Code image from an image file. The encoder solution targets .NET framework (net462). It is writen in C# for Visual Studio.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors