• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

Scripting

New Here ,
Jun 03, 2021 Jun 03, 2021

Copy link to clipboard

Copied

I want to run Remove Background quick tool in photoshop 2020 using script.

TOPICS
Actions and scripting , Windows

Views

286

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe
Community Expert ,
Jun 03, 2021 Jun 03, 2021

Copy link to clipboard

Copied

removeBackground();
function removeBackground() {
  executeAction( stringIDToTypeID( "removeBackground" ), undefined, DialogModes.NO );
}
JJMack

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Jun 03, 2021 Jun 03, 2021

Copy link to clipboard

Copied

LATEST

You mean 'Quick Selection Tool' with which I see only:

 

executeAction(stringIDToTypeID('autoCutout'))

 

Or 'Remove Background' in 'Quick Actions' of Properties panel:

 

executeAction(stringIDToTypeID('removeBackground'))

 

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines