Skip to content

Latest commit

 

History

History
74 lines (62 loc) · 3.58 KB

index.md

File metadata and controls

74 lines (62 loc) · 3.58 KB

Six Labors Documentation

We aim to provide modern, cross-platform, incredibly powerful yet beautifully simple graphics libraries. Built against .NET Standard, our libraries can be used in device, cloud, and embedded/IoT scenarios.

You can find tutorials, examples and API details covering all Six Labors projects.

Note

Documentation for previous releases can be found at https://docs-v2.sixlabors.com/.

Detailed documentation for the entire API available across our projects.

Our graphics libraries are split into different projects. They cover different concerns separately, but there is strong cohesion in order to provide the best developer experience.

You can find documentation for each project in the links below.

ImageSharp Logo
ImageSharp

Fully featured 2D graphics library.

Learn More
ImageSharp.Drawing

2D polygon Manipulation and Drawing.

Learn More
ImageSharp.Web

ASP.NET Core Image Manipulation Middleware.

Learn More
Fonts

Font Loading and Drawing API.

Learn More

We have implemented short self-contained sample projects for a few specific use cases, including:

  1. Avatar with rounded corners
    Crops rounded corners of a source image leaving a nice rounded avatar.
  2. Draw watermark on image
    Draw water mark over an image automatically scaling the font size to fill the available space.
  3. Change default encoder options
    Provides an example on how you go about switching out the registered encoder for a file format and changing its default options in the process.
  4. Draw text along a path
    Draw some text following the contours of a path.