Batch Automation in Photoshop: Process 100 Images While You Sleep
I’ve spent countless hours watching Photoshop do the same thing over and over. Resize, color correct, add a watermark, export. Resize, color correct, add a watermark, export. About six months ago, I decided this was insane and dived deep into batch automation. What I discovered completely changed how I approach production work.
If you’re still manually applying the same edits to dozens or hundreds of images, you’re wasting time you could spend on actual creative decisions. Let me walk you through exactly how to set this up.
Understanding the Batch Automation Stack
Photoshop’s batch automation isn’t one feature—it’s a combination of three things working together: actions (recorded steps), batch processing (applying those actions to multiple files), and droplets (automated folders that process images automatically).
Most people only use one of these. The real power comes from understanding how they work together.
Creating an Action Worth Batching
Before you batch anything, you need a solid action. Here’s my process:
Open an image that represents your typical file. Go to Window > Actions and create a new action set (I name mine by project). Hit the record button and perform your exact workflow: resize, adjust levels, apply filters, everything.
Here’s the critical part: use relative paths and dynamic input fields wherever possible. When you resize, use “percent” instead of specific pixels. When saving, enable “Override Action ‘Open’ Commands” in batch settings rather than hard-coding file locations into your action.
I typically make test runs on 5-10 images before committing to a batch of 500. One misaligned step multiplies across your entire library.
Running Batch Processing the Right Way
Navigate to File > Automate > Batch. This is where most people mess up their first attempt. Here are my non-negotiable settings:
Source: Choose “Folder” and select your input directory. Make sure “Suppress File Open Options” is checked—otherwise Photoshop will ask you about color profiles 200 times.
Destination: This matters more than you’d think. I use “Folder” and create a dedicated output folder for each batch run. If something goes wrong mid-process, I haven’t corrupted my originals. I also set Naming to something specific like “Filename + .jpg” so I can track what was processed.
File Naming Options: Use the dropdown menu to create systematic names. I usually do something like “BATCH_001_Filename” so I can instantly see which images came from automation versus manual edits.
Override any action dialogs—you don’t want Photoshop pausing for input on image 47.
The Droplet Workflow (My Favorite)
Once you have a tested action, create a droplet. Go to File > Automate > Create Droplet. This generates a tiny application file that processes images the moment you drag them onto it.
I keep droplets on my desktop for my most-used workflows: “Resize for Web,” “Print Prep 300dpi,” “Add Watermark.” It’s faster than navigating menus, and my team can use them without understanding Photoshop at all.
The real magic happens when I combine droplets with folder monitoring tools (like Hazel on Mac or similar Windows alternatives). Set it to watch a folder, and every image that lands there automatically processes through multiple droplets in sequence.
Practical Example: Ecommerce Product Photos
Here’s a real workflow I use constantly: I receive 150 product photos from a client. I need them all at 1200x1200px, color corrected to a standard profile, with a subtle drop shadow, and saved as optimized JPEGs.
- Record an action doing exactly that to one image
- Test it on 10 images (this took me 2 minutes to spot that my shadow color was off)
- Create a batch job pointing to the full folder
- Walk away—Photoshop handles all 150 in about 45 minutes
Without automation, that’s 6+ hours of manual work.
The Honest Reality
Batch automation isn’t perfect. Complex compositions, varied image dimensions, and unusual color spaces can cause issues. Sometimes you’ll need to manually touch up 5-10% of a batch. But you’re still ahead by orders of magnitude.
Start small. Automate one simple workflow. Once you see how much time you reclaim, you’ll start looking at every repetitive task differently. That’s when batch automation stops being a feature and becomes your secret productivity weapon.
Comments (3)
Love how you break this into manageable steps instead of one giant wall of text.
Would love to see a video walkthrough of this process. Any plans for that?
Tested this with a few of my older photos and I'm genuinely impressed.
Leave a Comment