QRCoder-ImageSharp 0.9.0

.NET Standard 2.0
dotnet add package QRCoder-ImageSharp --version 0.9.0
NuGet\Install-Package QRCoder-ImageSharp -Version 0.9.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="QRCoder-ImageSharp" Version="0.9.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add QRCoder-ImageSharp --version 0.9.0
#r "nuget: QRCoder-ImageSharp, 0.9.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// 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!)

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
.NET net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows
.NET Core netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1
.NET Standard netstandard2.0 netstandard2.1
.NET Framework net461 net462 net463 net47 net471 net472 net48 net481
MonoAndroid monoandroid
MonoMac monomac
MonoTouch monotouch
Tizen tizen40 tizen60
Xamarin.iOS xamarinios
Xamarin.Mac xamarinmac
Xamarin.TVOS xamarintvos
Xamarin.WatchOS xamarinwatchos
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on QRCoder-ImageSharp:

Package Downloads
HandeSoft.Util

Package Description

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.9.0 54,020 3/26/2022
0.9.0-1.4.3 1,840 3/19/2022

Based on version 1.4.3 of QRCoder