Welcome to LEAD Support Forum Login | Register | Faq  

    LEAD Support Forum
  Resource to find answers and post technical questions about LEAD products.
Search    
   

Re: Dicom Image Compression
Started by Roshani at 09-05-2007 1:26. Topic has 3 replies.

Print Search « Previous Thread Next Thread »
  09-05-2007, 1:26
Roshani is not online. Last active: 11/24/2007 6:11:31 AM Roshani

Top 150 Posts
Joined on 09-05-2007
Posts 19
Dicom Image Compression
Reply Quote

Hello Sir,

I am using Leadtools version 15. I need to compress the dicom files which have more pages and after decompressing I want to retrieve it as a series of  images.Can u send me code for that. 


   Report 
  09-05-2007, 9:02
Maen Hasan is not online. Last active: 8/14/2008 8:56:49 AM Maen Hasan



Top 10 Posts
Joined on 08-05-2004
Posts 1,715
Re: Dicom Image Compression
Reply Quote
Hello,

Please explain in more details what you're trying to do. In particular:
1. Which LEADTOOLS programming interface are you using? (.NET classes, DLL API, or C++ Classes)
2. Do you already have a DICOM dataset with multi-frame (multi-page), or are you trying to create such a dataset?
3. Do you want to extract each frame to a separate file? If yes, what is the output file format you want?

Thanks,
Maen Badwan
LEADTOOLS Technical Support
   Report 
  09-07-2007, 2:40
Roshani is not online. Last active: 11/24/2007 6:11:31 AM Roshani

Top 150 Posts
Joined on 09-05-2007
Posts 19
Re: Dicom Image Compression
Reply Quote

Dear Sir,

I want to compress the dicom file while saving it to hard disk and retreive the same by decompressing it. 

I am using .net dll's.

I want to compress dicom files because to reduce the file size which reduces the disk space.

 

Note: I don't want to convert dicom file to any other formats.

 

Thanks

With Regards

Roshani


   Report 
  09-09-2007, 7:16
Maen Hasan is not online. Last active: 8/14/2008 8:56:49 AM Maen Hasan



Top 10 Posts
Joined on 08-05-2004
Posts 1,715
Re: Dicom Image Compression
Reply Quote
Hello,

The Transfer Syntax of the DICOM data set determines the compression used for the images in the data set. You can use the ChangeTransferSyntax Method to control this value before you call the DicomDataSet.Save() Method. For more information, refer to the DICOM standard and to the "Transfer Syntax Values" help topic in our .NET help file.

Thanks,
Maen Badwan
LEADTOOLS Technical Support

   Report 
Post
LEAD Support Fo... » Developer » Image Compressi... » Re: Dicom Image Compression

Powered by Community Server, by Telligent Systems