isabella232 / DataMatrix.NetCore

Fork of https://sourceforge.net/projects/datamatrixnet for current versions of .Net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DataMatrix.NetCore

Fork of DataMatrix.net https://sourceforge.net/projects/datamatrixnet by Michael Faschinger michfasch@gmx.at for current versions of .Net

What is DataMatrix.NetCore?

DataMatrix.NetCore is a decoder and encoder library for DataMatrix codes.

How to use DataMatrix.NetCore

There are only two public classes in the library, which are:

DmtxImageEncoder and

DmtxImageDecoder

(both in namespace DataMatrix.NetCore). The handling of these classes should be rather intuitive.

License

This work is dual-licensed under GPL 3.0 and GPL 3.0 (or any later version).

You can choose between one of them if you use this work.

SPDX-License-Identifier: GPL-3.0-or-later OR LGPL-3.0-or-later

About

Fork of https://sourceforge.net/projects/datamatrixnet for current versions of .Net

License:GNU General Public License v3.0


Languages

Language:C# 100.0%