https://github.com/datajuggler/textimagery
TextImagery is a sample project for NuGet package DataJuggler.PixelDatabase. This project demonstrates how to manipulate images using Bitmap Query Language, or BQL for short.
https://github.com/datajuggler/textimagery
Last synced: over 1 year ago
JSON representation
TextImagery is a sample project for NuGet package DataJuggler.PixelDatabase. This project demonstrates how to manipulate images using Bitmap Query Language, or BQL for short.
- Host: GitHub
- URL: https://github.com/datajuggler/textimagery
- Owner: DataJuggler
- Created: 2024-07-25T11:31:36.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-08-17T10:46:58.000Z (almost 2 years ago)
- Last Synced: 2025-01-31T11:16:20.496Z (over 1 year ago)
- Language: C#
- Size: 3.46 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
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.
# Simple Instructions
1. Clone or download this project
2. Run the project
3. Select an Output folder. If you have a C:\Temp folder, this should be filled in for you.
4. The Sample Image should be filled in for you. (Optional) Select your own image.
5. The List of 100.txt should be filled in for you. (Optional) Select your own list.
6. The count should be populated based on the number of items in the list.
7. Click the Start button.
All the code is in the StartButton_Click event.