/image_resize

Resize image using python.

Primary LanguagePython

image_resize

Resize the image using python.

Screen Shot 2022-02-11 at 22 10 46

Required Libraries

pip install Pillow

Add the jpg file of the original image to the original_img folder.

Screen Shot 2022-02-11 at 18 32 13

Specify the desired size and the name of the folder where the images will be copied

Screen Shot 2022-02-11 at 18 34 40

Run

python resize_start.py

result

Screen Shot 2022-02-11 at 18 39 11