Skip to content

heidijane/image-resizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

image-resizer

a simple image resizer written in C#

image-resizer is a simple command line application built in .NET Core with C# that utilizes ImageSharp to resize an image. It creates a new image that is resized proportionally based upon the provided width and saves the new image in the same directory as the original.

requirements

You will need .NET Core installed in order to run image-resizer

how to run

Once you have cloned this repository you can use the following format to resize an image.

dotnet run myImage.jpg 32

It also works on a full image path as well as relative paths.

dotnet run C:/test/file/path/myImage.jpg 200

dotnet run ../myImage.jpg 200

test it out!

Try resizing the test image!

dotnet run testImg.jpg 200

Kismet the prairie dog

That's Kismet the prairie dog. She's a silly goober.

Thank you for checking out my repository!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages