Initial Commit
All checks were successful
Build 2 exe / Build (push) Successful in 18s

This commit is contained in:
2026-02-10 22:10:15 +01:00
commit e585d9dd4d
10 changed files with 328 additions and 0 deletions

19
settings.conf Normal file
View 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"