Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 687 Bytes

README.md

File metadata and controls

28 lines (16 loc) · 687 Bytes

QRMaster

Introduction

This repo is a QR coder-decoder with many custom options based on EmguCV (.NET version of OpenCV) and the library zxing.

Here is a simple demo:

Feature

  • utf-8 support
  • 3 types of 2-D code: QR, PDF-417, CODE-128
  • customed code colors and erro correction levels
  • custom logo at the center of QRcode
  • drag to decode
  • well designed GUI

How to use

First you should install EmguCV (v3.0) and copy the corresponding .dlls in folder bin into project's debug, and then open the project in Visual Studio (it was build on VS 2013), and build.

Lincense

MIT License