cornerstonejs / cornerstoneWADOImageLoader

[DEPRECATED] DICOM WADO Image Loader for the cornerstone library
MIT License
280 stars 266 forks source link

Issue while loading compressed Dicom image on Windows OS IE11 browser #315

Open abhijeet-qure opened 4 years ago

abhijeet-qure commented 4 years ago

We are getting the following issue on IE11 whenever loading the Dicom image on Microsoft Internet Explorer 11 on Windows OS (10, 8.1, 7)

SCRIPT28: Out of stack space

This issue comes whenever we are calling the cornerstone.loadImage, which is configured to use the cornerstoneWADOImageLoader

This is only occurring for compressed Dicom images which are using JPEGBaseline compression algorithm. If we use the uncompressed version of the same image, image loads fine without any issues but takes time render on canvas

Here are cornerstone related libraries along with version that we are using -

    "cornerstone-core": "^2.3.0",
    "cornerstone-math": "^0.1.8",
    "cornerstone-tools": "^4.12.3",
    "cornerstone-wado-image-loader": "^3.1.1",
    "dicom-parser": "^1.8.4",

Please let us know, if you need more information on same

abhijeet-qure commented 4 years ago

@dannyrb Did you get chance to have a look at this?