Skip to main content
Participating Frequently
October 27, 2023
Answered

Batch resizing different aspect ratios

  • October 27, 2023
  • 1 reply
  • 1623 views

Hello, I want to resize a batch of images in Photoshop and have the long edge same pixels for both vertical and horizontal images.  I can't find a solution to resize them by “Long Edge” as it is on Lightroom. So if I create an action where I set the height to 2700 pixels (long edge of verticals) all the horizontal ones will be a lot higher in pixels. Is there any workaround?

Correct answer Stephen Marsh

You can record the fit image command into an action with 2700px set for both width and height. This can then be run via the batch command.

 

You also have the same option in the Image Processor script or the add on Image Processor Pro script.

1 reply

Stephen Marsh
Community Expert
Stephen MarshCommunity ExpertCorrect answer
Community Expert
October 27, 2023

You can record the fit image command into an action with 2700px set for both width and height. This can then be run via the batch command.

 

You also have the same option in the Image Processor script or the add on Image Processor Pro script.

Participating Frequently
October 27, 2023

Thanks for the reply, what you mean with fit image command? I can't find it. I'm trying to install image processor Pro without success.

Participating Frequently
November 7, 2023

File > Automate > Fit Image.

 

It's a special script that allows the values entered to be captured by an action recording just like native features are recorded.

 

The standard Image Processor script that ships with Photoshop might be enough for you.

 

Image Processor Pro does require special manual installation from the .zip file (avoid the .zxp method).

 

https://sourceforge.net/projects/ps-scripts/files/Image%20Processor%20Pro/v3_2%20betas/

 

Other alternative scripts:

 

https://github.com/SetTrend/Raw-Image-Converter

 

https://www.marspremedia.com/software/photoshop/batch-multi-save

https://www.marspremedia.com/software/photoshop/batch-web-images

https://github.com/Paul-Riggott/PS-Scripts/blob/master/Picture%20Processor.jsx


Worked nicely thank you!