12 lines
294 B
Markdown
Raw Normal View History

Image Resizer Using Python
2022-10-29 10:11:22 +05:30
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.
2022-10-29 10:11:22 +05:30
Dependencies
Only dependecy is OpenCV2