extract 16bit data from dicom
Posted: 2010-01-17T19:11:17-07:00
Hi
I am trying to extract 16 bit image data from http://sf.anu.edu.au/~acl900/VolumeData/test.dcm .
Using ImageMagick 6.5.8-Q16 on windows, identify.exe reports 16bit depth, but imdisplay.exe
displays only 8bit version of the image. It seems dicom windowing is applied to the data before display as
well as before image.write(). I am using Magick++.
I have been able to extract 16 bit data from the file using version 6.2.9, but that version has a memory leak
(atleast while reading dicom files).
Thanks,
Ajay Limaye
I am trying to extract 16 bit image data from http://sf.anu.edu.au/~acl900/VolumeData/test.dcm .
Using ImageMagick 6.5.8-Q16 on windows, identify.exe reports 16bit depth, but imdisplay.exe
displays only 8bit version of the image. It seems dicom windowing is applied to the data before display as
well as before image.write(). I am using Magick++.
I have been able to extract 16 bit data from the file using version 6.2.9, but that version has a memory leak
(atleast while reading dicom files).
Thanks,
Ajay Limaye