Merge pull request #299 from evanoberholster/master

Update Transform ICC Profiles with Input Profile
This commit is contained in:
Tom 2020-06-06 18:14:07 +02:00 committed by GitHub
commit 1faf8e4f8d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 44 additions and 2 deletions

View file

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