Qt/QML wrapper library for the ZXing library. 1D/2D barcode image processing library
Go to file
Milian Wolff 449a808972 Crop to capture rect directly when converting RGB to grayscale
This improves the performance since we only need to convert the
actually interesting part of the frame, instead of the full frame.
2017-01-10 13:17:54 +01:00
examples Crop to capture rect directly when converting RGB to grayscale 2017-01-10 13:17:54 +01:00
src use __builtin_ctz instead of reinventing it in a slower way 2017-01-10 13:17:54 +01:00
tests Make test compile on 64bit Linux machines 2017-01-10 13:17:54 +01:00
.gitignore updated .gitignore 2016-12-03 12:34:22 +02:00
README.md Update README.md 2016-08-11 18:21:10 +03:00
license.txt Create license.txt 2016-11-15 15:28:50 +02:00

README.md

qzxing

Qt/QML wrapper library for the ZXing decoding library.

Supports barcode decoding for the following types:

  • UPC-A
  • UPC-E
  • EAN-8
  • EAN-13
  • ITF
  • Code 39
  • Code 93
  • Code 128
  • Codabar
  • QR Code
  • Data Matrix
  • Aztec (beta)
  • PDF 417 (beta)

contact

In case of bug reports or feature requests feel free to open an issue.

For general discussion you can use the forum at the project's old hosting site: SourceForge