I've got tens of thousands of product images that I need to resize (constraining proportions) so that the largest dimension (height or width) is 500 pixels.

The images are in all kinds of sizes, some are perfect squares while most are either tall or wide. I can easily batch resize based on either height or width. The problem here is that if I resize a tall image based on width, it becomes very small etc.

Any ideas on the most practical way to standardize these images so that the largest dimension is 500 pixels?

link|improve this question
feedback

3 Answers

up vote 8 down vote accepted

In Photoshop, Files -> Scripts -> Image Processor.

Enter 500 for both Width and Height and check Resize to Fit. It will maintain the correct aspect ratio and resize the longest dimension to 500.

link|improve this answer
Thank you very much. That was it exactly it. – Stuart Aug 13 '09 at 14:53
feedback

This DPChallenge forum thread has a Javascript for CS4.
Resize Action in CS3 for portrait OR landscape

link|improve this answer
feedback

This is something Adobe Photoshop Lightroom is MUCH better at. Photoshop will work, as hyperslug explained, but if you plan on doing this a lot in the future you might want to give the free Lightroom trial a spin and see if it saves you some time.

link|improve this answer
Ahhhh crap. Didn't realize this was so old. I'm not so convinced the related posts on the right are helpful... – Corey Ward Nov 5 '09 at 21:26
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.