Last year I timed myself on a standard product photo edit. Sharpen, color grade, add a vignette, resize for web, export as sRGB JPEG. I did it 47 times in one afternoon for a client delivering a full catalog shoot. The actual creative work took about 4 minutes per image. The clicking around took another 3. That’s 141 minutes of pure mechanical repetition across a single session, and I didn’t even catch it until I looked at my screen time log the next morning.
That’s the moment I stopped treating actions as a nice-to-have and started treating them like infrastructure.
What Photoshop Actions Are Actually Doing
An action is a recorded macro. Photoshop logs every step you take inside a session, and when you hit play, it replays those steps in sequence. Simple enough. But what makes actions powerful is that they operate at the same level as manual edits. A recorded Curves adjustment is identical in output to one you dial in by hand. There’s no quality loss, no approximation. You’re not applying a baked render; you’re re-executing the original instruction set.
This matters because it means you can record complex, non-destructive workflows. Record yourself adding an Hue/Saturation adjustment layer, clipping it to a Smart Object, setting the blend mode to Luminosity at 78% opacity, and that’s exactly what gets rebuilt every time you run the action. The layer stack, the mask, the blend mode, all of it. Photoshop isn’t guessing at what you did. It wrote it down.
How to Record Your First Useful Action
Open the Actions panel (Window > Actions). Click the folder icon to create a new set. Name it something specific. I use movie genres, which is a whole thing, but “Portraits - Skin” or “Product - Web Export” works fine too.
Click the new action icon (the page icon at the bottom of the panel). Name it, assign an F-key if you want a shortcut, then hit Record. Now do your edit. Every click, every setting, every layer move is being logged. When you’re done, hit the square Stop button.
A few things to keep in mind. If your action involves transforming a layer by a pixel amount, those pixels are absolute, which means the action will behave differently on a 3000px image versus a 1000px image. Use percentages in Transform operations instead. Also, if your action opens a dialog box like Levels or Curves, you can toggle a modal control (the small dialog icon next to the action step in the panel) so it pauses and lets you adjust the values manually each time. This gives you automation with a manual override, which is the best of both worlds for anything that needs image-specific tuning.
Building a Batch Process That Actually Works
Once you have a solid action, you can scale it across an entire folder using File > Automate > Batch. Set your source folder, select your action, set a destination folder, and choose your file naming convention. I use a prefix that includes the date stamp so exports don’t overwrite each other.
The one thing people miss here is the “Suppress File Open Options Dialogs” checkbox. If you’re processing RAW files, Photoshop will pause on every single one waiting for your Camera Raw input unless you check that box. Check it, and it pulls from the last-used Camera Raw settings, which means you want to open one representative file, set it exactly how you want, then close it before running the batch.
For a folder of 50 JPEG product shots at 4000 x 3000 pixels, a batch that includes sharpening, color grading, and a 1200px web export typically runs in about 8 to 12 minutes on my machine while I’m doing something else. That same work done manually is 90 minutes minimum. This is where the math gets interesting very fast.
The Organization Problem Nobody Talks About
I have over 400 custom actions built up over about a decade, and the only reason they’re still usable is because I organized them obsessively from the start. My system (yes, by movie genre, don’t judge me) means I know that anything in “Westerns” is a warm, dusty grade and anything in “Noir” is a high-contrast black and white treatment. The category tells me the mood before I even open the set.
Your system doesn’t need to be weird. “Client Work,” “Retouching,” “Export,” and “Experimental” are four sets that would cover most working photographers. The point is that an unsorted action panel with 200 unlabeled steps becomes useless faster than you’d expect. You’ll stop using it because finding the right action takes longer than just doing the work manually.
Export your action sets regularly as ATN files (select the set, then Edit > Export Selected Actions) and back them up somewhere outside your main drive. I learned this when a drive failed in 2019 and I lost about 60 actions I hadn’t exported. They weren’t irreplaceable, but rebuilding them cost me a full day.
Conditional Actions and the Droplet Shortcut
If you want to go one level deeper, Photoshop has conditional actions that branch based on document properties. Under the action step menu, Insert Conditional lets you say: if the document is landscape orientation, run Action A; if it’s portrait, run Action B. This is useful for export workflows where horizontal and vertical images need different canvas sizes or crop ratios.
Droplets take the batch process and turn it into a drag-and-drop icon on your desktop. Go to File > Automate > Create Droplet, point it at your action and output folder, and save the droplet anywhere you like. Now you can drag a folder of images directly onto that icon and the whole process fires without you opening Photoshop manually or navigating any menus. For repeating client deliverables, this is the workflow that pays for itself in the first week.
The single most valuable thing you can do this week is record one action for a task you do at least three times a day, time it once manually, then run the action and compare. That number will change how you think about your entire editing practice.
Comments
Leave a Comment