Skip to main content
Participating Frequently
June 13, 2023
Question

How to insert a manual crop step in an action then continue?

  • June 13, 2023
  • 1 reply
  • 784 views

I'm trying to build a Photoshop action to process large numbers of high resolution images with abitrarily located image content, with the aim of centering the content in a fixed proportion and resolution crop, with the ultimate goal of a consistant placement in the resulting files.

 

As part of doing so, I'm trying to figure out how to include a step which prompts the user to crop the active image with a 800x800 pixel crop preset, then continue on with the rest of the action. Can anyone offer advice how to do this, as I don't seem to be able to find a way to do so in an interactive way, that can then continue other action steps.

1 reply

Zesty_wanderlust15A7
Known Participant
June 13, 2023

Record any 800x800 crop (or your generally most desirable one), then tick that space to get the dialog icon.

If you want it to appear somewhere most beneficial in relation to the different docs, record it while your ruler is set to percentage. For example, if you record it perfectly in the middle, it should appear in the middle of any doc.

Zesty_wanderlust15A7
Known Participant
June 13, 2023

You'll possibly have to record it with a selected Crop Tool preset that is set to 800x800; not just simply make a 800x800 crop, cos then the user is more likely to (accidentally) change it.  I would have to try to see what could happen — maybe it's alright if you already specified 800x800.

Participating Frequently
June 13, 2023

Thank you all for your input. I was able to use this info to complete an automation that achieved what is desired (despite the Custom 'Export for Web' naming settings not behaving correctly).