diff options
Diffstat (limited to 'libraries/libdmtx/README')
-rw-r--r-- | libraries/libdmtx/README | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libraries/libdmtx/README b/libraries/libdmtx/README new file mode 100644 index 0000000000..653db41736 --- /dev/null +++ b/libraries/libdmtx/README @@ -0,0 +1,7 @@ +libdmtx (Data Matrix barcode library and utilities) + +libdmtx is open source software for reading and writing Data Matrix barcodes +on Linux, Unix, OS X, Windows, and some 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, serve as the official interface to libdmtx from the command line. |