Wei Ouyang
Wei Ouyang
Hi, would be nice if we can have an api function that allows us to make the entire image or a region invalid to force the viewer to pull data...
When running the viewer in a sandboxed iframe it triggers error from the following code: ``` if ( navigator.xr !== undefined && navigator.xr.isSessionSupported('immersive-vr') ) { publicAPI.invokeHaveVRDisplay(); } ``` The error...
Hi, I am trying to use itk-vtk-viewer to display images updating in real-time, and I use `viewer.setImage()` to update it. The issue I have is that, when the function is...
With the latest imjoy-rpc (see https://github.com/imjoy-team/imjoy-rpc/pull/54) you can now run the itk-vtk-viewer inside google colab. Try it here: [](https://colab.research.google.com/drive/1XV8-xOH9gwlbmtAiwfhbEpf6CSpgtY1S) Not only showing the viewer statically, but we can...
Hi, I am wondering if we can also generate pyramid for point cloud (i.e. 2D/3D histogram with different bin sizes) and use the viewer too dynamically pull zarr chunks from...
For some reason the point cloud viewer breaks due to recent changes, I got this error: ``` TypeError: t.selector.attach is not a function ``` To reproduce it, click here: https://shareloc.xyz/#/r/04cb0d658f351d47446b351dca89ef4c...
Hi @thewtex I noticed that the viewer becomes unusable when displaying a large number of points. See the screen recording below, for an image with 1.7 million points, after displaying...
Hi, after the recent multi scale PR, the uiContainer option for createViewer doesn't work as expect, if I pass a custom element to it, the UI will populated under this...
Would be nice to be able to pass viewer options when creating the viewer window including `cmap`, `ui_collapsed`, `rotate`, `axes`, `mode` etc. Just like the options accepted by the `view`...
For the ImJoy tutorial at I2K workshop, I added support for running imjoy plugin code (JS and Python) directly in the [tutorial site](https://imjoy.io/docs/#/i2k_tutorial), just like Jupyter notebook but without the...