Page 1 of 1

Passing an artLayer to an ExternalObject call

Posted: Fri Dec 16, 2016 7:57 am
by ApWizard
Hello guys!
So, is this even possible?
Scenario:
use external object, called from an extension, to manipulate an image and get it back to Photoshop.

Ideally a button (or some other components, like a slider etc...) calls the ExternalObject function, but how do you pass the image/artLayer to this external object?

Do you have some example code to show?

Another question: what if the external object is developed in C# instead of C/C++?

Re: Passing an artLayer to an ExternalObject call

Posted: Fri Dec 23, 2016 2:30 pm
by ApWizard
I think that's how an hybrid extension works, isn't it?