This script use to reduce the size of image files using the openCV library of python.
Python 3- openCV library
Run pip install opencv-python
- Add the image in jpg format with name as
input.jpgin the folder. - Execute
python3 sizereducer.py - Resized output image will be generated in the same folder.