I have a DICOM Image which has the image stored as the following JPEG Lossless, Nonhierarchical, First- Order Prediction (Processes 14 [Selection Value 1]): Default Transfer Syntax for Lossless JPEG Image Compression
I can open the original DICOM file in Irfanview, and that works fine, but when I take the Bit stream from the DICOM file and save it as a file, and try to open it in Irfanview, I get an error "Unsupported JPEG process/compression: SOF type 0xc3"
I've checked that the byte stream matches that of the DICOM file, and checked that it starts with, FF D8 FF E0 00 10 4A 46 49 46 which seems to be a standard JPEG header.
There are 4 bytes at the end of the DICOM file beyond what is specified by the length of the tag, are these some sort of DICOM footer?
Any ideas what it would take to get this to open? I've included the JPEG_LS plugin in Irfanview. This is a continuation of Length of PixelStream in EvilDicom library