alexsm opened this issue on Dec 03, 2009 · 4 posts
alexsm posted Thu, 03 December 2009 at 3:43 AM
Hello.
I need to resize the photographs to one size, from other cameras.
When I do resize with automatic fit, the final result is not individual to all photographs, because every photo was do with another camera and at another sizes. What can be solution for fix to one standard size at all photos?
Thanks, Alexsm
retrocity posted Fri, 04 December 2009 at 7:11 AM
what method did you use for your "automatic fit" ? ?
i'd set up an ACTION to handle the resize problem.
let me know if you want help with setting up the ACTION.
scott
alexsm posted Fri, 04 December 2009 at 8:39 AM
I do it with action. the problem in finall resoult. for example, I have 2 images
A=3072 * 2304 , B= 3888 * 2592
after resize
A= 800 * 600 , B 800*533
and etc....
And I nead all at one size, to put at standart (static) frame window at Affter Effects.
I try to use "FastStone Photo Resizer", and not find good solution for this.
Thanks, AlexSM.
dreamer101 posted Fri, 04 December 2009 at 11:42 AM
Resizing images of different sizes to one size can be a challenge. You can do it in a couple of actions. First resize the width to 800 with one action. Then take the resulting folder and do a second action. The second action would be a canvas resize. Resize canvas height to minimum height of the images from the first action (533 in your sample of those 2) with anchor in center. This will crop the top and bottom of images.
It can be done the other way around. Resizing the image height then resizing canvas width.
Either way there would have to be some cropping. In that example there would be a 33 and 34px (67px divided by 2) crop on top/bottom or left/right side.