Skip to content
This repository has been archived by the owner on Jan 17, 2021. It is now read-only.

Latest commit

 

History

History
33 lines (23 loc) · 1023 Bytes

README.md

File metadata and controls

33 lines (23 loc) · 1023 Bytes

##zxing-csharp

ZXing-csharp project support Micro QR Code encoder&decoder(PURE_BARCODE).

###keywords: ZXing, C#, Micro QR Code, QR Code, .NET.


##ZXing Introduction

ZXing ("Zebra Crossing")

ZXing (pronounced "zebra crossing") is an open-source, multi-format 1D/2D barcode image processing library implemented in Java, with ports to other languages. Our focus is on using the built-in camera on mobile phones to scan and decode barcodes on the device, without communicating with a server. However the project can be used to encode and decode barcodes on desktops and servers as well. We currently support these formats:

  • UPC-A and UPC-E
  • EAN-8 and EAN-13
  • Code 39
  • Code 93
  • Code 128
  • ITF
  • Codabar
  • RSS-14 (all variants)
  • RSS Expanded (most variants)
  • QR Code
  • Data Matrix
  • Aztec ('beta' quality)
  • PDF 417 ('alpha' quality)

zxing

ZXing.Net

Code license: Apache License 2.0