1
0

variable number of images to blend (shitcode)

This commit is contained in:
2022-05-01 20:52:03 +02:00
parent a0fbe438d4
commit e5e527298e
4 changed files with 43 additions and 19 deletions

View File

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