Andreas Lang (1):
added bugfix for monochrome output
Anthony Loiseau (1):
Fixes dmtxDecodeMatrixRegion returning a freed pointer
Mike Laughton (6):
Removed unnecessary directories
Fixed Data Mosaic encoding bug
Added explicit cast for strlen
Simon Wood (1):
Add support for GS-1 encoding via the FCN1 character
Tim Zaman (2):
Split out a function and added some more utilities
Allows people to input their own array for decoding
Vadim A. Misbakh-Soloviov (13):
dmtxdecode.c: fixed implicit declaration of function ‘snprintf’
Headers update + whitespace stripping
makefile: migrating ANSI C -> C99
Fixed warnings
Add reader-programming codeword (234). Not yet in use in code.
DecodeSchemeASCII: unused codewords detection; fixes#5
dmtxregion: possible use of unitialized "sign" variable
EDIFACT: char-31 is forbidden too; fixes#9
libdmtx is a software library that enables programs to read and
write Data Matrix barcodes of the modern ECC200 variety. The
library runs natively on several platforms and can be accessed by
multiple languages using the libdmtx language wrappers. The
utility programs dmtxread and dmtxwrite also provide a command
line interface for libdmtx, and serve as a good reference for
developers writing their own libdmtx-enabled programs.