Skip to main content
Participant
June 17, 2009
Question

Communication between Automation and Filter Plugin

  • June 17, 2009
  • 1 reply
  • 953 views

Hi,

I am new into plugin development and have recently developed a Filter Plugin which seems to be working well except for one usecase which I missed during the development process.

I need to increase the document or canvas or image size within the filter. The documentation provided for SDK says that I cannot increase the canvas size within Filter Plugin and I have to use other plugin types like Automation or Export modules.

So I explored Automation module with the hidden plugin interface and this seems to work fine in my case where I can invoke my filter within the Automation Plugin. But how can I communicate betwee the Filter Plugin and Automation Plugin when the Document size needs to be increased while my Filter Plugin is still running.

Your help is well appreciated.

thx

Chidu

This topic has been closed for replies.

1 reply

ChiduRAuthor
Participant
July 14, 2009

- Is it possible to access the pixel data of the currently opened document from the Automation PlugIn ?

- Can I use Automation PlugIn to manipulate the pixel data without using another Filter PlugIn (like Hidden Filter) ?