AnointedAutomation.Algorithms
1.0.1
dotnet add package AnointedAutomation.Algorithms --version 1.0.1
NuGet\Install-Package AnointedAutomation.Algorithms -Version 1.0.1
<PackageReference Include="AnointedAutomation.Algorithms" Version="1.0.1" />
<PackageVersion Include="AnointedAutomation.Algorithms" Version="1.0.1" />
<PackageReference Include="AnointedAutomation.Algorithms" />
paket add AnointedAutomation.Algorithms --version 1.0.1
#r "nuget: AnointedAutomation.Algorithms, 1.0.1"
#:package AnointedAutomation.Algorithms@1.0.1
#addin nuget:?package=AnointedAutomation.Algorithms&version=1.0.1
#tool nuget:?package=AnointedAutomation.Algorithms&version=1.0.1
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:
- Christian items: https://store.anointed.company
- Everything else: https://www.mart.club
| Product | Versions 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. |
-
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.