Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork887
📷 A modern, cross-platform, 2D Graphics library for .NET
License
SixLabors/ImageSharp
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
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.
- ImageSharp is licensed under theSix Labors Split License, Version 1.0
Support the efforts of the development of the Six Labors projects.
- Purchase a Commercial License ❤️
- Become a sponsor via GitHub Sponsors ❤️
- Become a sponsor via Open Collective ❤️
- Detailed documentation for the ImageSharp API is available. This includes additional conceptual documentation to help you get started.
- OurSamples Repository is also available containing buildable code samples demonstrating common activities.
- Do you have questions? Pleasejoin our Discussions Forum. Do not open issues for questions.
- For feature ideas pleasejoin our Discussions Forum and we'll be happy to discuss.
- Please read ourContribution Guide before opening issues or pull requests!
This project has adopted the code of conduct defined by theContributor Covenant to clarify expected behavior in our community.For more information, see the.NET Foundation Code of Conduct.
Install stable releases via Nuget; development releases are available via MyGet.
| Package Name | Release (NuGet) | Nightly (Feedz.io) |
|---|---|---|
SixLabors.ImageSharp |
If you prefer, you can compile ImageSharp yourself (please do and help!)
- UsingVisual Studio 2022
- Make sure you have the latest version installed
- Make sure you havethe .NET 8 SDK installed
Alternatively, you can work from command line and/or with a lightweight editor onboth 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.longpathstrueThis repository usesGit Large File Storage. Please follow the linked instructions to ensure you have it set up in your environment.
This repository containsGit Submodules. To add the submodules to the project, navigate to the repository root and type:
git submodule update --init --recursive
Please... Spread the word, contribute algorithms, submit performance improvements, unit tests, no input is too little. Make sure to read ourContribution Guide before opening a PR.
Useful tools for development and links to specifications can be found in our wikipage:Useful-tools-and-links.
About
📷 A modern, cross-platform, 2D Graphics library for .NET
Topics
Resources
License
Code of conduct
Contributing
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Sponsor this project
Uh oh!
There was an error while loading.Please reload this page.
Packages0
Uh oh!
There was an error while loading.Please reload this page.