Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)
```