Page 1 of 1

functions about process DICOM files

Posted: Fri Jan 07, 2011 5:21 am
by joeguan2
i am parsing some DICOM files. Is there any functions that can get pixel data from dicom file in GFL SDK?
thanks.

Re: functions about process DICOM files

Posted: Fri Jan 07, 2011 8:20 am
by xnview
you can access to GFL_BITMAP::Data

Re: functions about process DICOM files

Posted: Fri Jan 07, 2011 12:11 pm
by joeguan2
pixel data from GFL_BITMAP::Data are the BitMap pixels, but they were transformed. I want to get the original pixel data.
If the dicom file is jpeg coding, the pixel data i want to get are the pixels decoded.

Re: functions about process DICOM files

Posted: Fri Jan 07, 2011 2:06 pm
by xnview
So it's not possible