<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Tue, Jan 17, 2017 at 11:35 PM, chenjianyyzz <span dir="ltr"><<a href="mailto:chenjianyyzz@163.com" target="_blank">chenjianyyzz@163.com</a>></span> wrote:<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div style="line-height:1.7;color:rgb(0,0,0);font-size:14px;font-family:arial"><div>I try to read the attached DICOM image series which comes from Siemens CT but failed.</div></div></blockquote><div><br></div><div>I checked the meta-data of your images and found this:</div><div><br></div>(0002,0010) UI "TransferSyntaxUID" : [1.2.840.10008.1.2.4.70]<div>{JPEG Lossless, Non-Hierarchical, First-Order Prediction (Process 14 [Selection Value 1])}<br></div><div><br></div><div>Your image is compressed, and the vtkDICOMImageReader cannot read compressed images.  If you install GDCM, you can use gdcmconv to decompress the image.  Then vtkDICOMImageReader will be able to read it.</div><div><br></div><div> - David</div><div> </div></div></div></div>