cornerstonejs / cornerstoneWADOImageLoader

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

NM image display error #395

Open yuanxuegui opened 3 years ago

yuanxuegui commented 3 years ago

The NM modality dicom image display error by cornerstone, but correct with radiant or Micro dicom viewer. The DICOM file

yuanxuegui commented 3 years ago

It is the JPEG Lossless decode error, when decompress the file with Explicit VR Little Endian, cornerstone display correct.

swederik commented 3 years ago

Thanks, I'll move this to https://github.com/cornerstonejs/cornerstoneWADOImageLoader

meisterpeeps commented 3 years ago

It is the JPEG Lossless decode error, when decompress the file with Explicit VR Little Endian, cornerstone display correct.

Hey @yuanxuegui were you able to display that dicom file successfully? I am having the same problem with dicom images of my own, and I checked out your dicom file and it is giving the same error as mine. Is "decompressing the file with Explicit VR Little Endian" something you can set as an option with the wadoimageloader?

I have an older hardcopy version of the cornerstoneWADOImageLoader and it actually loads the image correctly. I don't know what version it is though. It is just a minified source file, and there is no indication of the version in it.

meisterpeeps commented 3 years ago

The image displays correctly after reverting to v3.3.2