1
0

grayscale option

This commit is contained in:
2022-05-01 17:49:51 +02:00
parent 1138d11923
commit a0fbe438d4
3 changed files with 9 additions and 3 deletions

View File

@ -16,6 +16,7 @@ type Config struct {
Dimensions string `json:dimensions`
OutputWidth int `json:output_width`
OutputHeight int `json:output_height`
Grayscale bool
}
// loads configuration values from json file