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.
- 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.
You can test the application by opening the index.html
file in your browser.
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
- Open the
index.html
file 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.
- HTML, CSS, JavaScript
- Compressor.js
This project is licensed under the MIT License.
Created by BaseMax.