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

https://github.com/xubiod/webp2png

A barebones WEBP to PNG converter tool I made before finding out macOS can just do that on its own. Still handy to have.
https://github.com/xubiod/webp2png

Last synced: 19 days ago
JSON representation

A barebones WEBP to PNG converter tool I made before finding out macOS can just do that on its own. Still handy to have.

Awesome Lists containing this project

README

        

# webp2png

**Note that this project has been considered deprecated in favor of using
[img-convert](https://github.com/xubiod/img-convert) for conversions from and to
multiple other formats, also made in Go and works the same way.**

## Usage

`go run main.go image1.webp [image2.webp] [..]`

The output file will be in the same directory as the inputs, appending `.webp`
onto the original file. For an input of `/path/to/image.webp`, the program will
convert and put the output as `/path/to/image.webp.png`.