Paul Elliott
Paul Elliott
- [ ] Support loading itk-wasm Image type in itk-viewer - [ ] Setup the image viewer correctly for each image parameter
After `npm run test` with this pipeline: https://github.com/PaulHax/itk-wasm-vector-image-example the attached output image has only 1 component. I expected 2 after the ComposeImageFilter. Could be doing something silly in the VectorImageTest.cxx...
The fullscreen button does not work.  Works in https://github.com/InsightSoftwareConsortium/itk-viewer-bootstrap-ui Probably need to add `allow="fullscreen"` to the iframe: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/iframe#allowfullscreen
When folks first `pip install itkwidgets`, my understanding is folks must refresh the notebook page to load the Imjoy extension. If they don't, `view(thing)` shows no cell output. Should always...
Prior art: - https://github.com/Kitware/VolView/blob/main/src/io/itk-dicom/dicom.cpp#L174 - https://github.com/malaterre/GDCM/blob/master/Examples/Cxx/DiscriminateVolume.cxx - https://github.com/malaterre/GDCM/blob/master/Utilities/VTK/vtkGDCMImageReader.cxx Image sets JSON shape: https://docs.aws.amazon.com/healthimaging/latest/devguide/understanding-image-sets.html TODO - [x] Instead of Filename key, do ImageFrames - [x] Pull Patient, study, series tags: https://docs.aws.amazon.com/healthimaging/latest/devguide/reference-dicom-support.html...
Chrome shows an "aw snap" when running `npm run test:headless` localy when it gets to test 79. Same behavior on #727 after upgrading puppeteer": "^21.6.0
To use the pre-built itk-vtk-viewer bundle as a upstream dependency we: - Change Webpack's publicPath to `''` (document relative) rather than the default `auto`. publicPath as `auto` caused a `automatic...
I went to the steady GitHub hosted viewer link: https://kitware.github.io/itk-vtk-viewer/app/?fileToLoad=https://data.kitware.com/api/v1/file/564a65d58d777f7522dbfb61/download/data.nrrd And got the could not make a WebGPU context error. Page was running old version of itk-vtk-viewer. Disable Cache was...
Reproduce: - With a 2 component image - set one of the components opacity transfer function points to 0 - See the color map of the zeroed component tint the...