You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
julianlinaress
changed the title
Feature Request: Image Loading Progress Event in Cornerstone3D
[Feature Request] Image Loading Progress Event in Cornerstone3D
Sep 18, 2024
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
The text was updated successfully, but these errors were encountered: