You just shot a 500-image event. Every photo needs resizing, sharpening, a watermark, and export to JPEG. Doing that manually would take your entire weekend. Or you could let Photoshop do it in about eight minutes while you make coffee.
This is the power of batch processing, and it’s shockingly easy once you know the pieces.
Step 1: Record an Action
Actions are Photoshop’s macro system. You record a sequence of steps, and Photoshop replays them exactly.
- Open the Actions panel (Window > Actions)
- Click the folder icon to create a new set (call it “Batch Processing”)
- Click the new action icon (the + button)
- Name it something descriptive like “Resize Sharpen Watermark Export”
- Hit Record
Now perform every step you want automated on a single image:
- Image > Image Size to resize
- Filter > Sharpen > Unsharp Mask for sharpening
- Place your watermark file, position it, set blend mode and opacity
- File > Export > Export As for your output settings
- Close the file without saving
Hit the Stop button. Your action is recorded.
Step 2: Test on One Image
Before you let this loose on 500 files, test it. Open a different image, hit Play on the action, and watch it run. Does the resize look right? Is the watermark positioned correctly? Does the export save where you want?
Fix any issues by deleting steps in the action and re-recording those parts. Getting the action right is worth the time — a mistake multiplied by 500 is a bad afternoon.
Step 3: Run the Batch
Go to File > Automate > Batch. Here’s how to fill in the dialog:
- Set/Action: Select your recorded action
- Source: Choose Folder and navigate to your input images
- Override Action “Open” Commands: Check this if your action includes an open step
- Destination: Choose Folder and pick your output directory
- Override Action “Save As” Commands: Check this to use the batch destination instead of whatever path you recorded
- File Naming: Set up your naming convention
Hit OK and watch Photoshop tear through your images.
The Image Processor Alternative
For simpler batch operations — just resizing and format conversion — Photoshop’s Image Processor is even easier.
File > Scripts > Image Processor gives you a streamlined dialog:
- Select your source folder
- Choose save location
- Pick format (JPEG, PSD, TIFF) with quality settings
- Set resize dimensions
- Optionally run an action on each image
This is perfect for quick batch exports where you don’t need complex operations. I use Image Processor for 80% of my batch work and full Batch for the rest.
Droplets: One-Click Batch Processing
Want to make it even easier? Create a Droplet. Go to File > Automate > Create Droplet. This saves your batch settings as a standalone application. Drag a folder of images onto the droplet icon, and processing starts automatically.
I keep droplets on my desktop for common tasks:
- “Web Export” — resize to 2000px wide, sharpen, save as JPEG at 80%
- “Print Prep” — convert to sRGB, sharpen for print, save as TIFF
- “Instagram” — resize to 1080x1080, add slight sharpening, export JPEG
Tips for Reliable Batch Processing
Use relative positioning for watermarks. If your action places a watermark at absolute coordinates, it’ll be in the wrong spot on different-sized images. Use percentage-based positioning or anchor to a corner with an offset.
Handle mixed orientations. If your batch includes both landscape and portrait images, your resize action needs to account for that. Use “Fit Image” (File > Automate > Fit Image) instead of absolute pixel dimensions — it constrains the longest edge without distorting.
Save your actions. Export your action set regularly. Actions live in Photoshop’s preferences, and a preferences reset wipes them. Click the set folder, then use the Actions panel menu > Save Actions.
Process in batches of 100-200 if your computer has limited RAM. Photoshop can develop memory leaks during long batch operations. Breaking it up prevents crashes at image 487.
Batch processing turns hours of monotonous clicking into minutes of automated work. Once you build a library of reliable actions, you’ll wonder how you ever edited without them.
Comments (4)
Dave, you make Photoshop actually fun to learn. I'm sharing this with all my retouching students — shortcuts are the first thing I teach.
This answered a question I've been struggling with for weeks. Thank you!
I disagree slightly on the the final step — I find that a slightly different approach works better for me. But great article overall!
The tip about adjusting the opacity gradually was the game-changer for me. Never would have thought of that.