summaryrefslogtreecommitdiff
path: root/graphics/libdmtx
AgeCommit message (Collapse)AuthorFilesLines
2021-10-26graphics: Replace RMD160 checksums with BLAKE2s checksumsnia1-2/+2
All checksums have been double-checked against existing RMD160 and SHA512 hashes
2021-10-07graphics: Remove SHA1 hashes for distfilesnia1-2/+1
2020-03-24libdmtx: Update to 0.7.5nia2-16/+21
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
2019-10-12libdmtx: fix maintainer email addressbsiegert1-2/+2
2018-02-25libdmtx: update HOMEPAGEwiz1-3/+2
2018-02-02libdmtx: Add missing buildlink3.mk, hopefully fixes bulk builds.jperkin1-0/+12
2018-02-01libdmtx: Add version 0.7.4markd4-0/+37
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.