Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/shivshah19/image-converter

An image converter tool that converts PNG/JPG images to WebP format, offering options to download individual files or all converted images as a ZIP. Simple and easy to use.
https://github.com/shivshah19/image-converter

image-processing python streamlit

Last synced: about 1 month ago
JSON representation

An image converter tool that converts PNG/JPG images to WebP format, offering options to download individual files or all converted images as a ZIP. Simple and easy to use.

Awesome Lists containing this project

README

        

# Image Converter - PNG/JPG to WebP

This tool allows you to upload PNG or JPG images and convert them to WebP format. You can download individual converted images or download all as a ZIP file.

## This tool:
- Allows users to **upload PNG/JPG images** and convert them to **WebP** format.
- Offers the option to **download individual converted files** or **download all as a ZIP file**.

## Why WebP?
WebP offers high-quality compression, reducing image sizes significantly without compromising quality — making it perfect for web optimization!

## Features
- Upload PNG or JPG images.
- Convert images to WebP format.
- Download individual or multiple converted images in a ZIP file.

## How to Use
1. Clone this repository or download the files.
2. Install the required dependencies:
```
pip install -r requirements.txt
```
3. Run the application:
```
streamlit run app.py
```
4. Upload your images, convert them, and download the results.

## Files
- `app.py`: The main logic for the image conversion.
- `style.css`: Custom styles for the tool.

## License
This project is licensed under the MIT License.