ZXing.Net
0.5.0
See the version list below for details.
dotnet add package ZXing.Net --version 0.5.0
NuGet\Install-Package ZXing.Net -Version 0.5.0
<PackageReference Include="ZXing.Net" Version="0.5.0" />
paket add ZXing.Net --version 0.5.0
#r "nuget: ZXing.Net, 0.5.0"
// Install ZXing.Net as a Cake Addin #addin nuget:?package=ZXing.Net&version=0.5.0 // Install ZXing.Net as a Cake Tool #tool nuget:?package=ZXing.Net&version=0.5.0
ZXing (pronounced "zebra crossing") is an open-source, multi-format 1D/2D barcode image processing library originally implemented in Java.
This port of the java library started with the csharp ZXing port created by Suraj Supekar at revision 1202 in the SVN repository.
But most of the parts are manually new ported from java. There are many tweaks and speed improvements included.
It is now compatible with .Net 2.0, .Net 4.0, Silverlight 4, Silverlight 5, Windows Phone 7.0 and Windows Phone 7.1
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net20 is compatible. net35 was computed. net40 is compatible. net403 was computed. net45 was computed. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
Silverlight | sl3-wp is compatible. sl4 is compatible. sl4-wp71 is compatible. sl5 is compatible. |
This package has no dependencies.
NuGet packages (252)
Showing the top 5 NuGet packages that depend on ZXing.Net:
Package | Downloads |
---|---|
ZXing.Net.Mobile
ZXing.Net.Mobile is a C#/.NET library based on the open source Barcode Library: ZXing (Zebra Crossing), using the ZXing.Net Port. It works with Xamarin.iOS, Xamarin.Android, Tizen and Windows Universal (UWP). The goal of ZXing.Net.Mobile is to make scanning barcodes as effortless and painless as possible in your own applications. See https://github.com/Redth/ZXing.Net.Mobile/releases for release notes. |
|
ZXing.Net.Mobile.Forms
ZXing.Net.Mobile is a C#/.NET library based on the open source Barcode Library: ZXing (Zebra Crossing), using the ZXing.Net Port. It works with Xamarin.iOS, Xamarin.Android, Tizen and Windows Universal (UWP). The goal of ZXing.Net.Mobile is to make scanning barcodes as effortless and painless as possible in your own applications. See https://github.com/Redth/ZXing.Net.Mobile/releases for release notes. |
|
ZXing.Net.Bindings.SkiaSharp
ZXing.Net Bindings for SkiaSharp - use SkiaSharp with ZXing.Net for barcode reading |
|
ZXing.Net.Bindings.Windows.Compatibility
ZXing.Net Bindings for Windows Compatibility Pack - use System.Drawing.Common with ZXing.Net for barcode reading |
|
ZXing.Net.Bindings.ImageSharp
ZXing.Net Bindings for ImageSharp - use ImageSharp with ZXing.Net for barcode reading |
GitHub repositories (42)
Showing the top 5 popular GitHub repositories that depend on ZXing.Net:
Repository | Stars |
---|---|
shadowsocks/shadowsocks-windows
A C# port of shadowsocks
|
|
ShareX/ShareX
ShareX is a free and open source program that lets you capture or record any area of your screen and share it with a single press of a key. It also allows uploading images, text or other types of files to many supported destinations you can choose from.
|
|
JeffreySu/WeiXinMPSDK
微信全平台 .NET SDK, Senparc.Weixin for C#,支持 .NET Framework 及 .NET Core、.NET 8.0。已支持微信公众号、小程序、小游戏、微信支付、企业微信/企业号、开放平台、JSSDK、微信周边等全平台。 WeChat SDK for C#.
|
|
Richasy/Bili.Uwp
适用于新系统UI的哔哩
|
|
TheJoeFin/Text-Grab
Use OCR in Windows quickly and easily with Text Grab. With optional background process and notifications.
|
Version | Downloads | Last updated |
---|---|---|
0.16.9 | 4,804,023 | 2/23/2023 |
0.16.8 | 4,118,681 | 2/6/2022 |
0.16.7 | 546,799 | 12/26/2021 |
0.16.6 | 4,857,912 | 10/8/2020 |
0.16.5 | 2,522,916 | 9/29/2019 |
0.16.4 | 3,380,706 | 4/14/2018 |
0.16.2 | 932,271 | 9/11/2017 |
0.16.1 | 29,942 | 9/6/2017 |
0.16.0 | 86,319 | 8/11/2017 |
0.15.0 | 346,252 | 3/1/2017 |
0.14.0.1 | 1,835,077 | 4/29/2014 |
0.14.0 | 103,916 | 4/7/2014 |
0.12.0 | 161,518 | 9/24/2013 |
0.11.0.1 | 30,041 | 4/8/2013 |
0.11.0 | 5,527 | 3/30/2013 |
0.10.0 | 10,146 | 11/25/2012 |
0.9.0 | 5,804 | 9/27/2012 |
0.8.0.1 | 4,850 | 8/22/2012 |
0.7.0 | 44,283 | 6/9/2012 |
0.6.0 | 4,543 | 3/29/2012 |
0.5.0 | 4,847 | 3/13/2012 |
0.4.0 | 4,580 | 2/29/2012 |
0.3.0 | 4,344 | 2/28/2012 |
0.2.0 | 4,442 | 2/13/2012 |
0.1.0 | 16,762 | 1/29/2012 |
* sync with rev. 2221 of the java version
* added Silverlight 5 support
* better ToBitmap support
* speed improvements for .net 2.0 and .net 4.0 targets
* bug fixes
* new simple BarcodeReader class