SixLabors.ImageSharp
by: Six Labors and contributors
- 315 total downloads
- Latest version: 3.1.10
A new, fully featured, fully managed, cross-platform, 2D graphics API for .NET
SixLabors.ImageSharp.Drawing
by: Six Labors and contributors
- 99 total downloads
- Latest version: 1.0.0
An extension to ImageSharp that allows the drawing of images, paths, and text.
SixLabors.Shapes
by: Six Labors and contributors
- 173 total downloads
- Latest version: 1.0.0-beta0009
Fully managed polygon manipulation/merging and interrogation library targeting netstandard.
SixLabors.Shapes.Text
by: Six Labors and contributors
- 101 total downloads
- Latest version: 1.0.0-beta0009
Allows generating glyphs for text and a fonts for manipulation using SixLabors.Shapes
SkiaSharp
by: Microsoft
- 676 total downloads
- Latest version: 3.119.0
SkiaSharp is a cross-platform 2D graphics API for .NET platforms based on Google's Skia Graphics Library.
It provides a comprehensive 2D API that can be used across mobile, server and desktop models to render images.
SkiaSharp.HarfBuzz
by: Microsoft
- 373 total downloads
- Latest version: 3.119.0
This package adds text shaping support to SkiaSharp via HarfBuzz.
SkiaSharp.NativeAssets.Linux
by: Microsoft
- 571 total downloads
- Latest version: 3.119.0
SkiaSharp is a cross-platform 2D graphics API for .NET platforms based on Google's Skia Graphics Library.
It provides a comprehensive 2D API that can be used across mobile, server and desktop models to render images.
SkiaSharp.NativeAssets.macOS
by: Microsoft
- 239 total downloads
- Latest version: 3.119.0
SkiaSharp is a cross-platform 2D graphics API for .NET platforms based on Google's Skia Graphics Library.
It provides a comprehensive 2D API that can be used across mobile, server and desktop models to render images.
SkiaSharp.NativeAssets.Win32
by: Microsoft
- 302 total downloads
- Latest version: 3.119.0
SkiaSharp is a cross-platform 2D graphics API for .NET platforms based on Google's Skia Graphics Library.
It provides a comprehensive 2D API that can be used across mobile, server and desktop models to render images.
SkiaSharp.Svg
by: Xamarin Inc.
- 27 total downloads
- Latest version: 1.60.0
This package adds support for reading SVG files into SkiaSharp.
Skoruba.AuditLogging
by: Jan Škoruba
- 30 total downloads
- Latest version: 1.0.0-beta6-update1
Simple audit logging for .NET Core with EntityFramework Core support
Skoruba.AuditLogging.EntityFramework
by: Jan Škoruba
- 31 total downloads
- Latest version: 1.0.0-beta6-update1
Simple audit logging for .NET Core with EntityFramework Core support
Skoruba.IdentityServer4.Admin.BusinessLogic.Identity
by: Jan Škoruba
- 9 total downloads
- Latest version: 1.0.0-beta7
Business Logic layer for the administration of the Asp.Net Core Identity and IdentityServer4
Skoruba.IdentityServer4.Admin.BusinessLogic.Shared
by: Jan Škoruba
- 13 total downloads
- Latest version: 1.0.0-beta7
Shared Business Logic layer for the administration of the IdentityServer4 and Asp.Net Core Identity
Skoruba.IdentityServer4.Admin.EntityFramework
by: Jan Škoruba
- 12 total downloads
- Latest version: 1.0.0-beta7
Entity Framework layer for the administration of the IdentityServer4
Skoruba.IdentityServer4.Admin.EntityFramework.Extensions
by: Jan Škoruba
- 2 total downloads
- Latest version: 1.0.0-beta7
EntityFramework extensions for the administration of the IdentityServer4 and Asp.Net Core Identity
Skoruba.IdentityServer4.Admin.EntityFramework.Identity
by: Jan Škoruba
- 6 total downloads
- Latest version: 1.0.0-beta7
Entity Framework layer for the administration of the Asp.Net Core Identity and IdentityServer4
Slapper.AutoMapper
by: Randy Burden & contributors
- 52 total downloads
- Latest version: 1.0.0.9
Slapper.AutoMapper is a mapping library that can convert dynamic data into static types and populate complex nested child objects.
SmartBreadcrumbs
by: zHaytam
- 6 total downloads
- Latest version: 2.1.0
A utility library for ASP.NET Core (both MVC and Razor Pages) websites to easily add and customize breadcrumbs.
Snappier
by: btburnett3
- 584 total downloads
- Latest version: 1.2.0
A near-C++ performance implementation of the Snappy compression algorithm for .NET. Snappier is ported to C# directly
from the official C++ implementation, with the addition of support for the framed stream format.
By avoiding P/Invoke, Snappier is fully cross-platform and works on both Linux and Windows and against any CPU supported
by .NET. However, Snappier performs best in .NET 6 and later on little-endian x86/64 processors with the
help of System.Runtime.Instrinsics.