I have a constant need to resize photos, often hundreds or even thousands at a time. Additionally, I require that when resizing, I keep the original file separate from the smaller, resized file. There are many ways to resize files on the Mac, but with the advent of file versioning, most of them convert the existing file which I didn’t want.
My requirements were simple: Resize a directory or selection of photos, all to the same size (1600 pixels on the longest side), placing the resized photos into a subdirectory called, “Web” while leaving the originals untouched. I wanted this specific set of steps because I had previously been using a wonderful Windows program called Thumbnailer that let me do just that. Thumbnailer was the only program that I still needed Windows for, and I desperately wanted to stop using Windows, so I came up with this Automator script which is much simpler to use. Here’s how you can make one just like it. Read More








