Tharga.Team.Images
3.6.0
See the version list below for details.
dotnet add package Tharga.Team.Images --version 3.6.0
NuGet\Install-Package Tharga.Team.Images -Version 3.6.0
<PackageReference Include="Tharga.Team.Images" Version="3.6.0" />
<PackageVersion Include="Tharga.Team.Images" Version="3.6.0" />
<PackageReference Include="Tharga.Team.Images" />
paket add Tharga.Team.Images --version 3.6.0
#r "nuget: Tharga.Team.Images, 3.6.0"
#:package Tharga.Team.Images@3.6.0
#addin nuget:?package=Tharga.Team.Images&version=3.6.0
#tool nuget:?package=Tharga.Team.Images&version=3.6.0
Tharga.Team.Images
Image processing for Tharga Team icons. Registers an IIconProcessor (backed by
ImageSharp) that automatically downscales uploaded icons
larger than the configured maximum, instead of rejecting them.
Registration
builder.Services.AddThargaImageProcessing();
The built-in icon store runs the processor before validating/storing. Any uploaded image (team or user)
wider or taller than IconOptions.MaxDimension (default 256px) is resized to fit within that box —
aspect ratio preserved, never upscaled — and re-encoded as PNG. Images already within the box, and
formats ImageSharp can't decode (e.g. SVG), pass through unchanged.
Configure the maximum via the platform options:
builder.AddThargaTeam(o => o.Icon.MaxDimension = 256);
| 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
- Microsoft.Extensions.Options (>= 10.0.10)
- SixLabors.ImageSharp (>= 3.1.12)
- Tharga.Team (>= 3.6.0)
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 |
|---|---|---|
| 3.10.7 | 0 | 8/7/2026 |
| 3.10.6 | 0 | 8/7/2026 |
| 3.10.5 | 86 | 8/4/2026 |
| 3.10.4 | 92 | 8/3/2026 |
| 3.10.3 | 89 | 8/2/2026 |
| 3.10.2 | 85 | 8/2/2026 |
| 3.10.1 | 83 | 8/2/2026 |
| 3.10.0 | 88 | 8/1/2026 |
| 3.9.0 | 85 | 8/1/2026 |
| 3.8.3 | 86 | 8/1/2026 |
| 3.8.2 | 88 | 8/1/2026 |
| 3.8.1 | 91 | 7/31/2026 |
| 3.8.0 | 87 | 7/31/2026 |
| 3.7.0 | 90 | 7/30/2026 |
| 3.6.1 | 88 | 7/27/2026 |
| 3.6.0 | 103 | 7/27/2026 |
| 3.5.4 | 88 | 7/27/2026 |
| 3.5.3 | 93 | 7/27/2026 |
| 3.5.2 | 92 | 7/26/2026 |
| 3.5.1 | 96 | 7/24/2026 |