BaseMax / CompressorJSWeb
A lightweight web-based tool for compressing images using Compressor.js. Users can upload an image, set the desired compression quality, and download the optimized version.
README
Image Compressor Web App
A lightweight web-based tool for compressing images using Compressor.js. Users can upload an image, set the desired compression quality, and download the optimized version.
This is a simple web-based image compressor that uses Compressor.js to reduce image file sizes while maintaining quality. The application allows users to upload an image, set a compression quality, and download the compressed version.
Features
- Upload an image and view its original size.
- Adjust the compression quality (0.1 - 1).
- Download the compressed image.
- User-friendly interface with a responsive design.
Demo
You can test the application by opening the index.html file in your browser.
Installation
No installation is required. Just clone or download the repository and open index.html in a web browser.
# Clone the repository
git clone https://github.com/BaseMax/CompressorJSWeb.git
# Open index.html in a browser
Usage
- Open the
index.htmlfile in your browser. - Select an image using the file input.
- Adjust the quality slider (default: 0.6).
- The app will compress the image and show the original and compressed sizes.
- Click the "Download Compressed Image" button to save the compressed image.
Technologies Used
- HTML, CSS, JavaScript
- Compressor.js
License
This project is licensed under the MIT License.
Author
Created by BaseMax.
