mirror of
https://github.com/metafy-social/python-scripts.git
synced 2025-02-28 19:08:42 +00:00
8 lines
286 B
Markdown
8 lines
286 B
Markdown
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
|