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.jpg
in the folder. - Execute
python3 sizereducer.py
- Resized output image will be generated in the same folder.