zint

Barcode encoding library supporting over 50 symbologies

brewmacoslinux
Try with needOr install directly
Source

About

Barcode encoding library supporting over 50 symbologies

Commands

zint

Examples

Generate a QR code and save as PNG$ zint -b QRCODE -d 'Hello World' -o qrcode.png
Create a Code128 barcode with specific height$ zint -b CODE128 -d '123456789' -h 50 -o barcode.png
Generate an EAN-13 barcode and save as SVG$ zint -b EANX -d '5901234123457' -o product.svg