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

Getting Started

Prerequisites

Installation

  1. Download or clone the repository to your local machine.
  2. Open the index.html file in your web browser.

Usage

  1. Upload an Image: Click on the "Choose File" button and select an image file from your device.
  2. Specify Resize Percentage: Enter the desired resize percentage in the "Resize Percentage" input field.
  3. 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

  1. Upload an image file.
  2. Enter 50 in the resize percentage field to resize the image to 50% of its original size.
  3. Click "Resize Image".
  4. Download the resized image or the compressed version using the provided links.