Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/telkomdev/gowebp
Docker image with Go for convert from any type of image to webp
https://github.com/telkomdev/gowebp
converter docker docker-image webp
Last synced: about 5 hours ago
JSON representation
Docker image with Go for convert from any type of image to webp
- Host: GitHub
- URL: https://github.com/telkomdev/gowebp
- Owner: telkomdev
- Created: 2019-09-13T01:40:57.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-09-21T02:24:43.000Z (about 5 years ago)
- Last Synced: 2023-03-08T23:01:45.950Z (over 1 year ago)
- Topics: converter, docker, docker-image, webp
- Language: Go
- Size: 4.88 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Docker image with Go for convert from any type of image to webp
Build
```shell
$ make build
```Create `data` folder. This will handle input and output of the result
```shell
$ mkdir data
```Run
```shell
$ docker run --rm -e INPUT_FILE_NAME=hiho.png -e OUTPUT_FILE_NAME=hohi.webp -v /Users/wuriyanto/Documents/go-projects/gowebp/data/:/data gowebp
```