Skip to content

liyue201/goquirc

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

goquirc

This is a simple wrapper around Quirc.

http://godoc.org/github.com/kdar/goquirc

Install

  1. go get -d github.com/kdar/goquirc
  2. go generate and go install

Notes

This package isn't meant to be exhaustive, but I'll try to add something if requested and time permitting.

Detection rate

The tests in this package do not pass. Quirc cannot detect a lot of QR codes that I tested. As far as detection goes, I rate the following from best to worse:

  1. ZBar
  2. Quirc
  3. libdecodeqr used in qrcode

ZBar is by far the best. It could decode everything I threw at it. The problem is I couldn't get it to compile under Windows 64 MinGW in a timely manner, so I moved on.

Quirc works for the purposes I needed it for, and the API is super simple.

libdecodeqr could barely decode even the basic things. I'm not too sure why it has so much trouble, even with flat out crisp, generated QR codes.

Request

Anyone know of any good QR decoding libraries that can decode at a high success rate and are in C/Go?

About

QR decoder library for Go.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 93.8%
  • Go 4.2%
  • Makefile 2.0%