How to create images from Template, while adding text from a file - Printable Version +- Gimp-Forum.net (https://www.gimp-forum.net) +-- Forum: GIMP (https://www.gimp-forum.net/Forum-GIMP) +--- Forum: Extending the GIMP (https://www.gimp-forum.net/Forum-Extending-the-GIMP) +--- Thread: How to create images from Template, while adding text from a file (/Thread-How-to-create-images-from-Template-while-adding-text-from-a-file) |
How to create images from Template, while adding text from a file - augiec - 08-04-2021 Hello, I have a text file with 1,000 names separated by a newline char, I need to grab each name print it on a template, and save the image, I was wondering if there is any script available. Any help would be greatly appreciated. Best Regards Augie RE: How to create images from Template, while adding text from a file - Ofnuts - 08-04-2021 Really a job for a shell script around ImageMagick... |