Imagise Image Resizer Plugin for .NET offer simple and efficient methods for this task. The Resize method in the Image class can dynamically resize existing images.
Image
classImage.Filter
method to set the desired filterImage.Save
method to save or export the resultGet the respective assembly files from the downloads or fetch the package from NuGet to add Imagise
directly in your workspace.
Yes, you can achieve proportional resizing with specific ResizeType options using the ResizeWidthProportionally and ResizeHeightProportionally methods.
The ResizeType enumeration allows you to specify the type of resizing filter to be used, affecting the quality of the resized image. It includes options like LanczosResample and NearestNeighbourResample, catering to different performance and quality needs.
Plugin supports resizing webp images. You can find an example in the documentation demonstrating how to resize a webp image using the Resize method with specific options.