diff --git a/scripts/image_resize/readme.md b/scripts/image_resize/readme.md index 48b9db7..1bd6490 100644 --- a/scripts/image_resize/readme.md +++ b/scripts/image_resize/readme.md @@ -1,7 +1,11 @@ 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