LazZiya.ImageResize 3.0.0-preview1

This is a prerelease version of LazZiya.ImageResize.
There is a newer version of this package available.
See the version list below for details.
dotnet add package LazZiya.ImageResize --version 3.0.0-preview1
NuGet\Install-Package LazZiya.ImageResize -Version 3.0.0-preview1
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="LazZiya.ImageResize" Version="3.0.0-preview1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add LazZiya.ImageResize --version 3.0.0-preview1
#r "nuget: LazZiya.ImageResize, 3.0.0-preview1"
#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 LazZiya.ImageResize as a Cake Addin
#addin nuget:?package=LazZiya.ImageResize&version=3.0.0-preview1&prerelease

// Install LazZiya.ImageResize as a Cake Tool
#tool nuget:?package=LazZiya.ImageResize&version=3.0.0-preview1&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 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. 
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 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 35,082 1/29/2023
4.1.3 1,878 1/8/2023
4.1.1 8,819 10/28/2022
4.1.0 87,187 8/2/2021
4.0.0 11,579 6/11/2021
4.0.0-preview4 1,095 3/11/2021
4.0.0-preview3 606 3/9/2021
4.0.0-preview2 651 2/22/2021
4.0.0-preview1 1,201 2/10/2021
3.0.2 35,465 6/8/2020
3.0.1 3,563 4/26/2020
3.0.0 31,599 12/18/2019
3.0.0-preview2 879 12/15/2019
3.0.0-preview1 864 12/8/2019
2.0.0 9,022 2/28/2019
1.0.0 1,170 2/17/2019

- .NetStandard 2.0 support
     - New: TextOutline for text watermark
     - New: AddTextWatermark methods
     - New: AddImageWatermark methods
     - New: Graphic options for image resize methods
     - Obsolete: TextWatermark, ImageWatermark extensions are obsolete and will be removed in a feature release
     - Overall performance improvments