Skip to content

Quick and simple program to turn your *.webp files into *.png files

Notifications You must be signed in to change notification settings

pascalwengerter/webp_to_png

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Quick and simple program to turn your *.webp files into *.png files

Topics

Resources

Stars

Watchers

Forks

Languages