Kitware / itk-vtk-viewer

2D / 3D web image, mesh, and point set viewer using itk-wasm and vtk.js
https://kitware.github.io/itk-vtk-viewer/
BSD 3-Clause "New" or "Revised" License
210 stars 64 forks source link

Failed to read DICOM images #245

Closed oeway closed 4 years ago

oeway commented 4 years ago

I am trying the viewer with a DICOM image from the PWA, however, it failed to read the image.

thewtex commented 4 years ago

It seems to have issues with that particular image. I am currently improving DICOM support -- we can try that image again soon.

thewtex commented 4 years ago

The issue here is likely the TransferSyntax:

1.2.840.10008.1.2.4.70 [JPEG Lossless, Non-Hierarchical, First-Order Prediction (Process 14 [Selection Value 1]): Default Transfer Syntax for Lossless JPEG Image Compression]

but I am surprised that we are observing errors.

thewtex commented 4 years ago

This was addressed in #259 via itk.js 12.2.0 :tada: