functions about process DICOM files

Discussions on GFL SDK, the graphic library for reading and writing graphic files

Moderators: XnTriq, helmut, xnview

joeguan2
Posts: 2
Joined: Fri Jan 07, 2011 5:07 am

functions about process DICOM files

Post by joeguan2 »

i am parsing some DICOM files. Is there any functions that can get pixel data from dicom file in GFL SDK?
thanks.
User avatar
xnview
Author of XnView
Posts: 44883
Joined: Mon Oct 13, 2003 7:31 am
Location: France

Re: functions about process DICOM files

Post by xnview »

you can access to GFL_BITMAP::Data
Pierre.
joeguan2
Posts: 2
Joined: Fri Jan 07, 2011 5:07 am

Re: functions about process DICOM files

Post 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.
User avatar
xnview
Author of XnView
Posts: 44883
Joined: Mon Oct 13, 2003 7:31 am
Location: France

Re: functions about process DICOM files

Post by xnview »

So it's not possible
Pierre.