imagej / imagej-omero

Server- and client-side communication between ImageJ and OMERO
GNU General Public License v2.0
12 stars 10 forks source link

Implement an image chooser widget with thumbnail browser #53

Open ctrueden opened 9 years ago

ctrueden commented 9 years ago

Bio-Formats has something very similar when you are selecting from multiple "series" in a multi-series dataset. And @imunro implemented a thumbnail browser for OMERO.

It would be excellent to harden these ideas into a single reusable component. Due to differences in development philosophy, it is probably not in the cards to have something reusable in openmicroscopy to which we can all freely and easily contribute in harmony. However, we can have something like that at least for all SciJava-based projects built on ImageJ. As a start, let's create a nice general-purpose thumbnail browser (both local and remote) and see where it goes.

Akramhar commented 7 years ago

I'm finally going to work on my OMERO browser plugin: https://github.com/OmegaProject/ImageJPlugins Hopefully in a couple of weeks I should have something shareable and then we can discuss where to move it.

Akramhar commented 7 years ago

Is taking longer (as usual) and I found some problems. For one of them I have a ticket in my project.

imunro commented 7 years ago

FYI, people seemed to want thumbnail functionality I have attempted to add this to my tool mentioned above.. See the "thumb" branch. https://github.com/imperial-photonics/omeUiUtils/tree/thumb

Could somebody who needs this functionality possibly have a look and see if this is of use please? Please note However!! This is not fully tested yet! I am currently testing against a VM. Please be cautious about testing against an OMERO server that others use.

Akramhar commented 7 years ago

So I have a running version of the plugin that uses pom-imagej 11.0.0 as parent and allows the user to select 1 single image (atm) and open it in imagej. I'm trying to solve the issue that I have using the pom-imagej 16.4.0, you can see this version here.

ctrueden commented 5 years ago

See also OmegaProject/ImageJPlugins#4.