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

[Feature Request] Image Loading Progress Event in Cornerstone3D #1468

Open
julianlinaress opened this issue Sep 18, 2024 · 0 comments
Open

Comments

@julianlinaress
Copy link

What feature or change would you like to see made?

In previous versions of Cornerstone (prior to Cornerstone3D), I was able to track the progress of DICOM image loading using the following event:

cornerstone.events.addEventListener('cornerstoneimageloadprogress', (event) => {
// handle progress
});

In Cornerstone3D, I am unable to find a similar event to track the progress of image loading. Could you please introduce or document an equivalent event for tracking image loading progress in Cornerstone3D?

Why should we prioritize this feature?

This feature is particularly important in applications dealing with large or multiple DICOM images on a stack, as it allows users to see the progress of the image load

@julianlinaress julianlinaress changed the title Feature Request: Image Loading Progress Event in Cornerstone3D [Feature Request] Image Loading Progress Event in Cornerstone3D Sep 18, 2024
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

1 participant