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

Adobe Photoshop Elements Plug In SDK

Participant ,
Jun 23, 2015 Jun 23, 2015

Copy link to clipboard

Copied

Hello,

Is there an SDK for Adobe Photoshop Elements Plug In?

What are the difference from Photoshop?

Is the "Parameterization" of the Plug In available under Elements?
Are ExtendScript Dialogues available under Elements?

Thank You.

TOPICS
SDK

Views

1.0K

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 Beginner ,
Jul 02, 2015 Jul 02, 2015

Copy link to clipboard

Copied

There is no separate SDK for Elements. Plugins created with the Photoshop SDK should work in 99% of all cases in Elements too. Elements does not have all functionality of Photoshop, so an automation plugin cannot use all Photoshop functionality in Elements. You can run JavaScript/ExtendScript code that display dialogs from an automation plugin by using the JS Scripting Suite of the Photoshop API. That works in Elements too.

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
Participant ,
Jul 02, 2015 Jul 02, 2015

Copy link to clipboard

Copied

Hi,

Do you mean that if I have a GUI based on ExtendScript it should work?

Even the parameterization?

Do you have access to Adobe Photoshop Elements?

Thank You.

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
Community Beginner ,
Jul 03, 2015 Jul 03, 2015

Copy link to clipboard

Copied

I have no idea what you mean with "parameterization".

As I said you can run JavaScript code from an automation plugin (I have not tried for other plugin types yet) and the JavaScript code can return a string back to the plugin, which the plugin can then evaluate. So you can have a "ExtendScript GUI" for an automation plugin if you want.

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
Participant ,
Jul 18, 2015 Jul 18, 2015

Copy link to clipboard

Copied

LATEST

Hi,

So say we have a JSX file, where should I put it to make it available on Photoshop Elements?

In Photoshop I put in Scripts folder under Presets.

Thank You.

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