Files
text2image/settings.conf
Jason Secula e585d9dd4d
All checks were successful
Build 2 exe / Build (push) Successful in 18s
Initial Commit
2026-02-10 22:10:15 +01:00

19 lines
379 B
Plaintext

[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"