SixLabors.ImageSharp.Web.Providers.Azure 3.0.1

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package SixLabors.ImageSharp.Web.Providers.Azure --version 3.0.1                
NuGet\Install-Package SixLabors.ImageSharp.Web.Providers.Azure -Version 3.0.1                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="SixLabors.ImageSharp.Web.Providers.Azure" Version="3.0.1" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add SixLabors.ImageSharp.Web.Providers.Azure --version 3.0.1                
#r "nuget: SixLabors.ImageSharp.Web.Providers.Azure, 3.0.1"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install SixLabors.ImageSharp.Web.Providers.Azure as a Cake Addin
#addin nuget:?package=SixLabors.ImageSharp.Web.Providers.Azure&version=3.0.1

// Install SixLabors.ImageSharp.Web.Providers.Azure as a Cake Tool
#tool nuget:?package=SixLabors.ImageSharp.Web.Providers.Azure&version=3.0.1                

SixLabors.ImageSharp.Web

SixLabors.ImageSharp.Web

Build Status Code coverage License: Six Labors Split GitHub issues

GitHub stars GitHub forks Twitter

ImageSharp.Web is a high-performance ASP.NET Core middleware leveraging the ImageSharp graphics library to allow on-the-fly image manipulation via URL based commands.

License

Support Six Labors

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

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 Feedz.io.

Package Name Release (NuGet) Nightly (Feedz.io)
SixLabors.ImageSharp.Web NuGet feedz.io

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 and s3rver 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

npm install -g s3rver
start /B s3rver -d .

On Linux

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

sudo npm install -g s3rver
sudo s3rver -d . &

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

Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (6)

Showing the top 5 NuGet packages that depend on SixLabors.ImageSharp.Web.Providers.Azure:

Package Downloads
OrchardCore.Media.Azure

Orchard Core CMS is a Web Content Management System (CMS) built on top of the Orchard Core Framework. Enables support for storing media files in Microsoft Azure Blob Storage

Umbraco.StorageProviders.AzureBlob.ImageSharp

Adds ImageSharp support using the Azure Blob Storage provider for Umbraco CMS.

OrchardCore.Application.Cms.Core.Targets

Orchard Core CMS is a Web Content Management System (CMS) built on top of the Orchard Core Framework. Converts the application into a modular OrchardCore CMS application with TheAdmin theme but without any front-end Themes.

OrchardCore.Application.Cms.Targets

Orchard Core CMS is a Web Content Management System (CMS) built on top of the Orchard Core Framework. Converts the application into a modular OrchardCore CMS application with following themes. - TheAdmin Theme - SafeMode Theme - TheAgency Theme - TheBlog Theme - TheComingSoon Theme - TheTheme theme

N3O.Umbraco.Storage.Azure

TODO

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on SixLabors.ImageSharp.Web.Providers.Azure:

Repository Stars
OrchardCMS/OrchardCore
Orchard Core is an open-source modular and multi-tenant application framework built with ASP.NET Core, and a content management system (CMS) built on top of that framework.
Version Downloads Last updated
3.1.3 58,443 7/23/2024
3.1.2 71,982 4/15/2024
3.1.1 27,857 3/6/2024
3.1.0 246,883 12/5/2023
3.0.1 200,795 4/5/2023
3.0.0 3,653 4/5/2023
2.0.2 295,227 7/3/2022
2.0.1 408,263 6/2/2022
2.0.0 60,443 4/22/2022
1.0.5 119,200 1/5/2022
1.0.4 11,141 10/10/2021
1.0.3 99,444 5/11/2021
1.0.2 3,310 2/27/2021
1.0.1 2,354 11/13/2020
1.0.0 4,001 9/18/2020
1.0.0-rc0003 1,768 6/8/2020
1.0.0-rc0002 3,916 5/7/2020
1.0.0-beta0009 3,717 9/10/2019
1.0.0-beta0008 344 9/5/2019