Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
DataMatrix.net.0.2.bin.zip | 2009-10-26 | 36.0 kB | |
README.txt | 2009-10-26 | 1.4 kB | |
DataMatrix.net.0.2.src.zip | 2009-10-26 | 84.4 kB | |
Totals: 3 Items | 121.8 kB | 0 |
DataMatrix.Net - .net library for decoding DataMatrix codes. by Michael Faschinger <michfasch@gmx.at> https://sourceforge.net/projects/datamatrixnet ======================= What is DataMatrix.net? ======================= DataMatrix.net is a decoder and encoder library for DataMatrix codes. It started as a port of the libdmtx library (http://www.libdmtx.org) to C#/.net. ========================= How to use DataMatrix.net ========================= There are only two public classes in the library, which are: DmtxImageEncoder and DmtxImageDecoder (both in namespace DataMatrix.net). The handling of these classes should be rather intuitive. ============================================================== What is the state of DataMatrix.net, what should be done next? ============================================================== Hence libdtmx was already in a rather mature state when I ported it, DataMatrix.net is in a rather mature state, too. Nonetheless, there is a list of todos that should be tackled soon: - improve the code documentation - improve exception handling and error messages - support additional 2D-barcodes (QRCode) - support fetching and decoding images from a web cam or imaging device - make the code more object-oriented. The original code was written in C and (though it was rather object-oriented code) this can still be seen in the port