LazZiya.ImageResize
4.0.0-preview4
See the version list below for details.
dotnet add package LazZiya.ImageResize --version 4.0.0-preview4
NuGet\Install-Package LazZiya.ImageResize -Version 4.0.0-preview4
<PackageReference Include="LazZiya.ImageResize" Version="4.0.0-preview4" />
paket add LazZiya.ImageResize --version 4.0.0-preview4
#r "nuget: LazZiya.ImageResize, 4.0.0-preview4"
// Install LazZiya.ImageResize as a Cake Addin #addin nuget:?package=LazZiya.ImageResize&version=4.0.0-preview4&prerelease // Install LazZiya.ImageResize as a Cake Tool #tool nuget:?package=LazZiya.ImageResize&version=4.0.0-preview4&prerelease
Easily resize and crop images, add text watermark, add text outline, add image watermark with transparency, etc. Supports all .NetStandard2.0 compatible platforms (Asp.Net Core all versions and more...)
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. 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. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.0
- System.Drawing.Common (>= 5.0.0)
NuGet packages (6)
Showing the top 5 NuGet packages that depend on LazZiya.ImageResize:
Package | Downloads |
---|---|
OpenXMLSDK.Engine
This package contains the 'Open-XML-SDK' plugin for MvvmCross. |
|
HT.Image
Resize, crop, add text watermark to Images: var file = await model.Scale(width, height,true); // model is IFormFile file.SaveAs("wwwroot/" + pathFile); |
|
HT.SQLServer.File
Resize, crop, add text watermark to Images: var file = await model.Scale(width, height,true); // model is IFormFile file.SaveAs("wwwroot/" + pathFile); |
|
TestBin
test file manager - just for test |
|
SaClass
Package Description |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
4.1.4 | 62,570 | 1/29/2023 |
4.1.3 | 2,107 | 1/8/2023 |
4.1.1 | 11,184 | 10/28/2022 |
4.1.0 | 101,144 | 8/2/2021 |
4.0.0 | 12,299 | 6/11/2021 |
4.0.0-preview4 | 1,134 | 3/11/2021 |
4.0.0-preview3 | 639 | 3/9/2021 |
4.0.0-preview2 | 685 | 2/22/2021 |
4.0.0-preview1 | 1,298 | 2/10/2021 |
3.0.2 | 38,064 | 6/8/2020 |
3.0.1 | 3,724 | 4/26/2020 |
3.0.0 | 33,658 | 12/18/2019 |
3.0.0-preview2 | 917 | 12/15/2019 |
3.0.0-preview1 | 921 | 12/8/2019 |
2.0.0 | 9,240 | 2/28/2019 |
1.0.0 | 1,217 | 2/17/2019 |
Updates in preview 4:
- New "AddFrame" method: Draw a frame around the image and specify distance, color, etc.
- New "Mask" method: Applies a mask over the image.
Updates in preview 3:
- New "Conditional" resizing methods: The resize will done depending on a conditional parameter.
- New "Conditional" text/image watermark methods: Add text/image watermark if condition is true.
- Amended method name: AnimatedImageResize.GifScaleByWidth --> AnimatedImageResize.GifScaleByWidth
Updates in preview 2:
- Added support to create animated text watermark
- Added support to create animated image watermark
Previous updates in preview 1:
- Added support for editing animated images (resize, text watewrmark, image water etc.)
- Update ref for System.Drawing.Common https://github.com/dotnet/core/issues/3244
- See all release notes https://github.com/LazZiya/ImageResize/releases