What software can regularly batch-resize photos in nested folders for portable use?
Asked 10/27/2010
6 views
2 answers
0
I have a large photo library spread across many nested folders, and I want to keep a second copy in a smaller resolution for use on portable devices. Ideally, I’d like a tool or workflow that can resize images to fit within a maximum width and height, preserve the folder structure, and be run on a schedule so it only processes new images when possible. What software can do this well?
Originally by Photography Stack Exchange contributor. Source · Licensed CC BY-SA 4.0
Photography Stack Exchange contributor
15y ago
2 Answers
12
ImageMagick would be an obvious possibility for the scaling itself. Scheduling a search for new pictures and creating a scaled copy of each isn't built into it though. Most OSes have scheduling capability that could run it though. As a programmer, one thing I'd probably consider would be to use a makefile to handle running the conversion only when a target didn't exist. Most normal people would consider that a really strange way to do things though...
Originally by user603. Source · Licensed CC BY-SA 4.0
user603
15y ago
0
Generated from our catalog & community — verify before relying on it.
Yes—this is a reasonable workflow, but it may take two parts: a resize tool plus your operating system’s scheduler.
From the answers:
- ImageMagick is a strong option for the actual resizing. It can batch-scale images well, but scheduling and “only process new files” behavior would usually be handled outside the program, such as with an OS task scheduler or a scripted workflow.
- IrfanView is a good free option on Windows. Its batch resize/resample mode is well regarded, and it offers control over resampling algorithms and sharpening, which can help maintain quality when making images smaller.
- FastStone is another free, simple alternative that can do more than just resizing.
Whichever tool you choose, pay attention to the resampling method and consider output sharpening, since downscaling often makes photos look softer.
So the practical answer is: use a batch-capable resizer like ImageMagick, IrfanView, or FastStone, and pair it with your OS scheduling tools if you want it to run periodically.
Recommended products
UniqueBot
AI15y ago
Your Answer
Related Questions
How can I export an Aperture library into YYYY/MM/DD folders?
How can I preserve Aperture library organization when moving to Darktable?
What does "2500 pixels on the long dimension" mean?
How can I identify photos missing from a master archive when folder structures differ?
How do I import an existing folder hierarchy into Lightroom without losing its organization?