All Projects → SixLabors → Imagesharp.web

SixLabors / Imagesharp.web

Licence: apache-2.0
🌐 High Performance Image Processing Middleware for ASP.NET- Core.

Projects that are alternatives of or similar to Imagesharp.web

ASPNETcoreAngularJWT
Angular in ASP.NET Core with JWT solution by systemjs
Stars: ✭ 48 (-80.8%)
Mutual labels:  middleware, asp
Stuntman
Library for impersonating users during development leveraging ASP.NET Identity.
Stars: ✭ 285 (+14%)
Mutual labels:  middleware, asp
Asp.net Core Graphql Middleware
ASP.Net Core GraphQL Middleware
Stars: ✭ 38 (-84.8%)
Mutual labels:  middleware, asp
Laravel Multisite
Multiple sites on one codebase
Stars: ✭ 214 (-14.4%)
Mutual labels:  middleware
Goku Api Gateway
A Powerful HTTP API Gateway in pure golang!Goku API Gateway (中文名:悟空 API 网关)是一个基于 Golang开发的微服务网关,能够实现高性能 HTTP API 转发、服务编排、多租户管理、API 访问权限控制等目的,拥有强大的自定义插件系统可以自行扩展,并且提供友好的图形化配置界面,能够快速帮助企业进行 API 服务治理、提高 API 服务的稳定性和安全性。
Stars: ✭ 2,773 (+1009.2%)
Mutual labels:  middleware
Chromelogger Python
Python library for logging variables to Google Chrome console
Stars: ✭ 232 (-7.2%)
Mutual labels:  middleware
Node Sass Middleware
connect middleware extracted from node-sass
Stars: ✭ 247 (-1.2%)
Mutual labels:  middleware
Iceoryx
iceoryx - true zero-copy inter-process-communication
Stars: ✭ 208 (-16.8%)
Mutual labels:  middleware
Clevergo
👅 CleverGo is a lightweight, feature rich and high performance HTTP router for Go.
Stars: ✭ 246 (-1.6%)
Mutual labels:  middleware
Mux
A powerful HTTP router and URL matcher for building Go web servers with 🦍
Stars: ✭ 15,667 (+6166.8%)
Mutual labels:  middleware
Mux.jl
Middleware for Julia
Stars: ✭ 225 (-10%)
Mutual labels:  middleware
Toa
A pithy and powerful web framework.
Stars: ✭ 220 (-12%)
Mutual labels:  middleware
Redux Websocket
A Redux middleware to handle WebSocket connections.
Stars: ✭ 232 (-7.2%)
Mutual labels:  middleware
Compression
Node.js compression middleware
Stars: ✭ 2,506 (+902.4%)
Mutual labels:  middleware
Golf
⛳️ The Golf web framework
Stars: ✭ 248 (-0.8%)
Mutual labels:  middleware
Falco
A functional-first toolkit for building brilliant ASP.NET Core applications using F#.
Stars: ✭ 214 (-14.4%)
Mutual labels:  asp
Express Basic Auth
Plug & play basic auth middleware for express
Stars: ✭ 241 (-3.6%)
Mutual labels:  middleware
Letsencrypt Rails Heroku
Automatic LetsEncrypt SSL certificates in your Rails app on Heroku.
Stars: ✭ 223 (-10.8%)
Mutual labels:  middleware
Jeff
🍍Jeff provides the simplest way to manage web sessions in Go.
Stars: ✭ 223 (-10.8%)
Mutual labels:  middleware
Router.cr
Minimum High Performance Middleware for Crystal Web Server.
Stars: ✭ 231 (-7.6%)
Mutual labels:  middleware

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

Sponsor Six Labors

Support the efforts of the development of the Six Labors projects. [Become a sponsor ❤️]

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].