Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 531 Bytes

File metadata and controls

22 lines (14 loc) · 531 Bytes

Image-Resizing

📝 Description

  • This Python script automatically resizes any image(s) to the desired dimensions (in Pixels) at the desired DPI

⚙️ How To Use

 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.

Contributor