Replies: 3 comments 4 replies
-
Some other considerations:
|
Beta Was this translation helpful? Give feedback.
-
I was thinking about the DICOM data and state, and I think I have an approach that changes how we store raw DICOM files in such a way that we can save raw files in the state, and be able to load them back up as needed.
The above avoids the issue of having to somehow pull the DICOM files from out of the itk webworker side. Additionally, this will simplify the amount of code that resides on the itk-wasm side. |
Beta Was this translation helpful? Give feedback.
-
This all sounds good to me. I like the idea of keeping the single source of truth on the main thread. Should we extend the approach to include non-dicom files, as in keep the original file objects for those as well? |
Beta Was this translation helpful? Give feedback.
-
Requirements
Possible Approach
Beta Was this translation helpful? Give feedback.
All reactions