Check out the releases: https://github.com/ErdajtSopjani/ImageResizer/releases
An awesome Image Resizer you can call anywhere from your terminal!
View Demo
·
Report Bug
·
Request Feature
There are really good Image Resizer's anywhere you look. But i decided to make one that both saves time and is easily accessable. I think I did a really good job achieving this since you can call this program anywhere from the terminal. But firs you have to run the .exe so it gets added to your file path. I think this project will save a lot of people their time.
Here's why:
- You can call it from anywhere using your terminal
- It's fast and it does the resizing quick.
- It saves the resized image in the same directory you are working on so you dont have to search for the file.
- It has no limitations unlike other Resizers
Of course this program isn't going to be loved by everyone but the most important thing is I like it and it saves ME a lot of time in my daily life. Keep in mind this was only a begginer project i did as a way to test my skills while learning c#.
This project was made with C# with DotNet core
Here are a couple of steps you can follow to get started with using ImageResizer
Here is a step-by-step guide on how you can run this program on your own device
-
Make sure you have dotnet installed (only if you want to run it with dotnet)
-
Go to the releases page
-
Install .NET packages(if you want to run it with dotnet)
dotnet add package System.Drawing.Common --version 5.0.0
-
If you only want to run this program you can run the .exe from your terminal
.\resizeimage.exe -h
These are some usage examples for this program.
- If you want more information on how to use it use -h
resizeimage -h
- If you want to know an Image's width and height before you resize it use -i
resizeimage -i null
- If you want to actually resize an image this is the use case:
resimeimage C:/path/to/image.png {width} {height}