A powerful and easy-to-use image compression tool designed to optimize and reduce the size of your images without compromising quality.
- High-Quality Compression: Reduce image file sizes while maintaining excellent visual quality.
- Support for Multiple Formats: JPEG, PNG, GIF, and more.
- Batch Processing: Compress multiple images at once.
- User-Friendly Interface: Simple and intuitive design for a seamless user experience.
- Customizable Settings: Adjust compression levels to fit your needs.
- Python 3.x
- pip (Python package installer)
- Clone the Repository:
git clone https://github.com/backslash115/image-compressor.git
- Navigate to the Project Directory:
cd image-compressor - Install Dependencies:
pip install -r requirements.txt
- Run the Application:
python main.py
- Open the application.
- Drag and drop your images or use the file selector.
- Adjust the compression settings as needed.
- Click "Compress" to start the process.
- Save the compressed images to your desired location.
We welcome contributions! To contribute:
- Fork the repository.
- Create a new branch (
git checkout -b feature-branch). - Make your changes.
- Commit your changes (
git commit -am 'Add new feature'). - Push to the branch (
git push origin feature-branch). - Open a Pull Request.