https://github.com/miyako/4d-plugin-zxing
Decode 1D/2D barcode with ZXing
https://github.com/miyako/4d-plugin-zxing
4d-plugin barcode barcode-scanner
Last synced: 8 months ago
JSON representation
Decode 1D/2D barcode with ZXing
- Host: GitHub
- URL: https://github.com/miyako/4d-plugin-zxing
- Owner: miyako
- License: mit
- Created: 2022-06-06T08:28:37.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-06T14:47:04.000Z (about 4 years ago)
- Last Synced: 2025-07-11T15:59:43.949Z (11 months ago)
- Topics: 4d-plugin, barcode, barcode-scanner
- Language: C++
- Homepage:
- Size: 22.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README


[](LICENSE)

# 4d-plugin-zxing
Decode 1D/2D barcode with ZXing.
macOS:
* [nu-book/zxing-cpp](https://github.com/nu-book/zxing-cpp/releases)
Windows:
* [nu-book/zxing-cpp](https://github.com/nu-book/zxing-cpp/releases) : requires VS 2017
* [rootzzp/zxing-cpp-1](https://github.com/rootzzp/zxing-cpp-1) : old but compiles VS 2015
* [glassechidna/zxing-cpp](https://github.com/glassechidna/zxing-cpp) : even older; same as `vcpkg zxing-cpp`
#### Syntax
```4d
status:=zxing decode(image)
```