Skip to main content
Known Participant
October 27, 2008
Question

Image pixels access from Automate plugin

  • October 27, 2008
  • 1 reply
  • 573 views
Hi.
I need in access to the layers image (like ReadLayerDesc). and also I need to get access to the layer info (like a text of the layer, smartobject...) via sPSActionControl, which unaccessable from export plugin. So, I need create 2 plugins and call automate from export (or export from automate) and get the returned values; or create automate plugin which will have acces to the ReadLayerDesc and read from port routines..
is it possible to do second choice (and how)? or first?
wbr Dmitry
This topic has been closed for replies.

1 reply

Participating Frequently
November 7, 2008
This is classical problem, you can solve it by implementing two plugins - automation and export. It's working well. See "hidden" example.
And it is not so much work to do.