View Single Post

  #2  
Old 07-08-2008, 04:29 AM
Default Re: Converting dicom to jpeg with java

There is a Java Image IO Reader implementation for DICOM and a dcm2jpg
command line utility in the OSS DICOM implementation
"dcm4che" (www.dcm4che.org ).


On Jul 7, 10: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


Reply With Quote