🖊️ Extensions to ImageSharp containing a cross-platform 2D polygon manipulation API and drawing operations.
Перейти к файлу
James Jackson-South b319910d68
Merge pull request #285 from SixLabors/js/bump-imagesharp
Bump ImageSharp
2023-08-14 22:03:05 +10:00
.github Add NuGet and Feedz publishing 2023-08-14 21:37:40 +10:00
samples Add constructros. Fix #100 2023-08-14 20:35:40 +10:00
shared-infrastructure@33cb12ca77 Update coverage rules 2021-11-17 22:56:07 +11:00
src Update ImageSharp.Drawing.csproj 2023-08-14 21:34:43 +10:00
tests Add constructros. Fix #100 2023-08-14 20:35:40 +10:00
.editorconfig Fix warnings 2021-10-08 17:14:47 +02:00
.gitattributes Normalize docs and visibility modifiers 2021-04-24 23:24:33 +01:00
.gitignore Bump fonts. 2020-12-14 12:15:55 +00:00
.gitmodules remove submodule from .gitmodules 2020-05-02 19:29:02 +01:00
CODE_OF_CONDUCT.md Add code of conduct 2019-10-01 12:28:30 +10:00
Directory.Build.props Update props/targets; fix all warnings 2020-12-03 14:43:29 +00:00
Directory.Build.targets Update props/targets; fix all warnings 2020-12-03 14:43:29 +00:00
ImageSharp.Drawing.sln Update coverage rules 2021-11-17 22:56:07 +11:00
LICENSE Update license, config and docs. 2020-06-08 11:30:07 +01:00
README.md Fix GitHub shields (#251) 2022-12-27 12:26:00 +01:00
ci-build.ps1 Fix build 2021-08-02 23:23:57 +10:00
ci-pack.ps1 Fix build 2021-08-02 23:23:57 +10:00
ci-test.ps1 Use same settings as ImageSharp 2020-06-06 20:50:55 +01:00
codecov.yml Update coverage rules 2021-11-17 22:56:07 +11:00

README.md

SixLabors.ImageSharp.Drawing
SixLabors.ImageSharp.Drawing

Build Status License: Apache 2.0 Code coverage Twitter

ImageSharp.Drawing provides extensions to ImageSharp containing powerful, cross-platform 2D polygon manipulation and drawing APIs.

Designed to democratize image processing, ImageSharp.Drawing brings you an incredibly powerful yet beautifully simple API.

Built against .NET Standard 1.3, ImageSharp.Drawing 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.Drawing 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.Drawing NuGet MyGet

Manual build

If you prefer, you can compile ImageSharp.Drawing 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.Drawing locally, click the "Clone in [YOUR_OS]" button above or run the following git commands:

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

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

git config --system core.longpaths true

Submodules

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