Skip to content

akhilbandaru326/Python_Image_Resizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Python_Image_Resizer

This project is an Image Resizer Tool developed using Python and the Pillow library. The objective of this tool is to automate image processing tasks by resizing and converting multiple images in batch. The script reads all images from a specified input folder, resizes them to the given dimensions, and saves the processed images into an output folder. It uses the os module to handle directory and file operations, and the PIL.Image module to perform resizing and saving. Users can easily update the input and output folder paths in the script and specify the desired width and height for resizing. This tool is particularly useful for preparing images for web uploads, reducing file sizes, or maintaining consistent dimensions across a large set of images. By automating repetitive image tasks, it saves time and effort, making image management more efficient.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages