batch resize of images
hey,
i want to do the following, automatically:
for a directory of images, resize to 700 px wide (maintaining aspect ratio obviously),
the copy to /small,
then resize all in /small to 120 x 160 px wide, and if it isn't in the correct aspect ratio, crop it then resize it
is there any free, easy tool to do this? (in windows)
(and want to do it locally without having to load up a local server, so not doing it in php)
|