Skip to content

piyush2896/Image-Resizer-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Image Resizer Using Pyhton

So, I was working on this one project where I needed to place equal size images. To make it look good.

But doing one picture at a time is such a waste. So, I created this simple script to make this easy for me.

Usage

image-resizer.py [-h] [--src source] [--dest destinantion]
                        [--size size [size ...]]
                        [--ext extension [extension ...]]

optional arguments:
  -h, --help            show this help message and exit
  --src source          Source folder of the Image files
  --dest destinantion   Destination folder of the Image files (Default: Source
                        folder)
  --size size [size ...]
                        Size of the new image(Width Height)
  --ext extension [extension ...]
                        Extensions of files to be resized (Default: jpg png).
						Supported extensions - Extensions Supported by OpenCV.

Dependencies

Only dependecy is OpenCV2

About

Resize all the images in a folder and Save to destination

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages