bigdataviewer / bigdataviewer_fiji

Fiji plugins for starting BigDataViewer and exporting data.
GNU General Public License v3.0
21 stars 9 forks source link

Enable OpenImagePlusPlugin to open several images #7

Closed bogovicj closed 5 years ago

bogovicj commented 6 years ago

Quite often, I find myself wanting to open multiple images (ImagePlus's) together with the bdv plugin. They are sometimes different sizes / data types and so combining into a single multi-channel image is not so straightforward.

One downside would that this will add an extra click in the case that one wants to simply open the current image... I'm imagining a dialog in which one chooses among the available images to open with bdv.

If we agree that this is useful, I'm happy to implement it and file a PR.

bogovicj commented 5 years ago

PR #8 addresses this and has been merged.