Registry / other / nu-book-zxing-cpp

nu-book-zxing-cpp

JSON →
library2.3.0vcpkgunverified

Barcode detection and decoding library.

vcpkg install nu-book-zxing-cpp
INSTALL
IMPORT
SIG · NU-BOOK-ZXING-CPP
N
nu-book-zxing-cpp
othercppv2.3.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

ZXing/ReadBarcode.h
#include <ZXing/ReadBarcode.h>

Read a barcode from image data

#include <ZXing/ReadBarcode.h> #include <iostream> int main() { auto result = ZXing::ReadBarcode({/* image data */}); if (result.isValid()) { std::cout << "Barcode: " << result.text() << std::endl; } return 0; }
Debug
Known issues
gotchaRequires image data in a specific format (e.g., grayscale).
fix
Convert image to grayscale or use ZXing::ImageView with proper format.
affects: *
Upgrade
Version history
2.3.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources

No resource links recorded.

nu-book-zxing-cpp — pip install nu-book-zxing-cpp · libregistry