Skip to main content
jessicak81992007
Participant
July 30, 2018
Question

Photoshop Automation Questions

  • July 30, 2018
  • 4 replies
  • 541 views

Hello everyone,

I’ve searched online and in numerous locations and I can’t seem to find a way to string this process together and really hope someone can walk me through this. I’m working on updating a retail’s store website with their products, so I’m pulling product images of all shapes and sizes from their vendor websites (usually via ftp or a login).

These are the next steps I follow:

  • I save all the vendor images into a folder, with a file structure as “Keyword_ManufacturerNumber_BrandName.jpg”
  • Then I place each image into a 440w x 600h size RGB, with white background file
  • Then “Save for Web” with the same file name as the placed file, with structure above
  • Saved into a new folder (for me to upload to the company’s e-commerce system)

I know there are actions, the automate > batch and the script > image processor options in Photoshop, but I’m unable to get this to work all at once.

Your help is greatly appreciated, as I spend a lot of time updating the vendor images for my client’s website.

Thank you immensely for your help, I would greatly appreciate it!

This topic has been closed for replies.

4 replies

jessicak81992007
Participant
July 31, 2018

This is a huge help! Thank you, I will try this process.

Stephen Marsh
Community Expert
Community Expert
July 31, 2018

This is a huge help! Thank you, I will try this process.

Let the forum know how you get on, the devil is in the details and the details are mostly unknown.

Stephen Marsh
Community Expert
Community Expert
July 30, 2018

There are many unknowns (are all backgroounds pure white or just near white, are some transparent, do you need to trim off white space for consistent sizing of products etc).

I am presuming that all backgrounds are pure white and that they are cropped close to the product edges for similar sizing/presentation.

1. Record a two step action, using Fit Image to just under the final desired size + a Canvas Size step to the final desired size using a pure white background extension colour:

2. Using the Image Processor script that ships with Photoshop, save out JPEG copies and process using the action. If you need PNG, then you can use a different script such as Image Processor Pro or Picture Processor, or include the PNG save step in your action and use the Batch command:

The originals:

The resized images saved to a different folder:

Your particular images may require different steps, there are many ways to achieve what you are looking for. As you already have the correct filenames, adjust the images to final size during processing so that the filenames are preserved.

Trevor.Dennis
Community Expert
Community Expert
July 30, 2018

Have a look at Variables and Data Sets

Creating data-driven graphics in Photoshop

Bojan Živković11378569
Community Expert
Community Expert
July 30, 2018

I will try to give you a tip on how to batch process images. From what I can understand you need to add white background around product images. This is the same thing as placing images into file with white backgrund, actually final result is the same with no difference because you need flat file for the web. This can be done using Canvas Size in Photoshop.

How to record action depend on dimensions of files that you need to process. If all your files are smaller than 440x600px then simply expand canvas size using action during batch process. Let me guess that some images are JPEG and other PNG. In that case you may need to record and additional steps.