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

Commit b5c0d7b

Browse files
committed
Merge branch 'Script-to-Reduce-Image-File-Szie' of https://github.com/VIPverma01/python-mini-projects into Script-to-Reduce-Image-File-Szie
2 parents 75e5aa1 + a56b28f commit b5c0d7b

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Script Title
2+
#### Script to reduce the size of image file using the openCV library of python.
3+
4+
### Prerequisites
5+
openCV library
6+
7+
`pip install opencv-python`
8+
9+
### How to run the script
10+
- Add the image in jpg format with name as 'input.jpg' in this folder.
11+
- Run reduce_image_size.py script.
12+
- resized output image will be generated in this folder.
13+
14+
## *Author Name*
15+
### *Vipul Verma*

0 commit comments

Comments
 (0)