32 lines
508 B
Markdown
32 lines
508 B
Markdown
# text2image
|
|
|
|
Python script to generate images from text using a csv file.
|
|
|
|
Configuration & tweaking
|
|
=================
|
|
Edit settings.conf to tweak and configure the tool.
|
|
|
|
|
|
Usage
|
|
=================
|
|
|
|
1. Insert data into input.csv, 1st column is filename, 2nd column is text :
|
|
|filename|text |
|
|
|--------|-----|
|
|
|image001|test |
|
|
|image002|test2|
|
|
|
|
In the csv file it would be like that :
|
|
|
|
```csv
|
|
filename;text
|
|
image001;test
|
|
image002;test2
|
|
```
|
|
|
|
2. Launch text2image.exe to generate images in the output folder
|
|
|
|
|
|
|
|
|