Add text to a group of images ?
/forum/topic/831361/0

end

stefthetoolman
Registered: Dec 15, 2006
Total Posts: 123
Country: Canada

I have a group of JPG photos and I need to add the name of the person of each image and custom graphics (like an hockey card)

I have an Excel file with the filename of the picture and the name of the person.

Is there a way to do that automatically in photoshop ?

Thanks



KaaX
Registered: Apr 09, 2009
Total Posts: 290
Country: N/A

Yes, you can write a custom script in Photoshop which will do this.

I don't think there is a click-a-button-and-make-it-happen way.

Kaa



Mr Mouse
Registered: Aug 15, 2004
Total Posts: 1070
Country: United States

stefthetoolman wrote:
I have a group of JPG photos and I need to add the name of the person of each image and custom graphics (like an hockey card)

I have an Excel file with the filename of the picture and the name of the person.

Is there a way to do that automatically in photoshop ?


The answer is yes. To add a name you need a script. A custom graphic can be added with and action. You can record the use of a script in an action. There is no down-loadable script that I know about the will read a Excel. With a little work if you know some javascript there are some scripts that will add names to an image you might be able to modify. The Text added in these scripts is retrieved from either the file name or the Files meta data. If you export your Excel file to a text file you may be able to edit it into a dos Batch file the would rename or copy the image files so you have a group of file that have file names that are the persons name. Then all you need is the action you created that adds the graphic you want added that also runs the script to add a text layer that is the file name the persons name. Once you have this action you can use the Image processor scrip the ships with Photoshop to process all the images files setting up the image processors dialog to include this action.



Cathy Yount
Registered: Oct 01, 2007
Total Posts: 1161
Country: Djibouti

If you want to do a graphic, just write an action within Photoshop using the "Place..." option under the File menu. Google it and it will walk you through it. It will allow you to run a batch on however many images you want and it will place the photo wherever you tell it to.



stefthetoolman
Registered: Dec 15, 2006
Total Posts: 123
Country: Canada

I had my email notification off....

Thanks everyone !!!

I found some stuff using the embedded metadata.



end