GG.QRCodeGenerator 1.0.0

dotnet add package GG.QRCodeGenerator --version 1.0.0
NuGet\Install-Package GG.QRCodeGenerator -Version 1.0.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="GG.QRCodeGenerator" Version="1.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add GG.QRCodeGenerator --version 1.0.0
#r "nuget: GG.QRCodeGenerator, 1.0.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 GG.QRCodeGenerator as a Cake Addin
#addin nuget:?package=GG.QRCodeGenerator&version=1.0.0

// Install GG.QRCodeGenerator as a Cake Tool
#tool nuget:?package=GG.QRCodeGenerator&version=1.0.0

QR Code Generator for TwinCat HMI

Generates and displays a QR Code based on a string input, based on a lightweight qr-creator. Creates QR encoded images with rounded corners and color support.

Sample generated QR codes

Sample generated QR codes with different settings.

settings

  • QR Text is a string input, Any kind of text, also links, email addresses, any thing. The library will figure out the size of the QR code to fit all the text inside.
  • QR Radius Defines how round the blocks should be. Numbers from 0 (squares) to 0.5 (maximum round) are supported.
  • Error Correction Means "Error correction levels". The four values Low, Medium, Quarter, and Hight will use %7, 15%, 25%, and 30% of the QR code for error correction respectively. So on one hand the code will get bigger but chances are also higher that it will be read without errors later on.
There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

  • native 1.12 tchmi

    • No dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.0 524 9/17/2021

Initial release