Merge pull request #206 from tstm/add-trim-options

Add the option to use background and threshold options on trim
This commit is contained in:
Tomás 2017-11-23 09:03:45 +01:00 committed by GitHub
commit 03f7d1fe04
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 42 additions and 5 deletions

View file

@ -220,5 +220,6 @@ type Options struct {
Interpretation Interpretation
GaussianBlur GaussianBlur
Sharpen Sharpen
Threshold float32
OutputICC string
}