ivmartel / dwv

DICOM Web Viewer: open source zero footprint medical image library.
https://ivmartel.github.io/dwv/
GNU General Public License v3.0
1.61k stars 588 forks source link

Unable to scroll when loading .zip with 1.02GB of size via loadUrls (Cannot allocate array of size: 3458457600 (>2^31)) #1658

Open adamcanray opened 2 months ago

adamcanray commented 2 months ago

the loadprogress is seems complete, but the console says:

Screenshot 2024-04-22 at 11 56 57

the .zip file is containing multiple .dcm files of one patient (3464 .dcm files in total), theres seq and ser on .dcm file name (i believe its sequence and series), like this:

Screenshot 2024-04-22 at 12 17 42

thanks.

ivmartel commented 2 months ago

It's been some time I did not check large data handling. I'm not sure what the browsers' limits are these days. If your data is a sequence, what you can do is load each item separately.

Relates to #654