itkwidgets icon indicating copy to clipboard operation
itkwidgets copied to clipboard

Simutaneuoulsly Get the viewer Parameter

Open ctwayen opened this issue 3 years ago • 1 comments

How could we get the viewer parameters after we did some actions on the window and are there ways to simultaneously get those paras?

For example, I create a viewer = view(data, cmap = cm.xray). Then I change the cmap to jet by selecting the colormap in the viewing window. Now I call view.cmap, it still returns xray instead of jet. Another example is that I want to print the camera information simultaneously when I toggle around the image

ctwayen avatar Apr 19 '21 03:04 ctwayen

Hello @ctwayen,

We are making improvements to the interface for these configuration parameters and how their state is managed.

thewtex avatar May 14 '21 15:05 thewtex