View Single Post

  #5  
Old 07-10-2008, 02:03 AM
Default Re: Converting dicom to jpeg with java

On 8 Temmuz, 18:45, damien wrote:
> On Jul 7, 3:14*am, alevtamer wrote:
>
> > Hi everybody,
> > I want to convert dicom images to jpeg/png images with java.
> > When i write codes, there is always return error (getFormatName) in
> > ImageIO. Then I found out, there is no format name like dicom,DICOM or
> > dcm. How can I fix it? Its immediate. I appriciate if anyone help me
> > Best Regard
> > Alev

>
> You should have a look at the dcm2jpg utility in the dcm4che DICOM
> toolkit:http://sourceforge.net/project/showf...7982&package_i....
> Links to the support forums, wiki, and issue tracking system are
> available off thehttp://www.dcm4che.orghome page.
>
> *-- Damien


Thank you for your help. I tried dcm2jpg code and it works for single
frame dicom file. I need to work with angiograph or multiframe dicom
files. I tried it but not worked. How can I convert multiframe dicom
files to jpeg files?
Best Regards
Alev
Reply With Quote