Skip to content
This repository was archived by the owner on May 25, 2022. It is now read-only.

Latest commit

 

History

History
15 lines (11 loc) · 412 Bytes

File metadata and controls

15 lines (11 loc) · 412 Bytes

Script Title

Script to reduce the size of image file using the openCV library of python.

Prerequisites

openCV library

pip install opencv-python

How to run the script

  • Add the image in jpg format with name as 'input.jpg' in this folder.
  • Run reduce_image_size.py script.
  • resized output image will be generated in this folder.

Author Name

Vipul Verma