SlackBuildsOrg/libraries/zxing-cpp
Bloyburt 6517f6f4be
libraries/zxing-cpp: Updated for version 2.2.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2023-12-13 01:48:22 +07:00
..
README
slack-desc
zxing-cpp.info
zxing-cpp.SlackBuild
zxing.cmake.patch

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)