Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Readme.md

🖼️ Batch Image Resizer (Java)

A simple yet powerful Java program to resize multiple images at once to a specified resolution.
Perfect for photographers, developers, and designers who want to quickly prepare images for web, apps, or print.


🚀 Features

✅ Resize multiple images (JPG / JPEG / PNG) in bulk
✅ Maintains smooth quality using SCALE_SMOOTH
✅ Automatically creates the output folder if it doesn’t exist
✅ Displays progress and error messages in the console


🧩 Requirements

  • Java 17 or higher (tested on Java 25)
  • A folder containing .jpg, .jpeg, or .png images

📁 Project Structure