Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add dispatch logic #36

Closed
chafey opened this issue Nov 2, 2023 · 3 comments
Closed

Add dispatch logic #36

chafey opened this issue Nov 2, 2023 · 3 comments

Comments

@chafey
Copy link

chafey commented Nov 2, 2023

A very common use case is to decompress a given image frame given the compressed bitstream and the transfer syntax. These could be obtained in a variety of ways such as by parsing the DICOM P10 file (e.g. with dicomParser), via DICOMweb, etc. Currently this dispatch logic is in cornerstoneWADOImageLoader making it difficult to use independently of cornerstone. Ideally that dispatch logic would be added to this library so it could be more easily reused. The logic is here:

https://github.com/cornerstonejs/cornerstoneWADOImageLoader/blob/master/src/shared/decodeImageFrame.js

@chafey
Copy link
Author

chafey commented Nov 2, 2023

@wayfarer3130 @sedghi can you add your thoughts on this? I am happy to do the work

@sedghi
Copy link
Member

sedghi commented Nov 2, 2023

@chafey
Copy link
Author

chafey commented Nov 2, 2023

Learned this is already implemented, closing !

@chafey chafey closed this as completed Nov 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants