Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/lkwg82/visualtools
- Owner: lkwg82
- License: apache-2.0
- Created: 2017-07-31T23:56:35.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-07-31T23:57:55.000Z (over 7 years ago)
- Last Synced: 2023-10-20T21:18:31.247Z (about 1 year ago)
- Topics: butteraugli, docker, guetzli
- Size: 4.88 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
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 .
```