Skip to content

Latest commit

 

History

History
11 lines (5 loc) · 294 Bytes

File metadata and controls

11 lines (5 loc) · 294 Bytes

Image Resizer Using Python

So, I was working on this one project where I needed to place equal size images. To make it look good.

But doing one picture at a time is such a waste. So, I created this simple script to make this easy for me.

Dependencies

Only dependecy is OpenCV2