Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

wagich/ImageSharp.Web

Open more actions menu
 
 

SixLabors.ImageSharp.Web
SixLabors.ImageSharp.Web

Build Status Code coverage License: Apache 2.0 GitHub issues

GitHub stars GitHub forks Twitter

ImageSharp.Web is a new high-performance ASP.NET Core middleware leveraging the ImageSharp graphics library.

License

Documentation

  • Detailed documentation for the ImageSharp.Web API is available. This includes additional conceptual documentation to help you get started.

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.Web 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.Web locally, click the "Clone in [YOUR_OS]" button above or run the following git commands:

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

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

Running the Tests

The unit tests require Azurite Azure Storage Emulator in order to run.

On Windows to install and run the server as a background process run the following command

npm install -g azurite
start /B azurite --loose

On Linux

sudo npm install -g azurite
sudo azurite --loose &

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.Web Team

Backers

Support us with a monthly donation and help us continue our activities. [Become a backer]

Sponsors

Become a sponsor and get your logo on our README on Github with a link to your site. [Become a sponsor]

About

🌐 Middleware for ASP.NET-Core for image manipulation.

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • C# 99.2%
  • PowerShell 0.8%
Morty Proxy This is a proxified and sanitized view of the page, visit original site.