AnointedAutomation.Algorithms 1.0.1

dotnet add package AnointedAutomation.Algorithms --version 1.0.1
                    
NuGet\Install-Package AnointedAutomation.Algorithms -Version 1.0.1
                    
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="AnointedAutomation.Algorithms" Version="1.0.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="AnointedAutomation.Algorithms" Version="1.0.1" />
                    
Directory.Packages.props
<PackageReference Include="AnointedAutomation.Algorithms" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add AnointedAutomation.Algorithms --version 1.0.1
                    
#r "nuget: AnointedAutomation.Algorithms, 1.0.1"
                    
#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.
#:package AnointedAutomation.Algorithms@1.0.1
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=AnointedAutomation.Algorithms&version=1.0.1
                    
Install as a Cake Addin
#tool nuget:?package=AnointedAutomation.Algorithms&version=1.0.1
                    
Install as a Cake Tool

AnointedAutomation.Algorithms

Reusable, dependency-free algorithms for the AnointedAutomation suite.

QR code encoding (AnointedAutomation.Algorithms.QrCode)

An ISO/IEC 18004 QR encoder (byte mode) with Reed–Solomon error correction, automatic version selection, and mask optimisation. Produces a QrMatrix of modules. Pair it with AnointedAutomation.Imaging to render to SVG / PNG.

using AnointedAutomation.Algorithms.QrCode;

QrMatrix matrix = QrEncoder.Encode("https://shop.app/@anointedattire", QrErrorCorrectionLevel.M);
// matrix.Size, matrix.IsDark(x, y)
  • Byte mode (UTF-8), EC levels L / M / Q / H.
  • Versions 1–10 (auto-selected); capacity tables extend cleanly to 40.
  • Internals: GaloisField256, ReedSolomonEncoder, mask scoring, format/version BCH.

License

MIT © Anointed Automation, LLC.

Support This Project

This library is free and open source. The best way to support the work is to shop with us:

Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net10.0

    • No dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on AnointedAutomation.Algorithms:

Package Downloads
AnointedAutomation.Imaging

Image generation utilities for AnointedAutomation packages. Renders QR codes (from AnointedAutomation.Algorithms) to SVG and PNG with no third-party image dependency.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.0.1 119 8/23/2026
1.0.0 149 6/24/2026