This topic and its replies were posted before the current version of LEADTOOLS was released and may no longer be applicable.
#1
Posted
:
Tuesday, January 15, 2013 7:10:04 PM(UTC)
Groups: Registered
Posts: 13
Hi sir,
I'm using Leadtools Ver.17 and depends on C++ classlibray interface.
Below is my qeuston.
I have one DICOM image(ex, xxx.dcm), and I need to convert the DICOM image to the Raw image (ex. xxx.raw)
but I don't know well what should I do next.
I look forward to receving your reply as soon as possible with some example.
Thank you.
#2
Posted
:
Wednesday, January 16, 2013 1:28:22 AM(UTC)
Groups: Registered, Tech Support
Posts: 1,326
Was thanked: 1 time(s) in 1 post(s)
If you mean that you want to save RAW image as DICOM format, please see the following forum posts:
http://support.leadtools.com/CS/forums/39398/ShowPost.aspx
http://support.leadtools.com/CS/forums/40151/ShowPost.aspx
But if you mean that you want to save DICOM images to RAW data, you can do this by loading the DICOM image using the LBitmapBase::Load() method, and then save it to RAW data using the LBitmapBase::Save() method.
For more information, see the following online help topics:
http://www.leadtools.com/help/leadtools/v175/main/clib/lbbase/lbitmapbase__save.htm
http://www.leadtools.com/help/leadtools/v175/main/clib/lbbase/lbitmapbase__load.htm
Thanks,
Maen Badwan
LEADTOOLS Technical Support
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.