Hi Danny,<br><br>Sorry for the delay in my reply; I just returned from my EU trip and have been catching up on email. I am CCing the ImageJDev list in case anyone else had a similar question.<br><br><blockquote style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;" class="gmail_quote">

In the new concept it will be possible, that an plugin can get more than one<br>
inputs, like an image and maybe a number value, or whatever. How this<br>
will be realized out of the ImageJ GUI?<br><br>
At the moment it is not possible to pass two open images to an plugin,<br>
for example.<br></blockquote><div><br></div>Sure. Actually, it is possible to pass multiple open images to a plugin now. For example, try opening two images and then run Process &gt; Image Calculator... You&#39;ll notice that there are combo boxes for &quot;Image1&quot; and &quot;Image2&quot; where you can select the images to use.<br>

<br>The declarative plugin mechanism I described in my talk will allow you to annotate any number of ImagePlus objects as input parameters, and will show a dialog with a similar interface, using combo boxes to allow selection of available ImagePlus objects. So it should make it easier to have multiple ImagePluses as input.<br>

<br>Does that answer your question?<br><br>-Curtis<br><br><div class="gmail_quote">On Mon, Nov 1, 2010 at 4:40 AM, Danny Misiak <span dir="ltr">&lt;<a href="mailto:danny.misiak@informatik.uni-halle.de">danny.misiak@informatik.uni-halle.de</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">Hello Mr. Rueden,<br>
<br>
we met at the ImageJ Conference last week. I missed to ask a short<br>
question about the new annotation concept of ImageJ2.0. In the new<br>
concept it will be possible, that an plugin can get more than one<br>
inputs, like an image and maybe a number value, or whatever. How this<br>
will be realized out of the ImageJ GUI?<br>
<br>
At the moment it is not possible to pass two open images to an plugin,<br>
for example.<br>
<br>
It would be nice, if you can answer this question and give me some<br>
hints, how it will work in the new ImageJ version.<br>
<br>
Best,<br>
  Danny.<br>
</blockquote></div><br>