bigdataviewer / bigdataviewer-core

ImgLib2-based viewer for registered SPIM stacks and more
BSD 2-Clause "Simplified" License
34 stars 35 forks source link

Better access to converters #193

Open tischi opened 5 years ago

tischi commented 5 years ago

Right now, BdvFunctions.show() basically builds suitable converters around input sources. It would be really useful to have more control about the converters.

One idea could be to enable something like:

BdvFunctions.show( SourceAndConverter sac )

Like this one could, after showing the sac in the Bdv still do things like:

sac.getConverter().modifyMyConverterSomehow(...)