bigdataviewer / bigdataviewer-vistools

Helpers to use BigDataViewer as a quick visualization tool in other projects.
BSD 2-Clause "Simplified" License
25 stars 17 forks source link

adjust brightness #2

Closed tischi closed 7 years ago

tischi commented 7 years ago

fantastic tool! is there a way to adjust the brightness?

tpietzsch commented 7 years ago

Yes. https://github.com/bigdataviewer/bigdataviewer-vistools/blob/master/src/main/java/bdv/util/BdvSource.java#L22-L24 (BdvSource is what you get when you show/add an image via BdvFunctions.show)

tischi commented 7 years ago

excellent! works!