Login  Register

Packages and Calling Plugins from within Plugins

Posted by austincb on Dec 19, 2006; 2:12am
URL: http://imagej.273.s1.nabble.com/Packages-and-Calling-Plugins-from-within-Plugins-tp3700779.html

Is it possible to make a set of plugins part of a package? Or do I need
to modify the source code and recompile the entire program to do that?

I'm trying to call a set of plugins (in a certain order), and wish to
share data from one to the next. I've started just using temporary
output text files, but is there a better way to do this?

Thanks,

-Austin