Hi all, I'm using JDK 1.3.1 and have the following problem. I want to decode a DICOM file which using transfer syntax 1.2.840.10008.1.2.4.70, which is lossless jpeg compression. I extract the (grayscale) jpeg image from the DICOM file and want to decode it with the com.sun.image.codec.jpeg.JPEGImageDecoder. But this will throw an exception: Unsupported jpeg process: SOF type 0xc3 which is (as expected) the frame marker for lossless jpeg encoding.
Is it possible to decode this image with the above mentioned codec by supplying some JPEGDecodeParam ? If yes, what paramters do I have to set ? If I switch to JDK 1.4.0, will the included jpeg decoder decode this image ? If I use JAI, will the included jpeg decoder decode this image ? Any other suggestions ? Thanks Paul PS: this is a bit urgent ... =========================================================================== To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff JAVA2D-INTEREST". For general help, send email to [EMAIL PROTECTED] and include in the body of the message "help".
