Make resized copies of pics in folders/sub-folders and retain folder structure?
August 21, 2006 10:08 AM
Subscribe
I have all my travel photos (about 10gigs) in a nice easy-to-use file structure that makes sense to me. I want to make a copy of it all with relatively low-res photos (~40kb/pic) and maintain the folder hierarchy for use with a PDA. I have irfanview and photoshop if that helps. I'm looking for a batch solution to do it all at once--it is a lot of folders. (Windows XP)
posted by wogbat to computers & internet (8 comments total)
Easiest way: make a complete copy of all your photos in another directory tree (~10 gigs) (so that you don't screw up your originals). Install Imagemagick. Use mogrify on the copy. I don't know off-hand how to do multiple directories at once in Windows, but you can certainly do one directory at a time, and with a little DOS batch file magic, I expect you can zap the whole batch at once.
Hmmm, what about forfiles? Forfiles in this recursive specification, mogrify them. Ought to work.
posted by jellicle at 10:28 AM on August 21, 2006