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

Building Filter Plug In UI Components

Participant ,
Aug 26, 2012 Aug 26, 2012

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
2.2K
Translate
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

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.

Translate
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

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.

Translate
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

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.

Translate
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

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.

Translate
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
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.

Translate
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