Software for adding custom text to 1,000+ images?

regensteiner

Regular Member
Joined
May 9, 2012
Messages
244
Reaction score
82
I am working on a social media campaign where I need to add headlines to about 1,000+ images. Is there something that can create Canvas-style text for a large group of images based on the contents of a csv file? I'd like to add a custom headline for a large group of images.
 
I'm sure you can save the template/design and apply it over to all images. But they'll have to be dealt one by one.
 
What about Python? Never seen this be done in Photoshop like the others say...
 
What about Python? Never seen this be done in Photoshop like the others say...
Truth be told, a bash script + imagemagick would probably do the trick... but I'm assuming he's working on a desktop mac or windows machine... hence Photoshop or Gimp.
 
It would be a crude way of doing it, but I normally do stuff like this in php - upload the data to a web server, write a short php script and it could do the job easily.
 
It would be a crude way of doing it, but I normally do stuff like this in php - upload the data to a web server, write a short php script and it could do the job easily.

This is a good idea!
 
Back
Top