QRCoder-ImageSharp
0.9.0
dotnet add package QRCoder-ImageSharp --version 0.9.0
NuGet\Install-Package QRCoder-ImageSharp -Version 0.9.0
<PackageReference Include="QRCoder-ImageSharp" Version="0.9.0" />
paket add QRCoder-ImageSharp --version 0.9.0
#r "nuget: QRCoder-ImageSharp, 0.9.0"
// Install QRCoder-ImageSharp as a Cake Addin
#addin nuget:?package=QRCoder-ImageSharp&version=0.9.0
// Install QRCoder-ImageSharp as a Cake Tool
#tool nuget:?package=QRCoder-ImageSharp&version=0.9.0
About
QRCoder-ImageSharp is a simple library, written in C#.NET, which enables you to create QR codes. It was forked from the QRCoder project that is using the System.Drawing assembly.
Because of the System.Drawing assembly does not suport non-Windows plattforms, QRCoder-ImageSharp is using the ImageSharp assembly to support more plattforms.
Differences between QRCoder and QRCoder-ImageSharp
- QRCoder-ImageSharp is using ImageSharp instead of System.Drawing
- QRCoder-ImageSharp is not supporting ArtQRCode
- QRCoder-ImageSharp does not make rounded ractangles when including logos into QRCode
- QRCoder-ImageSharp does not support russian QRCode payloads (we stand with ukraine!)
Legal information and credits
QRCoder is a project by Raffael Herrmann and was first released in 10/2013. QRCoder-ImageSharp is a project by Joerg Plenert. It's licensed under the MIT license.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.0
- SixLabors.ImageSharp (>= 2.0.0)
- System.Text.Encoding.CodePages (>= 6.0.0)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on QRCoder-ImageSharp:
Package | Downloads |
---|---|
HandeSoft.Util
Package Description |
|
SemanticXamlPrint.PDF.NetCore
Package Description |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
0.9.0 | 101,670 | 3/26/2022 |
0.9.0-1.4.3 | 2,172 | 3/19/2022 |
Based on version 1.4.3 of QRCoder