/libzbar.NET

a .NET wrapper for libzbar

Primary LanguageC#GNU Lesser General Public License v2.1LGPL-2.1

libzbar.NET

libzbar.NET wraps the functionality of libzbar in a highly-compatible .NET Standard 2.0 library that can be consumed by both .NET Framework 4.6.1+ and .NET/Core 2.0+ projects. Documentation written for the original implementation can be found here.

Installation

Package Manager Console

PM> Install-Package libzbar.net

.NET CLI

$ dotnet add package libzbar.net

Building

Assuming that you have Visual Studio installed along with the .NET Standard 2.0 targeting packs, you should be able to build immediately after cloning the repository. The native binaries for libzbar and its dependencies are contained within the repo.

License

libzbar.NET is released under GNU LGPL version 2.1, or (at your discretion) any later version.

Authors

libzbar.NET is a derivative project, with the source project being authored by Jonas Finnemann Jensen et al. This is a list of authors that have directly contributed:

  • Carter Canedy
  • Jonas Finnemann Jensen
  • Patrick McEvoy
  • Brandon McCaig

Contributing

The first step to contributing is simply forking this repository and creating a pull request.