Recursively resize images from one directory tree to another?
Posted
by
davr
on Super User
See other posts from Super User
or by davr
Published on 2011-02-28T21:07:12Z
Indexed on
2011/02/28
23:27 UTC
Read the original article
Hit count: 316
I have a large complex directory tree full of JPG images. I would like to create a second directory tree that exactly mirrors the first, but resizing all the images down to a set size (say 2000x1500 or something) and quality (perhaps 85%).
Is there any tool that would allow me to easily do this on Windows? I could write some scripts to automate it with bash and image magick, but first want to see if it's already been done. Faster is better too, as I have thousands of images. So something like Photoshop is probably not a good solution as it might take a couple of seconds per image.
© Super User or respective owner