This topic and its replies were posted before the current version of LEADTOOLS was released and may no longer be applicable.
#1
Posted
:
Saturday, December 19, 2009 5:51:07 PM(UTC)
Groups: Registered
Posts: 16
Hi, lead
1. Can leadtools 16.5 convert to avi or mpeg ??
2. how convert Rasterimage to image ??
3. I have make a code to save dicom to Jpeg2000 ( like in sample code), but it doesn't work, error result ?
tx,
#2
Posted
:
Sunday, December 20, 2009 5:37:00 PM(UTC)
Groups: Registered
Posts: 16
Hi, lead.
question 2 & 3 is solved.
but, i have another question,...
How to convert Rasterimage to .dcm ?
tx.
#3
Posted
:
Sunday, December 20, 2009 10:48:47 PM(UTC)
Groups: Guests
Posts: 3,022
Was thanked: 2 time(s) in 2 post(s)
To convert a DICOM file to AVI or MPEG file, you will need the LEADTOOLS Medical toolkit with LEADTOOLS Medical Multimedia Module add-on.
Please see this page:
http://www.leadtools.com/SDK/Medical/medical-MMfilterPack.htm
About the new question, you can create a DICOM data set and get the pixel data from a RasterImage using DicomDataSet.InsertImage() Method. The help topic "InsertImage Method" shows how to do it with an example in the help topic "GetImage Method".
You can also, load the image using RasterCodecs.Load() and the save it as DCM using RasterCodecs.Save() with RasterImageFormat.DicomGray file format. For more information, please see the help topics "Save(RasterImage,String,RasterImageFormat,Int32) Method" and "File Formats: DICOM Format (DIC)" in our .NET help file.
#4
Posted
:
Sunday, December 27, 2009 2:50:47 PM(UTC)
Groups: Registered
Posts: 16
Hi lead,
Why my saved image is broken,... ( my code attached)
what I'm missing.
#5
Posted
:
Sunday, December 27, 2009 10:26:14 PM(UTC)
Groups: Guests
Posts: 3,022
Was thanked: 2 time(s) in 2 post(s)
What are you trying to do exactly? Do you want to convert a RasterImage to DICOM?
Can you please put you sample code in a small sample project (not you full application) and send it to me? You can post it here or send it to
support@leadtools.com and mention this forum post.
#6
Posted
:
Monday, December 28, 2009 12:43:26 AM(UTC)
Groups: Registered
Posts: 16
Yes, I want to convert RasterImage to DICOM.
My Rasterimage have many image ( I use rasterimage.addpage () to compact many single dicom image )
and then I save it using rastercodecs Method like in Leadtools Help.
a code like my attachment file in this post.
I will send my small project next post.
tx
#7
Posted
:
Monday, December 28, 2009 1:59:23 AM(UTC)
Groups: Registered
Posts: 16
I Wanna Make like XA.dcm from any single DICOM image.
Can do that ?
#8
Posted
:
Monday, December 28, 2009 2:40:34 AM(UTC)
Groups: Registered
Posts: 16
Hi, lead
All my problem is solved
Your .net Help File explain it detail,... My Mistake. not explore it with well
Thanks [:D]
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.