Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/lkwg82/visualtools

visual tool playground
https://github.com/lkwg82/visualtools

butteraugli docker guetzli

Last synced: about 2 months ago
JSON representation

visual tool playground

Awesome Lists containing this project

README

        

# about
packages [google/butteraugli](https://github.com/google/butteraugli) and [google/guetzli](https://github.com/google/guetzli) as docker container

# running

```bash
$ docker run -ti -v $(pwd):/data -w /data --read-only visualtools /butteraugli image.jpg image.jpg
0.000000
```

# building

```bash
docker build -t visualtools .
```