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

Where can I download the Photoshop plugin SDK?

Explorer ,
Dec 16, 2023 Dec 16, 2023

I've been looking for the Photoshop plugin SDK for Windows (for making things like 8BF filter files, and 8BI image loading plugins, etc), but Adobe seems to have hidden those SDKs outside of Google's ability to find them with its web crawlers. I can't find any link via Google that even gets me to an Adobe downloads page that would let me download the SDK. The closest thing I get is the webpage for the Photoshop CS plugins SDK, which requires I do stuff in Javascript (not C++ like standard Photoshop plugins), and it seems to not be so much a Photoshop plugin as it is an Adobe ecosystem plugin (even requiring me to have an API key to make a plugin). It seems to be more of a "connected" thing (interfaces with the internet, more than interfacing with Photoshop). Even the file extension isn't the same anymore. Now it seems to be UXP too. I know for a fact this has nothing to do with classic Photoshop. This is some new thing for Photoshop CS, which I don't have. I have quite an older version of standard Photoshop, so all this UXP stuff is useless to me. Where can I download one of the old legacy Photoshop SDKs? I ask this here, because it seems Google can't find it.

TOPICS
SDK , Windows
3.3K
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
Explorer ,
Dec 16, 2023 Dec 16, 2023

I can't edit my above post. But I need to make a corretion. Every instance of me saying Photoshop CS was INTENDED to say Photoshop CC. My problem was that all the plugin SDK stuff on the Adobe site here now seems to be releated exclusively to Photoshop CC. What I need is to find the older SDKs for Photoshop classic (versions up through PS7 )and Photoshop CS (versions up through PS:CS6), and NOT what the SDK Adobe seems to be offering currently (which is only for PS:CC).

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
Engaged ,
Dec 17, 2023 Dec 17, 2023

You can grab PS SDK from > https://developer.adobe.com/console/servicesandapis
The links seems to be "meh"... so :
1. Click on link
2. You will see a menu bar with All Apis Events etc etc, 
3. Click on Downloads
4. Click on Photoshop at bottom middle (as of 2023/12/17)
5. View Downloads
6. Download your C++ SDK 

If you want to support old PS... then not quite sure, it "should" work but I never tried... 

I'm not sure if old sdk is still available tbh...

 

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
New Here ,
Apr 15, 2025 Apr 15, 2025

Hi,
I was looking for the same.
The idea was to make AI help me to develop a very simple yet still not existing plugin for Phs CS6.
The oldest available SDK  here seems to be for CC 2015 (I dont't know if this is backwards compatible).
Did you make any progress with your task?

regards
Bobby

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
Community Expert ,
Apr 15, 2025 Apr 15, 2025
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
New Here ,
Apr 16, 2025 Apr 16, 2025
LATEST

Thank you!
Meanwhile, Gemini had convinced me to do the project via a script, concidering my not existent C++ Knowledge. But maybe I will dare it in future. In any case, I got the SDK now, thank you Jeff.

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
Community Expert ,
Dec 17, 2023 Dec 17, 2023

As far as i can tell, Adobe has removed links to all the older sdks from their website.

 

Use the wayback machine and search for

www.adobe.com/devnet/photoshop

 

Some of the olders sdk for ps7 and earlier might be tough to find because one had to sign in and go through a form in order to download and in some years had to pay for the full sdk.

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