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

Building Filter Plug In UI Components

Participant ,
Aug 26, 2012 Aug 26, 2012

Copy link to clipboard

Copied

Hello,

I am a developer with background of developing After Effects Plug In's.

I would like to develop a Plug In for Photoshop - Filter Plug In.

I was wondering which componentes of the UI does the Photoshop SDK provides.

I am interested in a simple UI:

  • Sliders.
  • Checkbox.
  • Drop Down Lists.
  • Preview.
  • Zommed In Preview.

Namely, functionality just like the built it Gaussian Blur would be OK by me.

Does the SDK provide all that just as easy it is provided in After Effects or do I have to use a special UI library for that?

Thank you.

TOPICS
SDK

Views

2.1K

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
Aug 27, 2012 Aug 27, 2012

Copy link to clipboard

Copied

Photoshop does not have an API for creating a UI.

You will need to use the OS supplied API or Qt.

NOTE: In older versions of the Photoshop SDK we had the ADM (Adobe Dialog Manager) suite. It is no longer supported, never worked in 64 bit Macintosh and should be avoided.

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 ,
Aug 27, 2012 Aug 27, 2012

Copy link to clipboard

Copied

Hi,

Too bad.

I can manage the algorithm part of programming, I hopt the UI won't be a deal breaker.

I wish you created something like we have in After Effects.

Really simple, up to the simple internal plug in's UI (Gaussian Blur for instance).

Does anyone has a recommendation for a simple as possible library which works on Windows and MAC OS?

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
Participant ,
Sep 17, 2012 Sep 17, 2012

Copy link to clipboard

Copied

Found some helpful data here:

http://qt-project.org/forums/viewthread/5987/#98022

Yet I'd be happy if some of Adobe's people would share more info to how to do it correctly.

Thanks.

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 ,
Oct 10, 2012 Oct 10, 2012

Copy link to clipboard

Copied

Tom,

How could we ask for a feature to have somekind of built in GUI for Plug Ins?

Something really simple as in After Effects.

Displaying the result on the main image, having Sliders / Checkboxes / Drop Down List on the right.

Something like you have for the Properties Panel for Adjustment Layer or Even things as simle as we have in Gaussian Blur Filter.

Something even better would be something like the Blur Gallery.

Thanks.

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
Oct 10, 2012 Oct 10, 2012

Copy link to clipboard

Copied

LATEST

Asking here is a good start. That request has come in before. I'll +1 your request to the list. Another place to post such a request is here: http://feedback.photoshop.com/photoshop_family the more folks +1 it the better chance it has getting in.

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