https://github.com/kavex/webp2png
Converts WebP to PNG
https://github.com/kavex/webp2png
convert converter image image-processing images png webp
Last synced: 8 months ago
JSON representation
Converts WebP to PNG
- Host: GitHub
- URL: https://github.com/kavex/webp2png
- Owner: Kavex
- License: gpl-3.0
- Created: 2025-01-27T04:30:35.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-02T18:30:12.000Z (over 1 year ago)
- Last Synced: 2025-03-02T19:28:55.353Z (over 1 year ago)
- Topics: convert, converter, image, image-processing, images, png, webp
- Language: Python
- Homepage:
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# WEBP to PNG Converter
A simple desktop application built with Python and Tkinter that converts WEBP image files to PNG format while preserving transparency.
Exe Download: https://github.com/Kavex/WebP2PNG/releases/
## Features
- **Simple GUI:** Clean interface using Tkinter.
- **Easy Conversion:** Select a WEBP file and convert it to PNG with one click.
- **Transparency Support:** Maintains image transparency during conversion.
- **User Feedback:** Provides success and error messages.
## Prerequisites
- **Python 3.6+**
- **Pillow:** Python Imaging Library fork for image processing.
- **Tkinter:** Typically included with standard Python installations.