Skip to main content
Known Participant
June 6, 2023
Pregunta

How to make photoshop contunue to work when particular command is not applicable to an image in batc

  • June 6, 2023
  • 2 respuestas
  • 511 visualizaciones

I am batch-processing images using image processor. I am constantly prompted to whether continue or stop when a particular command is not available to an image.

 

Is there any solution where Photoshop just continue processing further commands (and process rest of the images) without needing the user to click on "Contunue" button each time when it needs?

Este tema ha sido cerrado para respuestas.

2 respuestas

Stephen Marsh
Community Expert
Community Expert
June 6, 2023

There is a conditional action for an active selection, so a script may not be required.

c.pfaffenbichler
Community Expert
Community Expert
June 6, 2023

Good catch, @Stephen Marsh ! 

If a missing Selection is indeed the only trip-up then that’s sorted. 

 

@raeen , if there are other points of failure please post screenshots with the pertinent Panels (Toolbar, Layers, Actions [with the Action fully expanded], History, Options Bar, …). 

Bojan Živković11378569
Community Expert
Community Expert
June 6, 2023

There isn't magic button to instruct Photoshop to ignore warning messages or to skip not available commands. If one the same command or action step is always causing problem try to disable that step from playing, otherwise you must continue clicking OK button if random steps can not be executed.

raeenAutor
Known Participant
June 6, 2023

that action can't be disabled as further image processing depends on it.

Can't it achieved through script?

is it possible to convert those actions in scripts along with logic to skip those commands if that is not available to a particular and contunie processing further steps 

Bojan Živković11378569
Community Expert
Community Expert
June 6, 2023

Action can be converted to script, foir this and other advices wait @c.pfaffenbichler or @Stephen Marsh to see this thread.