Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/miyako/4d-plugin-zxing
Decode 1D/2D barcode with ZXing
https://github.com/miyako/4d-plugin-zxing
4d-plugin 4d-plugin-apple-silicon barcode barcode-scanner
Last synced: about 2 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 (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-06-06T14:47:04.000Z (over 2 years ago)
- Last Synced: 2024-01-27T00:49:36.342Z (11 months ago)
- Topics: 4d-plugin, 4d-plugin-apple-silicon, 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
![version](https://img.shields.io/badge/version-18%2B-EB8E5F)
![platform](https://img.shields.io/static/v1?label=platform&message=mac-intel%20|%20mac-arm%20|%20win-64&color=blue)
[![license](https://img.shields.io/github/license/miyako/4d-plugin-zxing)](LICENSE)
![downloads](https://img.shields.io/github/downloads/miyako/4d-plugin-zxing/total)# 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)
```