Photoshop Action for 8‑Panel Stitching Keeps Failing: How to Avoid ‘Select Layer’ Steps?
Hi Everyone. I am new to photoshop and this community. I’m trying to build a reliable Photoshop Action that stitches 8 wallpaper strips into one large panel for print production. Each strip is 8700 px wide, 45000 px tall, with a 220 px overlap, so the final stitched width should be 68060 px.
My goal is to automate this so I can batch‑process hundreds of files.
The problem
No matter how I record the Action, Photoshop keeps returning errors like "the command transform is not currently available" or "The command select is not currently available" when running the action. These cause the Action to fail during batch processing or the action silently stops before saving, so Batch produces no output files.
I’ve tried:
- Relative transforms (+8480 px)
- Absolute transforms (setting X to 0, 8480, 16960, etc.)
- Avoiding Transform Again
- Avoiding clicking layer names
- Converting to Smart Objects
- Ensuring no selections are active
- Removing all visible “Select” steps
Despite this, Photoshop still records layer‑targeting steps or fails during batch execution.
What I need help with
I’m looking for a stable, repeatable method to:
- Stitch 8 identical strips horizontally with a fixed overlap
- Avoid all layer‑name dependencies
- Avoid any “Select Layer” steps
- Ensure the Action can run in Batch and actually save output files
- Ideally use absolute X‑positioning or another reliable approach
If anyone has a proven technique for stitching multiple layers in Actions without Photoshop inserting layer‑specific selection steps, or a better architectural approach (Smart Objects, scripts, etc.), I’d really appreciate guidance.
Thanks in advance — this is for a high‑volume wallpaper production workflow, so stability is critical.