Skip to main content
Participant
May 30, 2010
Answered

custom placement of signature on individual photos in a batch

  • May 30, 2010
  • 2 replies
  • 1049 views

Hi, does anyone know if there is an actions command that tells Photoshop CS4 to pause and allow me to make changes to each individual image in a batch? What I'm trying to do is add a signature to my photographs in a custom size/position for each different photo.

I would like to do this by selecting photographs in bridge, running photoshop's image processor with the run action checkbox checked so that photoshop opens the photograph and imports my signature and/or logo so that all I have to do is transform my signature to where I want it and simply click next or hit a key to save and close that image and bring up the next photo in the batch.

Thanks,

Dan

This topic has been closed for replies.
Correct answer c.pfaffenbichler

If you record a transform (command-T) and check the »Toggle dialog on/off«-field in the Actions Panel or use Insert Menu Item to include Edit – Transform in your Action that might work. 

2 replies

Participant
June 3, 2010

Thank you, I eventually figured out the insert menu item option on my own but I'll play with those checkbox options too. 

Dan

JJMack
Community Expert
Community Expert
June 21, 2010

Dan

You may be able to do what you want to do without needing user intervention using a Photshop sample action I created as a model.  The action uses a couple of what I call run twice scripts to pull it off.  You use these run twice in the beginning and the end of actions,   These scripts perform a save and restore function for the action.    The action begins by using these script which see its being run for the first time because its footprint is not in the documents meta-data and in this first run it will place its footprint into the meta-data along with some Photshop state information and perhaps manipulate the document.  The action ends by running these scripts a second time the see their footprint and save state information in the meta-data which it removes, perhaps do some manipulation and restores the documents state it recorded in the first run.

The Sample Action save the documents resolution with the script then changes the document size to a known size without resampling the document. All the dose is scale the documents print width to a known size by changing its resolution not a single pixel is changed.  Once you have scaled a document to a known width its easy to add  correctly seized watermark layers in the location you want using tools  like adding a text signatures layer,  Placing colored custom logo or using a custom shape layer. The sample action adds all three.  Once it done adding  the watermark layers the action runs the script a second time to restore the document to its original resolution. My Package download

http://www.mouseprints.net/old/dpr/JJMacksCraftingActions.zip

Contains:

Action Actions Palette Tips.txt

Action Creation Guidelines.txt

Action Dealing with Image Size.txt

Action Enhanced via Scripted Photoshop Functions.txt

CraftedActions.atn Sample Action set

Sample Actions.txt Photoshop CraftedActions set saved as a text file. This file has some additional comments I inserted describing how the actions work.

Example of the actions output  http://www.mouseprints.net/old/dpr/WM900x600.jpg

JJMack
c.pfaffenbichler
Community Expert
c.pfaffenbichlerCommunity ExpertCorrect answer
Community Expert
May 31, 2010

If you record a transform (command-T) and check the »Toggle dialog on/off«-field in the Actions Panel or use Insert Menu Item to include Edit – Transform in your Action that might work.