- This Python script automatically resizes any image(s) to the desired dimensions (in Pixels) at the desired DPI
pip install -r requirements.txt
-
Then store all the images that you want to resize in 'images' folder.
-
Run the resize.py file
You will be prompted to enter the dimensions -
The resized images will then get stored in the 'resized-images' folder.