ivmartel / dwv-react

Medical image viewer using DWV (DICOM Web Viewer) and React.
https://ivmartel.github.io/dwv-react
GNU General Public License v3.0
99 stars 39 forks source link

Cannot read some Dicom file #46

Open alvinsusanto88 opened 5 years ago

alvinsusanto88 commented 5 years ago

Hi, I found an issue, where this dwv-react solution couldn't open the Dicom file below :

http://medistim.com/wp-content/uploads/2016/07/bmode.dcm

While on other dwv solution (simplify, angular), the file could be read

ivmartel commented 4 years ago

Weird one, the image buffer does not have a first element when guessing its number of components (image.js#L143). Independently from the framework, it is true the code expects too much, I created an issue for it, see dwv 712.

ron51 commented 4 years ago

@ivmartel any update when this issue will be fixed?

ivmartel commented 3 years ago

This still is a problem... even with dwv 0.27.1... working on it...

ivmartel commented 3 years ago

Still is a problem with dwv 0.28...

The problem seems to only happen with JPEG lossless encoded data (transfer syntax: 1.2.840.10008.1.2.4.70).

ivmartel commented 2 years ago

Still a problem with dwv 0.30...

realPrimoh commented 1 year ago

Is there any way to convert a DICOM file from JPEG lossless encoded to something else that the React viewer can play well with? I'm running into the same issue.

ivmartel commented 1 year ago

You can use C++ dicom libraries such as dcmtk or gdcm.

ivmartel commented 7 months ago

Still an issue, but specific to react since the other demos (dwv-simplistic,, dwv-angular) can load this data...