Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```