ZXing.Net

repository·master·Indexed 25 days ago

https://github.com/micjahn/zxing.net

A high-performance .NET port of the Java ZXing library for encoding and decoding various barcode formats, including QR Code, Data Matrix, and PDF-417. It supports a wide range of decoder and encoder formats and provides various binding packages for integration with image libraries such as ImageSharp, SkiaSharp, OpenCVSharp, EmguCV, and System.Drawing.Common.

Tokens
3.9K
Snippets
5
Records
34
Agent score
84%

What's inside ZXing.Net

  1. Overview of 7za.exe (7-Zip Command Line)

    master
    7za.exe is a standalone command-line version of 7-Zip used for high-ratio file archiving. It supports both packing and unpacking various formats, as well as unpacking specific compressed formats. It also provides strong AES-256 encryption for 7z and ZIP formats.
  2. Overview of ZXing.Net capabilities

    master

    ZXing.Net is a .NET port of the Java-based ZXing library, used for decoding and generating barcodes within images.

    Supported Decoder Formats: UPC-A, UPC-E, EAN-8, EAN-13, Code 39, Code 93, Code 128, ITF, Codabar, MSI, RSS-14 (all variants), QR Code, Data Matrix, Aztec, and PDF-417.

    Supported Encoder Formats: UPC-A, EAN-8, EAN-13, Code 39, Code 128, ITF, Codabar, Plessey, MSI, QR Code, PDF-417, Aztec, and Data Matrix.

  3. Use ZXing.Net with CoreCompat.System.Drawing

    master
    The ZXing.Net.Bindings.CoreCompat.System.Drawing package provides specific implementations of barcode reader and writer classes designed to work with the CoreCompat.System.Drawing library. Use this package when you need to perform barcode reading and writing operations using CoreCompat.System.Drawing types instead of standard .NET drawing types.