This is a sample project of DataJuggler.PixelDatabase.
I demonstrate how to load a PixelDatabase from a source path, Draw on the Image and write Text from a list.
The project contains a sample image in the Images folder a list of 100 Sound Effects titles, generated by Azure Open AI Gpt40 in the Data folder.
- Clone or download this project
- Run the project
- Select an Output folder. If you have a C:\Temp folder, this should be filled in for you.
- The Sample Image should be filled in for you. (Optional) Select your own image.
- The List of 100.txt should be filled in for you. (Optional) Select your own list.
- The count should be populated based on the number of items in the list.
- Click the Start button.
All the code is in the StartButton_Click event.