![]() |
VOOZH | about |
dotnet add package Baaijte.Optimizely.ImageSharp.Web --version 2.1.3
NuGet\Install-Package Baaijte.Optimizely.ImageSharp.Web -Version 2.1.3
<PackageReference Include="Baaijte.Optimizely.ImageSharp.Web" Version="2.1.3" />
<PackageVersion Include="Baaijte.Optimizely.ImageSharp.Web" Version="2.1.3" />Directory.Packages.props
<PackageReference Include="Baaijte.Optimizely.ImageSharp.Web" />Project file
paket add Baaijte.Optimizely.ImageSharp.Web --version 2.1.3
#r "nuget: Baaijte.Optimizely.ImageSharp.Web, 2.1.3"
#:package Baaijte.Optimizely.ImageSharp.Web@2.1.3
#addin nuget:?package=Baaijte.Optimizely.ImageSharp.Web&version=2.1.3Install as a Cake Addin
#tool nuget:?package=Baaijte.Optimizely.ImageSharp.Web&version=2.1.3Install as a Cake Tool
Note As of version 2.0.0 this package targets .NET6.0 and Optimizely.CMS.Core version 12.5.0 or higher
Baaijte.OptimizelyImageSharp.Web is installed via the Optimizely NuGet feed
PM > Install-Package Baaijte.Optimizely.ImageSharp.Web -Version VERSION_NUMBER
dotnet add package Baaijte.Optimizely.ImageSharp.Web --version VERSION_NUMBER
Once installed you will need to add the following code to ConfigureServices and Configure in your Startup.cs file.
This installs the the default service and options.
public void ConfigureServices(IServiceCollection services) {
// Add the default service and options.
services.AddBaaijteOptimizelyImageSharp();
}
public void Configure(IApplicationBuilder app, IWebHostEnvironment env) {
// Add the image processing middleware.
app.UseBaaijteOptimizelyImageSharp();
}
DO NOT add other SixLabors.ImageSharp.Web settings!!
Also add using Baaijte.Optimizely.ImageSharp.Web; at the top of your Startup.cs file if it was not automatically added.
public void ConfigureServices(IServiceCollection services) {
services.AddImageSharp()
.Configure<AzureBlobStorageCacheOptions>(options =>
{
options.ConnectionString = _configuration.GetConnectionString("EPiServerAzureBlobs");
options.ContainerName = "mysitemedia";
})
.ClearProviders()
.AddProvider<BlobImageProvider>()
.SetCache<AzureBlobStorageCache>();
}
public void Configure(IApplicationBuilder app, IWebHostEnvironment env) {
// Add the image processing middleware.
app.UseBaaijteOptimizelyImageSharp();
}
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net6.0 net6.0 is compatible. net6.0-android net6.0-android was computed. net6.0-ios net6.0-ios was computed. net6.0-maccatalyst net6.0-maccatalyst was computed. net6.0-macos net6.0-macos was computed. net6.0-tvos net6.0-tvos was computed. net6.0-windows net6.0-windows was computed. net7.0 net7.0 was computed. net7.0-android net7.0-android was computed. net7.0-ios net7.0-ios was computed. net7.0-maccatalyst net7.0-maccatalyst was computed. net7.0-macos net7.0-macos was computed. net7.0-tvos net7.0-tvos was computed. net7.0-windows net7.0-windows was computed. net8.0 net8.0 was computed. net8.0-android net8.0-android was computed. net8.0-browser net8.0-browser was computed. net8.0-ios net8.0-ios was computed. net8.0-maccatalyst net8.0-maccatalyst was computed. net8.0-macos net8.0-macos was computed. net8.0-tvos net8.0-tvos was computed. net8.0-windows net8.0-windows was computed. net9.0 net9.0 was computed. net9.0-android net9.0-android was computed. net9.0-browser net9.0-browser was computed. net9.0-ios net9.0-ios was computed. net9.0-maccatalyst net9.0-maccatalyst was computed. net9.0-macos net9.0-macos was computed. net9.0-tvos net9.0-tvos was computed. net9.0-windows net9.0-windows was computed. net10.0 net10.0 was computed. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
Showing the top 2 NuGet packages that depend on Baaijte.Optimizely.ImageSharp.Web:
| Package | Downloads |
|---|---|
|
Forte.EpiResponsivePicture
Smart responsive images in EPiServer with ImageResizing.Net and Focal point |
|
|
Eshn.Plugins.FocalPoint
This package supports user choose focal point of an image then cropping bases on it |
Showing the top 1 popular GitHub repositories that depend on Baaijte.Optimizely.ImageSharp.Web:
| Repository | Stars |
|---|---|
|
episerver/Foundation
Foundation offers a starting point that is intuitive, well-structured and modular allowing developers to explore CMS, Commerce, Personalization, Search and Navigation, Data Platform and Experimentation.
|
| Version | Downloads | Last Updated |
|---|---|---|
| 2.1.3 | 65,687 | 5/16/2023 |
From version 2.0 this package is targeting .NET 6