Matt McCormick
Matt McCormick
Thanks! I typically use this monkey brain: https://mybinder.org/v2/gh/InsightSoftwareConsortium/itkwidgets/master?urlpath=lab/tree/examples%2F3DImage.ipynb
@oeway awesome!! -- Adding the ImJoy+Python+zarr+multi-scale support, which we will use in itkwidgets, but we will be able to use it outside, e.g. ImJoy + Python, or pure JavaScript, e.g....
@bnmajor is looking into this.
Hi @kerautret ! It should -- we use the viewer in a iframe in [itkwidgets](https://github.com/InsightSoftwareConsortium/itkwidgets). The ipol demo is awesome!! Is this using the latest version of the viewer?
@kerautret fantastic!! I am not sure which doc page you were looking at, but a PR would be appreciated: https://github.com/Kitware/itk-vtk-viewer/tree/master/doc/content/docs
@labdala what is meant by normalized here and how would it change the way steps are defined / implemented? Is normalization required to change the way steps are implemented?
@jonSeetrue a `cleanup()` function on the viewer that calls `terminateWorkers()` on the worker pools when called. Loading a new image will not need a call. I am not sure if...
@jonSeetrue yes, that could work :+1:
Currently, only one image is supported, but we are working to support more. We recently added a `Conglomerate` image type (concatenate multiple channels) that could be used if the images...
Hi @oeway ! For performance / stability reasons, we are currently throttling `setImage`: https://github.com/Kitware/itk-vtk-viewer/blob/169a5ea34f891ae61318a876a484020a0c232162/src/createViewer.js#L432 If we change this from `100` (maybe too conservative) to `10` or `20`, does that serve...