Read Me
This project provides a simple web-based tool to upload an image, resize it by a specified percentage, and download the resized image. Additionally, it offers the option to download a compressed version of the resized image. The tool is implemented using HTML5, CSS, and JavaScript.
Features
- Upload an image file
- Resize the image by a specified percentage
- Download the resized image
- Download a compressed version of the resized image
- Minimal quality loss with high-quality image smoothing
Getting Started
Prerequisites
- A modern web browser (Chrome, Firefox, Safari, Edge)
- No additional software or libraries required
Installation
- Download or clone the repository to your local machine.
- Open the
index.html
file in your web browser.
Usage
- Upload an Image: Click on the "Choose File" button and select an image file from your device.
- Specify Resize Percentage: Enter the desired resize percentage in the "Resize Percentage" input field.
- Resize and Download: Click the "Resize Image" button to resize the image. Two download links will appear:
- "Download Resized Image" to download the resized image in PNG format.
- "Compress & Download Resized Image" to download a compressed version of the resized image in JPEG format.
Example
- Upload an image file.
- Enter
50
in the resize percentage field to resize the image to 50% of its original size. - Click "Resize Image".
- Download the resized image or the compressed version using the provided links.