Why “Fast Enough” Is a Lie Your Current Workflow Tells You
Last year I quoted a job for an e-commerce client: 400 product images, white background, consistent shadow treatment, two export sizes. Standard stuff. The client’s previous retoucher had been delivering batches like this over three to four days. I delivered in one afternoon.
That wasn’t because I worked faster. It was because I stopped working manually somewhere around 2011, and I’ve been refining systems ever since. The difference between a retoucher who’s “pretty quick in Photoshop” and one who’s built an actual workflow infrastructure is not talent. It’s architecture.
So let me walk you through the tools and structures that do the real work in my pipeline, because most articles on this topic bury the specifics under adjectives. I’m going to give you numbers.
The Action Stack: How Photoshop Actions Actually Function Under Pressure
Most people understand that Photoshop actions record and replay steps. Fewer people think carefully about what makes an action brittle versus reliable at scale.
The core issue is modal steps. Any action that pauses for user input, that throws a dialog box, will break a batch run. When I build actions for client workflows, I test every single step in Batch mode first, with “Suppress File Open Options Dialogs” and “Suppress Color Profile Warnings” both checked. Those two checkboxes, sitting in the Batch dialog under File > Automate > Batch, are responsible for more failed overnight runs than any other setting I’ve seen.
Beyond that, I build my actions in functional layers: a base correction action, a resize action, and an export action. Never combined. Keeping them modular means I can swap out one component without rebuilding everything when a client changes their output specs, which they always do.
I use the Scripts > Image Processor route for multi-format exports rather than baking export into the action itself. Image Processor handles JPEG and PSD outputs simultaneously, preserves folder structure, and lets me set JPEG quality independently per run. For quality, I almost never go below 10 out of 12. The file size difference between 10 and 12 is often under 15%, but the perceived quality gap when someone prints is real.
Bridge vs. Capture One vs. Photo Mechanic: Picking the Right Sorting Layer
Photoshop doesn’t live alone in my workflow. The tool that feeds it matters just as much.
For pure culling speed on large commercial shoots, Photo Mechanic is still unbeatable. It renders previews from embedded JPEGs rather than decoding the raw file, which means you’re tagging selects at something close to real-time on a 500-shot job. I pay $200 for the Plus version and it’s saved me more time than almost any other single purchase. If you’re still culling in Bridge, I’d estimate you’re losing 40 to 60 minutes per 300-image shoot to preview rendering alone.
Bridge earns its place as the hub that connects back to Photoshop and Camera Raw. I use it for applying metadata templates, running batch renames before delivery, and kicking off Image Processor runs. It’s free with Creative Cloud and underused. The Filter panel in Bridge, specifically filtering by rating and label color, lets me pull subsets for different export treatments without duplicating files.
Capture One I use selectively, mainly when a client’s colorist has set up a session-based tethering workflow that I need to plug into. Its processing quality is excellent, but the real advantage for studio work is the Styles system. A Capture One Style is roughly equivalent to a Lightroom preset applied at the raw processing stage, before any pixel editing. For consistent product photography, that upstream consistency reduces correction time in Photoshop significantly.
The Personal System: Color-Coded, Backed Up, and Tracked
I keep a spreadsheet. I’ve kept it for years. Every action set I’ve built has a logged estimate of time saved per use, number of uses, and total hours recovered. Right now that number sits at over 2,400 hours. People find this either impressive or alarming, and I think both reactions are reasonable.
The reason I track it isn’t vanity. It’s because the number tells me where to invest. If an action saves me 45 seconds per image and I run it on 200 images a week, that’s 2.5 hours every week, 130 hours a year, worth building carefully and maintaining. If something saves me 10 seconds and I use it twice a month, it’s not worth the time to refine it.
I also color-code my action sets in Photoshop using the color labels available in the Actions panel menu. Red for destructive operations that can’t be undone. Green for export-safe, non-destructive actions. Yellow for anything that requires a sanity check before running at scale. Three colors. Everyone who touches my system knows what they mean.
Folder Structures and Naming Conventions That Don’t Collapse at 2am
None of the tool choices above matter if your file organization falls apart under deadline pressure.
My standard job folder structure has five levels: Client, Year-Month, Job Name, then three subfolders: RAW, Working, and Delivery. Working contains a Photoshop subfolder and a Scratch subfolder. Delivery contains versioned folders labeled v1, v2, and so on. Every file name includes the job code, shot number, and version suffix. A typical delivery file looks like: ACMEBrand_001_v2.jpg. Unambiguous, sortable, searchable.
I use a free tool called A-Better-Finder-Rename on Mac to batch rename before any files enter my working folder. Renaming at the asset management stage, before you start editing, prevents the cascading confusion of files named DSC_4471_final_FINAL_USE_THIS.psd.
The single most important habit in workflow optimization is designing for the moment when you’re tired and behind and someone is calling you. Your system should be so clear that you can navigate it correctly at that moment without thinking. That’s the actual standard, and most workflows don’t meet it.
Comments (1)
Bookmarked. Coming back to this one for sure.
Leave a Comment