pnv28 / ImageScaler

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Image Scaler

This is a simple image scaler coded in python.To use it install the necessary packages in requirements.txt.

Installing the required packages

For Windows:

python -m pip install -r requirements.txt

For Linux/Mac:

python3 -m pip install -r requirements.txt

To Run

Method 1:

This method is conviniet when you need to scale images in batch. Move all of the images into the img folder, and simply run main.py. After that you could just follow the prompts to scale your images.

Method 2:

If you wish to scale only one image, then run main.py. While following the prompts you have to agree to provide a path of the image, and follow the prompts.

Note:

Regardless of the method used by you, all the scaled images will be stored in the editedImg folder.

Other

If you ever need any support with the program feel free to contact me on discord (pnv28). Thank you for using my program.

About


Languages

Language:Python 100.0%