feat: add Dockerfile / Docker-driven CI job

This commit is contained in:
Tomas 2020-06-07 01:16:45 +02:00
parent a1976273e7
commit 5aca0ea5b1
6 changed files with 99 additions and 138 deletions

View file

@ -224,5 +224,5 @@ type Options struct {
Threshold float64
Gamma float64
OutputICC string
InputICC string
InputICC string
}