libdmtx

What is libdmtx?

libdmtx is open source software for reading and writing Data Matrix 2D barcodes on Linux, Unix, OS X, Windows, and mobile devices. At its core libdmtx is a shared library, allowing C/C++ programs to use its capabilities without restrictions or overhead.

The included utility programs, dmtxread and dmtxwrite, provide the official interface to libdmtx from the command line, and also serve as a good reference for programmers who wish to write their own programs that interact with libdmtx. All of the software in the libdmtx package is distributed under the LGPLv2 and can be used freely under these terms.

Example Data Matrix Symbol
"Example Data Matrix Symbol"

Data Matrix barcodes are two-dimensional symbols that hold a dense pattern of data with built-in error correction. The Data Matrix symbology (sometimes casually referred as "DataMatrix") was invented and released into the public domain by RVSI Acuity CiMatrix. Wikipedia has a good page on Data Matrix and its characteristics.

Project Status

The current stable version, 0.7.2, is essentially a bugfix release with a handful of new features but no major changes to the core library since 0.7.0.

In addition to bug fixes, the most significant improvements include:

  • Fast quad fill for dmtxDecodeMatrixRegion() (thanks Mackenzie!)
  • Decoding support for "05 Macro" and "06 Macro" (thanks Marlon!)
  • New wrapper for the Vala language (thanks Evan!)
  • Wrapper integration in build system (thanks Evan!)
  • Several improvements to Python wrapper (thanks Simon!)

News

Recent News

Older News (show)

Make it Count!

Do you use libdmtx? You can have yourself counted by clicking the "I USE IT" badge below, which automatically adds libdmtx to your personal stack at ohloh.net.