Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Batch Processing for adding a specific frame to an image

New Here ,
Feb 15, 2022 Feb 15, 2022

Hello all,

I am hoping you can help me with what I imagine is a simple batch process, that said I cannot figure this out or get this to work.

I am trying to merge 2 images. One image is a border, the other is an image. I am trying to 'add' the frame/border to all the images in a designated folder. The images are already sized correctly, all i need to do is automate the two layers to be merged, centralise everything, and then export as one image to a location on my computer. 

The frame/border is below, is anybody able to assist me with how to set up this action/batch process etc. The border is just a .png file saved on my desktop, and the image are in a folder on my desktop.

 

Thanks in advance

TOPICS
macOS
1.5K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe
Community Expert ,
Feb 15, 2022 Feb 15, 2022

Record an action that places the frame on an image.

 

Or you could record an action that opens the frame and copies the content to the clipboard, then closes the frame document and then pastes the frame on the open image.

 

The automate/batch command would then be used to save the files, or one could use image processor or image processor pro scripts to run the action and do the same.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Feb 15, 2022 Feb 15, 2022

Thanks Stephen, that is exactly it. Do you have any steer on litrature or videos that could show me how to do this? Thank you again

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Feb 15, 2022 Feb 15, 2022

Start here:

 

https://helpx.adobe.com/photoshop/using/creating-actions.html

 

You can search the web for many videos on creating and using actions, batch, image processor, image processor pro etc.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Feb 15, 2022 Feb 15, 2022
LATEST

If you have frame and images at exactly same dimensions and resolution then open any imagethen:

 

  • Start recording action:
  • Go to File > Place or Place Embedded and navigate to frame, double click on it and confirm placement.
  • Stop recording action.
  • Use File > Scripts > Image Processor, for example, choose folder with images to process and include action 

run action during batch.jpgexpand image

 

Note: image name and file path is hard coded into action step. Do not rename or move frame image.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines