Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 359 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 359 Bytes

Image-Resizing

  • Python code to resize all images in the specific directory.
  • Useful for image processing in which dimensions of each image should be the same.

Instructions

  • Store all the images into a directory.
  • Copy the directory path.
  • Paste it in line 14 to replace directory path.
  • Change the dimension of the images in line 17 and 18.