📷 A modern, cross-platform, 2D Graphics library for .NET
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Brian Popow de3ca9d070
Merge pull request #1362 from rold2007/master
5 years ago
.github Fix Codecov 6 years ago
shared-infrastructure@b0d4cd9864 Update shared-infrastructure 6 years ago
src Merge branch 'master' of https://github.com/rold2007/ImageSharp 5 years ago
tests Merge branch 'master' of https://github.com/rold2007/ImageSharp 5 years ago
.editorconfig Fix module, import configs, automate T4 builds 6 years ago
.gitattributes Update source license info. 6 years ago
.gitignore Update codecov calc and use inbuild ref source/targets 6 years ago
.gitmodules Fix module, import configs, automate T4 builds 6 years ago
CODE_OF_CONDUCT.md Add code of conduct 6 years ago
Directory.Build.props Use MemoryMarshal.CreateSpan 6 years ago
Directory.Build.targets Update System.Runtime.CompilerServices.Unsafe 6 years ago
ImageSharp.sln Split out bug report templates 6 years ago
LICENSE Update license 6 years ago
README.md Bump ChunkedMemoryStream buffer length 6 years ago
THIRD-PARTY-NOTICES.TXT Added Third Party Notices document 6 years ago
ci-build.ps1 Use MinVer 6 years ago
ci-pack.ps1 Use MinVer 6 years ago
ci-test.ps1 update ci script 6 years ago
codecov.yml Update codecov.yml 6 years ago

README.md

SixLabors.ImageSharp
SixLabors.ImageSharp

Build Status Code coverage License: Apache 2.0 Twitter

ImageSharp is a new, fully featured, fully managed, cross-platform, 2D graphics library. Designed to simplify image processing, ImageSharp brings you an incredibly powerful yet beautifully simple API.

ImageSharp is designed from the ground up to be flexible and extensible. The library provides API endpoints for common image processing operations and the building blocks to allow for the development of additional operations.

Built against .NET Standard 1.3, ImageSharp can be used in device, cloud, and embedded/IoT scenarios.

License

Documentation

  • Detailed documentation for the ImageSharp API is available. This includes additional conceptual documentation to help you get started.
  • Our Samples Repository is also available containing buildable code samples demonstrating common activities.

Questions

Code of Conduct

This project has adopted the code of conduct defined by the Contributor Covenant to clarify expected behavior in our community. For more information, see the .NET Foundation Code of Conduct.

Installation

Install stable releases via Nuget; development releases are available via MyGet.

Package Name Release (NuGet) Nightly (MyGet)
SixLabors.ImageSharp NuGet MyGet

Manual build

If you prefer, you can compile ImageSharp yourself (please do and help!)

Alternatively, you can work from command line and/or with a lightweight editor on both Linux/Unix and Windows:

To clone ImageSharp locally, click the "Clone in [YOUR_OS]" button above or run the following git commands:

git clone https://github.com/SixLabors/ImageSharp

If working with Windows please ensure that you have enabled log file paths in git (run as Administrator).

git config --system core.longpaths true

This repository contains git submodules. To add the submodules to the project, navigate to the repository root and type:

git submodule update --init --recursive

How can you help?

Please... Spread the word, contribute algorithms, submit performance improvements, unit tests, no input is too little. Make sure to read our Contribution Guide before opening a PR.

The ImageSharp Team

Sponsor Six Labors

Support the efforts of the development of the Six Labors projects. [Become a sponsor :heart:]

Platinum Sponsors

Become a platinum sponsor with a monthly donation of $2000 (providing 32 hours of maintenance and development) and get 2 hours of dedicated support (remote support available through chat or screen-sharing) per month.

In addition you get your logo (large) on our README on GitHub and the home page (large) of sixlabors.com

Gold Sponsors

Become a gold sponsor with a monthly donation of $1000 (providing 16 hours of maintenance and development) and get 1 hour of dedicated support (remote support available through chat or screen-sharing) per month.

In addition you get your logo (large) on our README on GitHub and the home page (medium) of sixlabors.com

Silver Sponsors

Become a silver sponsor with a monthly donation of $500 (providing 8 hours of maintenance and development) and get your logo (medium) on our README on GitHub and the product pages of sixlabors.com

Bronze Sponsors

Become a bronze sponsor with a monthly donation of $100 and get your logo (small) on our README on GitHub.