Introduction
What is ImageSharp.Drawing?
ImageSharp.Drawing is a library built on top of ImageSharp to providing 2D Drawing extensions.
ImageSharp.Drawing is designed from the ground up to be flexible and extensible. The library provides API endpoints for common vector and text processing operations adding the building blocks for building custom images.
Built against .NET 6, ImageSharp.Drawing can be used in device, cloud, and embedded/IoT scenarios.
License
ImageSharp.Drawing is licensed under the terms of the Six Labors Split License, Version 1.0. See https://sixlabors.com/pricing for commercial licensing details.
Installation
ImageSharp.Drawing is installed via NuGet with nightly builds available on MyGet.
PM > Install-Package SixLabors.ImageSharp.Drawing -Version VERSION_NUMBER
Warning
Prerelease versions installed via the Visual Studio NuGet Package Manager require the "include prerelease" checkbox to be checked.