Skip to content

1as-sys/Image-resizer-tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Objective Resize multiple images in bulk to a target size or within a maximum width & height. Automates a common image preparation task for web uploads, thumbnails, or optimization.

Tools Used Python (3.x)

Pillow (Python Imaging Library)

Installation Install Python (if not already installed)

Install Pillow:

bash Copy Edit pip install pillow

project/ │ ├── resize_batch_minimal.py # Script file ├── input_images/ # Folder containing original images └── output_images/ # Folder where resized images will be saved

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages