https://github.com/pascalwengerter/webp_to_png
Quick and simple program to turn your *.webp files into *.png files
https://github.com/pascalwengerter/webp_to_png
png-image-generate webp-converter
Last synced: 3 months ago
JSON representation
Quick and simple program to turn your *.webp files into *.png files
- Host: GitHub
- URL: https://github.com/pascalwengerter/webp_to_png
- Owner: pascalwengerter
- Created: 2020-06-18T10:14:28.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2024-04-09T11:10:36.000Z (about 2 years ago)
- Last Synced: 2026-02-01T14:45:14.880Z (5 months ago)
- Topics: png-image-generate, webp-converter
- Language: Rust
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Webp to PNG
## Disclaimer
This is a quick hack I've created for a personal use case. It probably sucks in a lot of ways, but works for me. Handle with care :)
## Setup
Run `cargo build`.
## Usage
Place desired images in `./input/` directory and run
```
cargo run
```
to convert them to `.png` files with a max-{width,height} of 512px in the `./output/` directory, removing the original source file.