Replies: 3 comments 4 replies
|
Some other considerations:
|
1 reply
|
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. |
0 replies
|
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? |
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Requirements
Possible Approach
All reactions