Skip to content

thevkrant/Reduce-image-size

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Reduce Image Size

This script use to reduce the size of image files using the openCV library of python.

Prerequisites

  • Python 3
  • openCV library

To install required external modules

Run pip install opencv-python

How to run the script

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

Author Name

Vikrant