Skip to main content
Inspiring
June 8, 2018
Answered

create scanner action

  • June 8, 2018
  • 2 replies
  • 935 views

I am trying to reduce the number of steps required to scan, but actions dont seem to work right.

create new action "scan grayscale"

record menu item "WIA support"

double-click that and go through the details:

- first page - an image folder is there, and it asks whether to use a dated subfolder

- second page - select (the only available) scanner

- third page - choose grayscale and click "scan"

Now, when I play the action, I will go through these same three pages rather than starting the scan right away.

This topic has been closed for replies.
Correct answer Mylenium

The action probably works right. All those panels are produced by your scanner driver via the Windows WIA API and are beyond PS's control. if your scanner doesn't support an alternate "advanced" mode or has a legacy TWAIN-compatible mode, it is unlikely you wil lfind any way to suppress those dialogs. It's just how WIA works.

Mylenium

2 replies

JJMack
Community Expert
Community Expert
June 8, 2018

Not all Photoshop feature have Action support programmed in where they will record the setting used in their dialog while you are recording an action step. Features like WIA scanning is an interactive process that has several dialogs that must be use to select which scanner and to set options for the  scanner then start the scan. WIA does have some Action support some settings are recorded into the action step being recorded for the first WIA Dialog  the step should start in the interactive start scan dialog where you select the scanner.

Some feature that do support Action Recording can be made interactive in an action the inserting the menu item in the action rather then recording the actual feature in a step.

JJMack
Inspiring
June 11, 2018

well ,that is sort of bad news...

I will give it a try later and see whether it remembers at least settings from the first dialog page

Mylenium
MyleniumCorrect answer
Legend
June 8, 2018

The action probably works right. All those panels are produced by your scanner driver via the Windows WIA API and are beyond PS's control. if your scanner doesn't support an alternate "advanced" mode or has a legacy TWAIN-compatible mode, it is unlikely you wil lfind any way to suppress those dialogs. It's just how WIA works.

Mylenium