Skip to content

An image resizer that you can call from your terminal in any directory.

Notifications You must be signed in to change notification settings

ErdajtSopjani/ImageResizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ImageResizer

Contributors Forks Stargazers Issues


image

Check out the releases: https://github.com/ErdajtSopjani/ImageResizer/releases

Image Resizer by Erdajt Sopjani

An awesome Image Resizer you can call anywhere from your terminal!

View Demo · Report Bug · Request Feature

About The Project

Capture

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#.

(back to top)

Built With


This project was made with C# with DotNet core

Bootstrap

(back to top)

Getting Started

Here are a couple of steps you can follow to get started with using ImageResizer

Installation

Here is a step-by-step guide on how you can run this program on your own device

  1. Make sure you have dotnet installed (only if you want to run it with dotnet)

  2. Go to the releases page

    https://github.com/ErdajtSopjani/ImageResizer/releases

  3. Install .NET packages(if you want to run it with dotnet)

    dotnet add package System.Drawing.Common --version 5.0.0
  4. If you only want to run this program you can run the .exe from your terminal

    .\resizeimage.exe -h

(back to top)

Usage

These are some usage examples for this program.

  1. If you want more information on how to use it use -h
      resizeimage -h
  2. If you want to know an Image's width and height before you resize it use -i
      resizeimage -i null
  3. If you want to actually resize an image this is the use case:
      resimeimage C:/path/to/image.png {width} {height}

(back to top)

About

An image resizer that you can call from your terminal in any directory.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages