SixLabors.ImageSharp by: Six Labors and contributors
  • 315 total downloads
  • Latest version: 3.1.10
  • Image Resize Crop Gif Jpg Jpeg Bitmap Pbm Png Tga Tiff WebP NetCore
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
  • Image Draw Shape Path Font
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
  • polygon rectangle point in polygon complex polygons shape 2D
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
  • shapes text
Allows generating glyphs for text and a fonts for manipulation using SixLabors.Shapes
SkiaSharp by: Microsoft
  • 676 total downloads
  • Latest version: 3.119.0
  • graphics cross-platform skiasharp skia ios android linux windows tvos macos tizen
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
  • graphics cross-platform skiasharp skia harfbuzz text shaping ios android linux windows tvos macos tizen
This package adds text shaping support to SkiaSharp via HarfBuzz.
SkiaSharp.NativeAssets.Linux by: Microsoft
  • 571 total downloads
  • Latest version: 3.119.0
  • graphics cross-platform skiasharp skia ios android linux windows tvos macos tizen
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
  • graphics cross-platform skiasharp skia ios android linux windows tvos macos tizen
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
  • graphics cross-platform skiasharp skia ios android linux windows tvos macos tizen
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
  • xamarin graphics ios android linux windows uwp tvos watchos macos cross-platform skiasharp
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
  • .Net Core AuditLogging EntityFramework Core
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
  • .Net Core AuditLogging EntityFramework Core
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
  • IdentityServer4 Admin OpenIDConnect OAuth2 Identity
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
  • IdentityServer4 Admin OpenIDConnect OAuth2 Identity
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
  • IdentityServer4 Admin OpenIDConnect OAuth2 Identity
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
  • IdentityServer4 Admin OpenIDConnect OAuth2 Identity
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
  • IdentityServer4 Admin OpenIDConnect OAuth2 Identity
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 slapper automapper mapper map dynamic
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
  • asp-net-core breadcrumbs utility-library bootstrap smartbreadcrumbs
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
  • snappy compression fast io
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.