RestImageResize 2.0.0
dotnet add package RestImageResize --version 2.0.0
NuGet\Install-Package RestImageResize -Version 2.0.0
<PackageReference Include="RestImageResize" Version="2.0.0" />
paket add RestImageResize --version 2.0.0
#r "nuget: RestImageResize, 2.0.0"
// Install RestImageResize as a Cake Addin #addin nuget:?package=RestImageResize&version=2.0.0 // Install RestImageResize as a Cake Tool #tool nuget:?package=RestImageResize&version=2.0.0
Provides HttpModule that adds support of simple rest API to OpenWaves.ImageTransformations.Web package.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net40 is compatible. net403 was computed. net45 was computed. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
- Magick.NET-Q8-AnyCPU (>= 7.0.7.300)
- OpenWaves (>= 1.0.88.340)
- OpenWaves.ImageTransformations.Web (>= 1.0.85.251)
- OpenWaves.Web (>= 1.0.85.245)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on RestImageResize:
Package | Downloads |
---|---|
RestImageResize.EPiServer
Includes required dependences and source code for easily start to use RestImageResize package in EPiServer CMS site. |
GitHub repositories
This package is not used by any popular GitHub repositories.
- v2.0.0 - Updated major version together with RestImageResize.EPiServer package
- v1.1.9 - Fixed issues
- v1.1.8 - added IRestImageResizeService
- v1.1.7 - added log service configuration,
ResizeCrop/DownResizeCrop transformation implemented (similar to resizecrop in http://imageprocessor.org/imageprocessor-web/imageprocessingmodule/resize/)
- v1.1.2 - ResizeMin/DownResizeMin transformations implemented (similar to resizemin in http://imageprocessor.org/imageprocessor-web/imageprocessingmodule/resize/)
- v1.1.1 - Mit License added.