zxing-cpp

Multi-format barcode image processing library written in C++

brewmacoslinux
Try with needOr install directly
Source

About

Multi-format barcode image processing library written in C++

Commands

zxing

Examples

Decode a barcode from an image file$ zxing path/to/barcode.png
Generate a QR code and save to file$ zxing --encode 'Hello World' --format QR_CODE -o qrcode.png
Decode multiple image files$ zxing *.png