• Articles
  • API Documentation
Search Results for

    Show / Hide Table of Contents
    • ImageSharp
      • Getting Started
        • Pixel Formats
        • Image Formats
        • Processing Images
          • Resizing Images
          • Create an animated GIF
        • Working with Pixel Buffers
        • Configuration
        • Memory Management
    • ImageSharp.Drawing
      • Getting Started
    • ImageSharp.Web
      • Getting Started
        • Processing Commands
        • Image Providers
        • Image Caches
    • Fonts
      • Getting Started
      • Custom Rendering

    Introduction

    Warning

    ImageSharp.Drawing is still considered BETA quality and we reserve the right to change the API shape.

    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 Standard 2.0, ImageSharp.Drawing can be used in device, cloud, and embedded/IoT scenarios.

    License

    ImageSharp.Drawing is licensed under under the terms of Apache License, Version 2.0. Commercial support licensing options are available in addition to this license, see https://sixlabors.com/pricing for details.

    Installation

    ImageSharp.Drawing is installed via NuGet with nightly builds available on MyGet.

    • Package Manager
    • .NET CLI
    • PackageReference
    • Paket CLI
    PM > Install-Package SixLabors.ImageSharp.Drawing -Version VERSION_NUMBER
    
    dotnet add package SixLabors.ImageSharp.Drawing --version VERSION_NUMBER
    
    <PackageReference Include="SixLabors.ImageSharp.Drawing" Version="VERSION_NUMBER" />
    
    paket add 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.

    • Improve this Doc
    In This Article
    Back to top Generated by DocFX