Peerless.Resize.Image NuGet Package

Resize an image with static method ResizeImage(Image image, int width, int height).

Example Use Case:
string[] files = Directory.GetFiles("C:/Users/sdoherty/Desktop/DemoCount");
int height = 350;
int width = 200;
foreach (string file in files)
{
string filePath = Path.GetFileName(file);
Image imgPhoto = Image.FromFile(@file);
Bitmap image = ResizeImage(imgPhoto, width, height);
image.Save(@"C:\Users\sdoherty\Desktop\" + filePath);
}.




Got any Peerless.Resize.Image Question?





Info

Version: 1.0.1
Author(s): Peerless
Last Update: Saturday, February 24, 2018
.NET Fiddle: Create the first Fiddle
NuGet Url: https://www.nuget.org/packages/Peerless.Resize.Image


Install
Install-Package Peerless.Resize.Image
dotnet add package Peerless.Resize.Image
paket add Peerless.Resize.Image
Peerless.Resize.Image Download (Unzip the "nupkg" after downloading)





STATS

must-have-score

avg-downloads-per-day

0

days-since-last-release

2614