Welcome Guest! To enable all features, please Login or Register.

Notification

Icon
Error

Options
View
Last Go to last post Unread Go to first unread post
#1 Posted : Saturday, December 19, 2009 5:51:07 PM(UTC)
poetra88

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,
 

Try the latest version of LEADTOOLS for free for 60 days by downloading the evaluation: https://www.leadtools.com/downloads

Wanna join the discussion? Login to your LEADTOOLS Support accountor Register a new forum account.

#2 Posted : Sunday, December 20, 2009 5:37:00 PM(UTC)
poetra88

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)

Basel  
Guest

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)
poetra88

Groups: Registered
Posts: 16


Hi lead,
Why my saved image is broken,... ( my code attached)
what I'm missing.



File Attachment(s):
LeadCode.zip (2kb) downloaded 26 time(s).
 
#5 Posted : Sunday, December 27, 2009 10:26:14 PM(UTC)

Basel  
Guest

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)
poetra88

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)
poetra88

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)
poetra88

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.

Powered by YAF.NET | YAF.NET © 2003-2024, Yet Another Forum.NET
This page was generated in 0.146 seconds.