<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Tue, Feb 10, 2015 at 2:31 AM, Ravi HM <span dir="ltr"><<a href="mailto:Ravi.HM@lnttechservices.com" target="_blank">Ravi.HM@lnttechservices.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">





<div lang="EN-US" link="#0563C1" vlink="#954F72">
<div>
<p class="MsoNormal"><span style="font-size:10pt;font-family:'Courier New'">Hi All,</span></p>
<pre>I tried to read series of compressed Dicom images, since <b>vtkDICOMImageReader</b> does not support compressed data, I thought I need to Decompress selected DICOM files. </pre>
<pre>If I am correct please can anyone help me how to Decompress Dicom image.</pre></div></div></blockquote><div>Hi Ravi, I recommend using the "gdcmconv" program that comes with GDCM:</div><div><br></div><div>  gdcmconv --raw input.dcm output.dcm</div><div><br></div><div>Also, I've written a better DICOM reader for VTK that can read compressed images:</div><div>(it uses GDCM to run the encapsulated images through the decompression codecs.)</div><div><a href="https://github.com/dgobbi/vtk-dicom">https://github.com/dgobbi/vtk-dicom</a><br></div><div><br></div><div> - David</div></div><br></div></div>