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.
- Host: GitHub
- URL: https://github.com/xubiod/webp2png
- Owner: xubiod
- License: unlicense
- Created: 2023-01-07T04:26:12.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-08T18:03:26.000Z (over 1 year ago)
- Last Synced: 2023-11-08T19:24:41.750Z (over 1 year ago)
- Language: Go
- Homepage:
- Size: 64.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`.