Skip to main content
wong168
Known Participant
February 1, 2021
Question

create action to place embed photo

  • February 1, 2021
  • 2 replies
  • 2005 views

hi,

i open a photo in photoshop and have created a transparent background for the photo. after this, i like to place embed a photo from a folder with multiple photo files...

i like to create an action to do a batch of photos. it is ok for the action to place embed only one photo file.

i open a photo A and place embed a photo 1...

i open a photo B and place embed a photo 1... etc...

i do not know how to have an action to place embed with different photo files...

i open a photo A and place embed a photo 1...

i open a photo B and place embed a photo 2...

i open a photo C and place embed a photo 3...

i open a photo D and place embed a photo 4... etc etc...

any solution for the action to embed photo 1, 2, 3, 4, etc...

cheers & thanks...

cwong

This topic has been closed for replies.

2 replies

JJMack
Community Expert
Community Expert
February 2, 2021

It is hard to deal with sizes and file names in actions.  Adobe Photoshop  Action feature only has a conditions step that can inserted into actions that can a small number of document and layer conditions. There  are pain  to deal with for multiple actions in the same action set need be recorded before you record an action you insert a conditional step into to play other actions.  You can not pass files list to action or deal with image sizes because action are recorded photoshop steps that have recorded settings.  You can not use logic to change step settings or process passed file list.   You can make some action steps interactive where you can change  the recorded setting using when the action is played.  However, if you  make many steps in an action interactive only you will be able to use the action because you know how it works still it will not be easy to use  you not really automated a process you have created an interactive process which is hard to use. 

 

The Processing you want to do  requires the use of some logic you should look into Scripting Photoshop.

 

You may be able to create template and populate them automatically or interactively using scripts in my  Free Photoshop Photo Collage and Mockup Toolkit  Multiple Mockup Templates can be populate is a single Batch mockup run.  Only one collage template at a time can be populate with my Batch collage populating scripts.

 

Photoshop Place is strange. Scripting Place and dealing with Smat Object layers is complex.

JJMack
Stephen Marsh
Community Expert
Community Expert
February 1, 2021

 

i open a photo A and place embed a photo 1...
i open a photo B and place embed a photo 1... etc...

 

 

This is possible with Batch command and Action, as "photo 1" never changes, this is what would be recorded into the Action. The Batch command would open "photo A" and "photo B" etc., so these would not be recorded into the Action. Some layer re-ordering may be required and possibly other steps, it is hard to comment without any visuals or samples.

 

 

i open a photo A and place embed a photo 1...
i open a photo B and place embed a photo 2...

 

 

This is very different, I believe you would need a script, not a Batch Action – as you wish to "pair" two different files and repeat.

 

wong168
wong168Author
Known Participant
February 1, 2021

stephen,

i have done with option 1 without any problem in an action...

i do not know how to do with option 2 in an action ... no need to do a pairing (could be random), it is ok as long as it is a different photo to place embed...

need help to have a solution ... how to do with a script??? i have no idea in writing a script....

thanks and cheers,

cwong