summaryrefslogtreecommitdiffstats
path: root/libraries/zxing-cpp/README
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/zxing-cpp/README')
-rw-r--r--libraries/zxing-cpp/README20
1 files changed, 20 insertions, 0 deletions
diff --git a/libraries/zxing-cpp/README b/libraries/zxing-cpp/README
new file mode 100644
index 0000000000..7e7c2ad1d0
--- /dev/null
+++ b/libraries/zxing-cpp/README
@@ -0,0 +1,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)