LAYERS and TEXT commands are exactly what i need !!
Thanks a lot !
Emmanuel
Search found 3 matches
- 2017-02-22T14:34:48-07:00
- Forum: Users
- Topic: How to add a title to multiple images
- Replies: 8
- Views: 5139
- 2017-02-22T14:32:01-07:00
- Forum: Users
- Topic: How to add a title to multiple images
- Replies: 8
- Views: 5139
Re: How to add a title to multiple images
The painting title will come from the image name. From a file, i need to extract the name (from the filename and i know how to do that with python script) and the image width. Then i've to create a white banner with the same width and a predefine height and put the filename in it. Finally, i need to ...
- 2017-02-22T14:06:35-07:00
- Forum: Users
- Topic: How to add a title to multiple images
- Replies: 8
- Views: 5139
How to add a title to multiple images
Hi, i've a collection of painting (~80 files). For each file, i'll like to add the painting title as a white banner at the bottom of the painting. So i planned to: convert painting title text into a picture (same width of the original painting) and then merge the 2 files. For 80 files, i would like ...