Support brightness and contrast

This commit is contained in:
Mereng 2021-06-17 18:57:39 +02:00
parent d0fb333ce4
commit 76894654c7
4 changed files with 68 additions and 0 deletions

View file

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