Skip to main content
Participant
May 14, 2019
Question

How to start developing C++ Photoshop plugins ? Help, guides

  • May 14, 2019
  • 1 reply
  • 1248 views

Hello !
I am trying to develop C++ Photoshop plugins. I am reading SDK's documentation, but everything is so much outdated and all over the place.
Can anyone give us some tutorials / guides / help on how to start ?
Maybe we can create an guide sources post for everyone to use.

Thanks in advance !

This topic has been closed for replies.

1 reply

Participating Frequently
September 19, 2019

i only know something about develop plugin on windows platform. there is no difference than develop a DLL that exported a required function named as "PluginMain",  the only thing special you should take care is that the Plugin need a "pipl" in its resource, that is for the host to recognize and accept it, otherwise the host will refuse to load it.  For more details, you can check the SDK's documents.