Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/shivshah19/image-converter
- Owner: ShivShah19
- Created: 2024-12-07T19:54:44.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-12-07T20:26:39.000Z (about 1 month ago)
- Last Synced: 2024-12-07T20:27:30.794Z (about 1 month ago)
- Topics: image-processing, python, streamlit
- Language: Python
- Homepage: https://image-converter.streamlit.app/
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.