Copy link to clipboard
Copied
Hello all,
I am trying to automate a watermark, to be placed on multiple EPS images (all images would be in a specific folder)
Basically I have a template set up, that has the watermark details. I am guessing I would place an image, one by one, onto this template psd file (specfic coords) save the document as a jpg image, reload the default template and go on to the next image...
Would this be the best way to proceed?
If anyone could lead me in the right direction.. .say a script that will load image names into an array, placing the first image from the array into a specific psd file, it would be greatly appreciated. Again any sort of advice, direction... Im thinking im most familiar with js. Thanks again,
- Jacques
Copy link to clipboard
Copied
Would this be the best way to proceed?
Record an action that does the watermark creation process for a single image. Don't use a template. Open one of the EPS files, create the watermark on that document, save as a jpg.
Once you have the action, you can batch it.
-X