This commit is contained in:
19
settings.conf
Normal file
19
settings.conf
Normal file
@@ -0,0 +1,19 @@
|
||||
[csv]
|
||||
inputFile = "input.csv"
|
||||
separator = ";"
|
||||
skipFirstLine = true
|
||||
|
||||
[image]
|
||||
width = 180
|
||||
height = 40
|
||||
# RGB value encased in [] or colorName or int value
|
||||
bgColor = [255,0,0]
|
||||
font = "CONSOLA.TTF"
|
||||
# RGB value
|
||||
fontcolor = [0,0,0]
|
||||
fontsize = 22
|
||||
# left, right, center or int value
|
||||
alignment = "center"
|
||||
# center, top, bottom or int value
|
||||
verticalAlign = "center"
|
||||
outputPath = "./images"
|
||||
Reference in New Issue
Block a user