I have about 500~1000 images I need to resize from various source folders and in both portrait and landscape. For small jobs I automate this by recording a script that opens the save for web console and sets the maximum size of the x or y axis depending on whether it is portrait or landscape to 800 pixels and to maintain the aspect ratio. I then select a batch of images from my folder in ladscape or portrait and applythe relevant script.
The main problem with this approach is that I have to recreate the script every time I have a new batch of photos since the target folder to dump the resized images into needs to change for each source folder. Also I dont know how to auto detect the format of the image.
Does anyone have a solution to this problem that would ideally autodetect whether the image is portrait or landscape and resize appropriately, and that would intelligently place the final resized images into a new folder inside the source folder?
Any help appreciated
Stuart
The main problem with this approach is that I have to recreate the script every time I have a new batch of photos since the target folder to dump the resized images into needs to change for each source folder. Also I dont know how to auto detect the format of the image.
Does anyone have a solution to this problem that would ideally autodetect whether the image is portrait or landscape and resize appropriately, and that would intelligently place the final resized images into a new folder inside the source folder?
Any help appreciated
Stuart