Merge pull request #374 from Mereng/brightness_contrast

Support brightness and contrast
This commit is contained in:
Tom 2022-04-05 21:13:47 +02:00 committed by GitHub
commit ffadb9e4b0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 68 additions and 0 deletions

View file

@ -241,6 +241,8 @@ type Options struct {
Sharpen Sharpen
Threshold float64
Gamma float64
Brightness float64
Contrast float64
OutputICC string
InputICC string
Palette bool