summaryrefslogtreecommitdiffstats
path: root/libraries/zxing-cpp/README
blob: 7e7c2ad1d077d60b178c51c7d75282fc3aaffb6d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
ZXing-C++ ("zebra crossing") is an open-source, multi-format
linear/matrix barcode image processing library implemented in C++.

It was originally ported from the Java ZXing Library but has been
developed further and now includes many improvements in terms of
runtime and detection performance. It can both read and write
barcodes in a number of formats.

Features:
 * Written in pure C++17 (/C++20), no third-party dependencies
   (for the library itself)
 * Thread safe
 * Wrappers/Bindings for:
    - Android
    - C
    - iOS
    - Python
    - WebAssembly
    - WinRT
    - Flutter (external project)