libdmtx

Open source Data Matrix barcode encoding and decoding library

brewmacoslinux
Try with needOr install directly
Source

About

Data Matrix library

Commands

dmtxreaddmtxwrite

Examples

Decode a Data Matrix barcode from an image file$ dmtxread barcode.png
Encode text into a Data Matrix barcode image$ dmtxwrite -o barcode.png 'Hello World'
Decode multiple barcode images and output results$ dmtxread *.png