📷 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.
 
 
Stefan Nikolei da799efccb Remove unneeded loop in IccClut 8 months ago
.github use sudo apt-get update 10 months ago
shared-infrastructure@5e13cde851 Migrate tests 1 year ago
src Remove unneeded loop in IccClut 8 months ago
tests Merge branch 'main' into js/jpeg-icc-normalize 8 months ago
.editorconfig Migrate tests 1 year ago
.git-blame-ignore-revs Add .git-blame-ignore-revs 3 years ago
.gitattributes Migrate tests 1 year ago
.gitignore Additional fixes + gitignore 4 years ago
.gitmodules Removed submodule 5 years ago
.runsettings Add rule to coverlet settings. 5 years ago
CODE_OF_CONDUCT.md Add code of conduct 6 years ago
Directory.Build.props Fix build 10 months ago
Directory.Build.targets Update to use new props/targets plus cleanup. 5 years ago
ImageSharp.sln Add Icon Support 2 years ago
LICENSE format LICENSE 4 years ago
README.md Update to net8 2 years ago
SixLabors.ImageSharp.props Reverse include behaviour 3 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 Attempt to workaround SDK changes 3 years ago
ci-test.ps1 Add logging to see if we can determine cause of TestHost crash 3 years ago
codecov.yml Update codcov and config 4 years ago

README.md

SixLabors.ImageSharp
SixLabors.ImageSharp

Build Status Code coverage License: Six Labors Split 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 8, ImageSharp can be used in device, cloud, and embedded/IoT scenarios.

License

Support Six Labors

Support the efforts of the development of the Six Labors projects.

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 (Feedz.io)
SixLabors.ImageSharp NuGet feedz.io

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

Then set the following config to ensure blame commands ignore mass reformatting commits.

git config blame.ignoreRevsFile .git-blame-ignore-revs

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

git config --system core.longpaths true

This repository uses Git Large File Storage. Please follow the linked instructions to ensure you have it set up in your environment.

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.

Useful tools for development and links to specifications can be found in our wikipage: Useful-tools-and-links.

The ImageSharp Team


JetBrains

Special thanks to JetBrains for supporting us with open-source licenses for their IDEs.