How do I write a Photoshop Extension (8BX) plugin?

Posted by Oliver Ahul on Stack Overflow See other posts from Stack Overflow or by Oliver Ahul
Published on 2010-01-28T19:24:37Z Indexed on 2010/06/08 11:02 UTC
Read the original article Hit count: 189

Filed under:

The Adobe Photoshop CS3/4 SDk has a lot of examples for Filter, Import, Export etc plugins but I havent found anything that illustrates how to write a 8BX plugin.

Reason I need to write one is to add a new drop down menu to the Photoshop root toolbar (where it displays File, Edit, Image .. Window. Help drop down menus). I have seen product like OneSoftware install an 8BX plugin into Adobe Photoshop CS3\Plug-Ins\Extensions directory that causes PS to add adrop down menu for OneSoft. That suggest this is a solvable problem :-)

I tried by changing an existing plugin in the SDlK samples but no go. Specifically i modified the resource file:

resource 'PiPL' (ResourceID, plugInName " PiPL", purgeable)
{
 {
  Kind { **Extension** },
  Name { plugInName "..." },
...

Despite using the Extension Kind , PS never loads the plugin. It doesnt generate any compile time or load error either.

Anyone has ideas on how to go about doing this ?

Thanks

© Stack Overflow or respective owner

Related posts about photoshop