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
Im trying use this plugin inside my react application, where the user uploads Dicom file. Even though the DCM is multi frame, viewport renders only the first frame. Any idea on this?
The text was updated successfully, but these errors were encountered:
As far as going in reverse, or frame by frame on click you would probably have to configure the image loader to cache the images as a stack and manually update the imageIdIndex backwards on an interval.
Perhaps this could be added as a prop to the viewport as playInReverse or something.
Im trying use this plugin inside my react application, where the user uploads Dicom file. Even though the DCM is multi frame, viewport renders only the first frame. Any idea on this?
The text was updated successfully, but these errors were encountered: