Skip to content

Latest commit

 

History

History

Image-Resizing

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

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