Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot read some Dicom file #46

Open
alvinsusanto88 opened this issue Aug 21, 2019 · 8 comments
Open

Cannot read some Dicom file #46

alvinsusanto88 opened this issue Aug 21, 2019 · 8 comments
Labels
bug Something isn't working question Further information is requested
Milestone

Comments

@alvinsusanto88
Copy link

alvinsusanto88 commented Aug 21, 2019

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 ivmartel added the question Further information is requested label Aug 26, 2019
@ivmartel ivmartel added this to the 0.4.0 milestone Aug 26, 2019
@ivmartel
Copy link
Owner

ivmartel commented Mar 16, 2020

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.

@ivmartel ivmartel modified the milestones: 0.4.0, 0.5.0 Mar 16, 2020
@ron51
Copy link

ron51 commented Oct 14, 2020

@ivmartel any update when this issue will be fixed?

@ivmartel
Copy link
Owner

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

@ivmartel ivmartel added the bug Something isn't working label Mar 10, 2021
@ivmartel ivmartel modified the milestones: 0.5.0, 0.6.0 Mar 11, 2021
@ivmartel
Copy link
Owner

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
Copy link
Owner

Still a problem with dwv 0.30...

@ivmartel ivmartel modified the milestones: 0.6.0, 0.7.0 Dec 30, 2021
@realPrimoh
Copy link

realPrimoh commented Jun 24, 2023

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 ivmartel modified the milestones: 0.7.0, 0.8.0 Jul 5, 2023
@ivmartel
Copy link
Owner

ivmartel commented Jul 5, 2023

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

@ivmartel ivmartel modified the milestones: 0.8.0, 0.9.0 Mar 26, 2024
@ivmartel
Copy link
Owner

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

@ivmartel ivmartel modified the milestones: 0.9.0, 0.10.0 Nov 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working question Further information is requested
Projects
None yet
Development

No branches or pull requests

4 participants